|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.icu.util.BytesTrie.Entry
public static final class BytesTrie.Entry
Return value type for the Iterator.
Field Summary | |
---|---|
int |
value
The value associated with the byte sequence. |
Method Summary | |
---|---|
byte |
byteAt(int index)
Returns a byte of the byte sequence. |
ByteBuffer |
bytesAsByteBuffer()
|
int |
bytesLength()
|
void |
copyBytesTo(byte[] dest,
int destOffset)
Copies the byte sequence into a byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int value
Method Detail |
---|
public int bytesLength()
public byte byteAt(int index)
index
- An index into the byte sequence.
public void copyBytesTo(byte[] dest, int destOffset)
dest
- Destination byte array.destOffset
- Starting offset to where in dest the byte sequence is copied.public ByteBuffer bytesAsByteBuffer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |