org.apache.lucene.util
Class UnicodeUtil.UTF16Result
java.lang.Object
org.apache.lucene.util.UnicodeUtil.UTF16Result
- Enclosing class:
- UnicodeUtil
public static final class UnicodeUtil.UTF16Result
- extends Object
Holds decoded UTF16 code units.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
public char[] result
offsets
public int[] offsets
length
public int length
UnicodeUtil.UTF16Result
public UnicodeUtil.UTF16Result()
setLength
public void setLength(int newLength)
copyText
public void copyText(UnicodeUtil.UTF16Result other)