JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages |
Classes and Interfaces
SEARCH
Module
io.github.mmm.base
Package io.github.mmm.base.collection
package
io.github.mmm.base.collection
Classes
Class
Description
AbstractIterator
<E>
Abstract base implementation of
Iterator
as reusable pattern to simplify implementations of
Iterator
.
ArrayIterator
<E>
Implementation of both
Iterator
and
Enumeration
to iterate a given array.
ReadOnlyIterator
<E>
Implementation of
Iterator
as a read-only view on an existing
Iterator
instance.
SingleElementIterator
<E>
Implementation of both
Iterator
and
Enumeration
that
iterates
only a single element.