Module net.anwiba.commons.lang
Interface IObjectIterator<T>
- All Superinterfaces:
Iterator<T>
- All Known Implementing Classes:
BreadthFirstSearchValueIterator,DeepFirstSearchValueIterator,SortedItemIterator,SortedKeyIterator,SortedValueIterator
-
Method Summary
Modifier and TypeMethodDescriptiondefault <E extends Exception>
voidforEachRemaining(IConsumer<? super T, E> consumer) default voidremove()Deprecated.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next