com.ibm.icu.util
Class BytesTrie.State

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

public static final class BytesTrie.State
extends Object

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

Status:
Draft ICU 4.8.

Constructor Summary
BytesTrie.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

BytesTrie.State

public BytesTrie.State()
Constructs an empty State.

Status:
Draft ICU 4.8.


Copyright (c) 2011 IBM Corporation and others.