public abstract class AbstractKey
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
size()
Returns the length of this key.
|
byte[] |
toBytes()
Returns the value of this key as a byte array.
|
java.lang.String |
toString() |
public byte[] toBytes()
public int size()
public final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Exonum. All rights reserved.