public static final class ValueIterator.Element
extends java.lang.Object
The return result container of each iteration. Stores the next integer index and its associated value Object.
Modifier and Type | Field | Description |
---|---|---|
int |
integer |
Integer index of the current iteration
|
java.lang.Object |
value |
Gets the Object value associated with the integer index.
|
Constructor | Description |
---|---|
Element() |
Empty default constructor to make javadoc happy
|
Copyright ? 2016 Unicode, Inc. and others.