Class MultiContainerViewIterator<E>
java.lang.Object
ch.nolix.base.container.containerview.MultiContainerViewIterator<E>
- Type Parameters:
E- is the type of the elements of the parentMultiContainerViewof aMultiContainerViewIterator.
- All Implemented Interfaces:
CopyableIterator<E>, Copyable<CopyableIterator<E>>, Iterator<E>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MultiContainerViewIterator<T> forContainers(IContainer<IContainer<T>> containers) 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
-
forContainers
-
getCopy
-
hasNext
-
next
-