Class SingleContainerIterator<E>
java.lang.Object
ch.nolix.base.container.singlecontainer.SingleContainerIterator<E>
- Type Parameters:
E- is the type of the element of the parentSingleContainerof aSingleContainerIterator.
- All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SingleContainerIterator<T> forNullableElement(T nullableElement) getCopy()booleanhasNext()next()Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
forNullableElement
-
getCopy
-
hasNext
-
next
-