com.ibm.icu.util
Class ValueIterator.Element
- ValueIterator
public static final class ValueIterator.Element
The return result container of each iteration. Stores the next
integer index and its associated value Object.
int | integer - Integer index of the current iteration
|
Object | value - Gets the Object value associated with the integer index.
|
Element() - Empty default constructor to make javadoc happy
|
integer
public int integer
Integer index of the current iteration
value
public Object value
Gets the Object value associated with the integer index.
Element
public Element()
Empty default constructor to make javadoc happy
Copyright (c) 2006 IBM Corporation and others.