Interface IteratorNvc<E>

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

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

    • nextNvc

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