Interface IteratorNvc<E>

  • Type Parameters:
    E - the class of the element being returned
    All Superinterfaces:
    java.util.Iterator<E>

    public interface IteratorNvc<E>
    extends java.util.Iterator<E>
    An Iterator with an extra method nextNvc, which skips the validity check
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      E nextNvc()  
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • nextNvc

        E nextNvc()
        Returns:
        the element currently being pointed at, and then advance the iterator