public class ByteArray extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ByteArray>
Constructor and Description |
---|
ByteArray(byte[] value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ByteArray other) |
boolean |
equals(@Nullable java.lang.Object o) |
byte[] |
getValue() |
int |
hashCode() |
public byte[] getValue()
public boolean equals(@Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object