com.ibm.icu.util
Class CharsTrie.State

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

public static final class CharsTrie.State
extends Object

CharsTrie state object, for saving a trie's current state and resetting the trie back to this state later.

Status:
Stable ICU 4.8.

Constructor Summary
CharsTrie.State()
          Constructs an empty State.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsTrie.State

public CharsTrie.State()
Constructs an empty State.

Status:
Stable ICU 4.8.


Copyright (c) 2012 IBM Corporation and others.