| Package | Description |
|---|---|
| com.ibm.icu.text | |
| com.ibm.icu.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RawCollationKey
Simple class wrapper to store the internal byte representation of a
CollationKey.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayWrapper |
ByteArrayWrapper.append(byte[] src,
int start,
int limit)
Appends the internal byte array from offset size with the
contents of src from offset start to limit.
|
ByteArrayWrapper |
ByteArrayWrapper.ensureCapacity(int capacity)
Ensure that the internal byte array is at least of length capacity.
|
ByteArrayWrapper |
ByteArrayWrapper.set(byte[] src,
int start,
int limit)
Set the internal byte array from offset 0 to (limit - start) with the
contents of src from offset start to limit.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ByteArrayWrapper.compareTo(ByteArrayWrapper other)
Compare this object to another ByteArrayWrapper, which must not be null.
|
Copyright © 2016 Unicode, Inc. and others.