Uses of Class
io.microsphere.collection.ReadOnlyIterator
-
Packages that use ReadOnlyIterator Package Description io.microsphere.collection -
-
Uses of ReadOnlyIterator in io.microsphere.collection
Subclasses of ReadOnlyIterator in io.microsphere.collection Modifier and Type Class Description class
EnumerationIteratorAdapter<E>
AnIterator
that adapts anEnumeration
instance, providing a forward-only, read-only view of the elements.class
SingletonIterator<E>
A specialized read-onlyIterator
implementation that iterates over a single element.class
UnmodifiableIterator<E>
AnIterator
that is unmodifiable, meaning the elements cannot be removed.
-