org.elasticsearch.common
Class Unicode.UTF16Result

java.lang.Object
  extended by org.elasticsearch.common.Unicode.UTF16Result
Enclosing class:
Unicode

public static final class Unicode.UTF16Result
extends Object


Field Summary
 int length
           
 char[] result
           
 
Constructor Summary
Unicode.UTF16Result()
           
 
Method Summary
 void copyText(Unicode.UTF16Result other)
           
 void setLength(int newLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public char[] result

length

public int length
Constructor Detail

Unicode.UTF16Result

public Unicode.UTF16Result()
Method Detail

setLength

public void setLength(int newLength)

copyText

public void copyText(Unicode.UTF16Result other)


Copyright © 2009-2012. All Rights Reserved.