Class ArrayIterator

    • Field Detail

      • i

        protected int i
        Index into the data array
      • array

        protected Object array
      • n

        protected int n
        Arrays are fixed size; precompute.
    • Constructor Detail

      • ArrayIterator

        public ArrayIterator​(Object array)