com.ibm.icu.util
Class CharsTrie.Entry

java.lang.Object
  extended by com.ibm.icu.util.CharsTrie.Entry
Enclosing class:
CharsTrie

public static final class CharsTrie.Entry
extends Object

Return value type for the Iterator.

Status:
Draft ICU 4.8.

Field Summary
 CharSequence chars
          The string.
 int value
          The value associated with the string.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chars

public CharSequence chars
The string.

Status:
Draft ICU 4.8.

value

public int value
The value associated with the string.

Status:
Draft ICU 4.8.


Copyright (c) 2011 IBM Corporation and others.