Package com.ibm.icu.impl.coll
Class CollationKeys.SortKeyLevel
- java.lang.Object
-
- com.ibm.icu.impl.coll.CollationKeys.SortKeyLevel
-
- Enclosing class:
- CollationKeys
private static final class CollationKeys.SortKeyLevel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
buffer
private static int
INITIAL_CAPACITY
(package private) int
len
-
Constructor Summary
Constructors Constructor Description SortKeyLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
appendByte(int b)
(package private) void
appendReverseWeight16(int w)
(package private) void
appendTo(CollationKeys.SortKeyByteSink sink)
(package private) void
appendWeight16(int w)
(package private) void
appendWeight32(long w)
(package private) byte[]
data()
private boolean
ensureCapacity(int appendCapacity)
(package private) byte
getAt(int index)
(package private) boolean
isEmpty()
(package private) int
length()
-
-
-
Field Detail
-
INITIAL_CAPACITY
private static final int INITIAL_CAPACITY
- See Also:
- Constant Field Values
-
buffer
byte[] buffer
-
len
int len
-
-
Method Detail
-
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
void appendTo(CollationKeys.SortKeyByteSink sink)
-
ensureCapacity
private boolean ensureCapacity(int appendCapacity)
-
-