Class VectorIterator<E>

  • All Implemented Interfaces:
    java.util.Iterator<E>

    class VectorIterator<E>
    extends VectorPointer<E>
    implements java.util.Iterator<E>
    • Field Detail

      • blockIndex

        private int blockIndex
      • lo

        private int lo
      • endIndex

        private final int endIndex
      • endLo

        private int endLo
      • _hasNext

        private boolean _hasNext
    • Constructor Detail

      • VectorIterator

        VectorIterator​(int _startIndex,
                       int _endIndex)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<E>
      • next

        public E next()
        Specified by:
        next in interface java.util.Iterator<E>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<E>