com.ibm.icu.util
Class ValueIterator.Element

java.lang.Object
  extended by com.ibm.icu.util.ValueIterator.Element
Enclosing interface:
ValueIterator

public static final class ValueIterator.Element
extends Object

The return result container of each iteration. Stores the next integer index and its associated value Object.

Status:
Stable ICU 2.6.

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

integer

public int integer
Integer index of the current iteration

Status:
Stable ICU 2.6.

value

public Object value
Gets the Object value associated with the integer index.

Status:
Stable ICU 2.6.
Constructor Detail

ValueIterator.Element

public ValueIterator.Element()
Empty default constructor to make javadoc happy

Status:
Stable ICU 2.4.


Copyright (c) 2009 IBM Corporation and others.