Klasse FilterContainerViewIterator<E>
java.lang.Object
ch.nolix.core.container.arraylist.FilterContainerViewIterator<E>
- Typparameter:
E- is the type of the elements of aFilterContainerViewIterator.
- Alle implementierten Schnittstellen:
CopyableIterator<E>,Copyable<CopyableIterator<E>>,Iterator<E>
- Version:
- 2025-03-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <T> FilterContainerViewIterator<T> forIteratorAndSelector(CopyableIterator<T> iterator, Predicate<T> selector) getCopy()booleanhasNext()next()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining, remove
-
Methodendetails
-
forIteratorAndSelector
public static <T> FilterContainerViewIterator<T> forIteratorAndSelector(CopyableIterator<T> iterator, Predicate<T> selector) -
getCopy
-
hasNext
public boolean hasNext() -
next
-