Package org.dmfs.jems2.iterator
Class BaseIterator<E>
java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
Chunked,Clustered,Concat,DelegatingIterator,Diff,EmptyIterator,Joined,Mapped,PresentValues,Seq,Sieved,SingleIterator,SingletonIterator,StackIterator,Zipped
The abstract super class of all
Iterators in this package. Classes that inherit from this class will always
throw an UnsupportedOperationException when remove() is called.