Package com.ibm.icu.text
Class StringSearch.CollationPCE.PCEBuffer
java.lang.Object
com.ibm.icu.text.StringSearch.CollationPCE.PCEBuffer
- Enclosing class:
- StringSearch.CollationPCE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
empty()
(package private) StringSearch.CollationPCE.PCEI
get()
(package private) void
put
(long ce, int ixLow, int ixHigh) (package private) void
reset()
-
Field Details
-
buffer_
-
bufferIndex_
private int bufferIndex_
-
-
Constructor Details
-
PCEBuffer
private PCEBuffer()
-
-
Method Details
-
reset
void reset() -
empty
boolean empty() -
put
void put(long ce, int ixLow, int ixHigh) -
get
-