|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.BytesWrap
public class BytesWrap
Constructor Summary | |
---|---|
BytesWrap(byte[] bytes)
|
|
BytesWrap(java.lang.String str)
|
Method Summary | |
---|---|
byte[] |
bytes()
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
utf8ToString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BytesWrap(byte[] bytes)
public BytesWrap(java.lang.String str)
Method Detail |
---|
public byte[] bytes()
public java.lang.String utf8ToString()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |