| An
java.util.Iterator that iterates over a delegate, which produces
arrays,
java.util.Collection s,
java.util.Enumeration s or
java.util.Iterator s. This
java.util.Iterator returns the
elements of these objects.
The count of dimensions is declared at construction. Count "1" produces an
java.util.Iterator that adds no functionality to its delegate, count
"2" produces an
Iterator that behaves as explained above, and so
forth.
|