Class Array.ArrayIterator

    • Constructor Detail

      • ArrayIterator

        public ArrayIterator()
    • Method Detail

      • getIndex

        public int getIndex()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public T next()
        Specified by:
        next in interface Iterator<T>