Module org.jhotdraw8.collection
Class IteratorFacade<E>
java.lang.Object
org.jhotdraw8.collection.spliterator.IteratorFacade<E>
- Type Parameters:
E- the element type
Wraps an
Spliterator into an Iterator interface.-
Constructor Summary
ConstructorsConstructorDescriptionIteratorFacade(@NonNull Spliterator<E> e, @Nullable Consumer<E> removeFunction) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IteratorFacade
-
-
Method Details