public class ByteArray extends Object implements Serializable, Comparable<ByteArray>
| Constructor and Description |
|---|
ByteArray(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ByteArray other) |
boolean |
equals(Object o) |
byte[] |
getValue() |
int |
hashCode() |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.