Package com.ibm.icu.impl
Class Trie2.Range
- java.lang.Object
-
- com.ibm.icu.impl.Trie2.Range
-
- Enclosing class:
- Trie2
public static class Trie2.Range extends java.lang.Object
When iterating over the contents of a Trie2, Elements of this type are produced. The iterator will return one item for each contiguous range of codepoints having the same value. When iterating, the same Trie2EnumRange object will be reused and returned for each range. If you need to retain complete iteration results, clone each returned Trie2EnumRange, or save the range in some other way, before advancing to the next iteration step.
-
-
Field Summary
Fields Modifier and Type Field Description int
endCodePoint
boolean
leadSurrogate
int
startCodePoint
int
value
-
Constructor Summary
Constructors Constructor Description Range()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
-