public class StructuralByteArray
extends java.lang.Object
| Constructor and Description | 
|---|
| StructuralByteArray(byte[] value) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(@Nullable java.lang.Object o) | 
| byte[] | getValue() | 
| int | hashCode() | 
| java.lang.String | toString() | 
public byte[] getValue()
public boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object