Package com.googlecode.concurrenttrees.radix.node.concrete.bytearray
-
Class Summary Class Description ByteArrayCharSequence ACharSequence
view onto a byte array of UTF-8-encoded characters, with the proviso that all of the characters were encoded as a single byte in UTF-8.ByteArrayNodeDefault Similar toCharArrayNodeDefault
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding.ByteArrayNodeLeafNullValue Similar toCharArrayNodeLeafNullValue
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding.ByteArrayNodeLeafVoidValue Similar toCharArrayNodeLeafVoidValue
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding.ByteArrayNodeLeafWithValue Similar toCharArrayNodeLeafWithValue
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding.ByteArrayNodeNonLeafNullValue Similar toCharArrayNodeNonLeafNullValue
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding.ByteArrayNodeNonLeafVoidValue Similar toCharArrayNodeNonLeafVoidValue
but represents each character in UTF-8, instead of Java's default 2-byte UFT-16 encoding. -
Exception Summary Exception Description ByteArrayCharSequence.IncompatibleCharacterException