Class AbstractVector.VectorIterator

java.lang.Object
net.mtrop.doom.struct.vector.AbstractVector.VectorIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
AbstractVector<T>

public class AbstractVector.VectorIterator extends Object implements Iterator<T>
Iterator class for this vector.
  • Constructor Details

    • VectorIterator

      public VectorIterator()
  • Method Details

    • hasNext

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

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

      public void remove()
      Specified by:
      remove in interface Iterator<T>
    • reset

      public void reset()
      Resets this iterator to the beginning.