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 classEnumerationIteratorAdapter<E>AnIteratorthat adapts anEnumerationinstance, providing a forward-only, read-only view of the elements.classSingletonIterator<E>A specialized read-onlyIteratorimplementation that iterates over a single element.classUnmodifiableIterator<E>AnIteratorthat is unmodifiable, meaning the elements cannot be removed.
-