Package com.ibm.icu.text
Class StringSearch.CollationPCE.RCEBuffer
- java.lang.Object
-
- com.ibm.icu.text.StringSearch.CollationPCE.RCEBuffer
-
- Enclosing class:
- StringSearch.CollationPCE
private static final class StringSearch.CollationPCE.RCEBuffer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringSearch.CollationPCE.RCEI[]
buffer_
private int
bufferIndex_
-
Constructor Summary
Constructors Modifier Constructor Description private
RCEBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
empty()
(package private) StringSearch.CollationPCE.RCEI
get()
(package private) void
put(int ce, int ixLow, int ixHigh)
-
-
-
Field Detail
-
buffer_
private StringSearch.CollationPCE.RCEI[] buffer_
-
bufferIndex_
private int bufferIndex_
-
-
Method Detail
-
empty
boolean empty()
-
put
void put(int ce, int ixLow, int ixHigh)
-
get
StringSearch.CollationPCE.RCEI get()
-
-