Class CollationKeys.SortKeyLevel
java.lang.Object
com.ibm.icu.impl.coll.CollationKeys.SortKeyLevel
- Enclosing class:
CollationKeys
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]private static final int(package private) int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidappendByte(int b) (package private) voidappendReverseWeight16(int w) (package private) void(package private) voidappendWeight16(int w) (package private) voidappendWeight32(long w) (package private) byte[]data()private booleanensureCapacity(int appendCapacity) (package private) bytegetAt(int index) (package private) booleanisEmpty()(package private) intlength()
-
Field Details
-
INITIAL_CAPACITY
private static final int INITIAL_CAPACITY- See Also:
-
buffer
byte[] buffer -
len
int len
-
-
Constructor Details
-
SortKeyLevel
SortKeyLevel()
-
-
Method Details
-
isEmpty
boolean isEmpty() -
length
int length() -
getAt
byte getAt(int index) -
data
byte[] data() -
appendByte
void appendByte(int b) -
appendWeight16
void appendWeight16(int w) -
appendWeight32
void appendWeight32(long w) -
appendReverseWeight16
void appendReverseWeight16(int w) -
appendTo
-
ensureCapacity
private boolean ensureCapacity(int appendCapacity)
-