Package org.organicdesign.fp.collections
Class UnmodSortedIterator.Wrapper<E>
- java.lang.Object
-
- org.organicdesign.fp.collections.UnmodSortedIterator.Wrapper<E>
-
- All Implemented Interfaces:
Iterator<E>,UnmodIterator<E>,UnmodSortedIterator<E>
- Enclosing interface:
- UnmodSortedIterator<E>
public static class UnmodSortedIterator.Wrapper<E> extends Object implements UnmodSortedIterator<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.organicdesign.fp.collections.UnmodIterator
UnmodIterator.UnIterator
-
Nested classes/interfaces inherited from interface org.organicdesign.fp.collections.UnmodSortedIterator
UnmodSortedIterator.Wrapper<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Enext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Methods inherited from interface org.organicdesign.fp.collections.UnmodIterator
remove
-
-