|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu.util.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 |
java.lang.Object |
value
Gets the Object value associated with the integer index. |
Constructor Summary | |
ValueIterator.Element()
Empty default constructor to make javadoc happy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int integer
public java.lang.Object value
Constructor Detail |
public ValueIterator.Element()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |