|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu.util.ValueIterator.Element
public static final class ValueIterator.Element
The return result container of each iteration. Stores the next integer index and its associated value Object.
Field Summary | |
---|---|
int |
integer
Integer index of the current iteration |
Object |
value
Gets the Object value associated with the integer index. |
Constructor Summary | |
---|---|
ValueIterator.Element()
Empty default constructor to make javadoc happy |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int integer
public Object value
Constructor Detail |
---|
public ValueIterator.Element()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |