public class HashKey
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
HashKey(byte[] hash)
Creates the manager
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HashKey key) |
static HashKey |
create(byte[] hash) |
static boolean |
equals(byte[] hashA,
byte[] hashB)
Check for equality
|
boolean |
equals(java.lang.Object o)
Check for equality
|
byte[] |
getHash() |
static byte[] |
getHash(HashKey testValue) |
int |
hashCode()
Calculates the key's hash
|
boolean |
isAny() |
boolean |
isNull() |
java.lang.String |
toString() |
static java.lang.String |
toString(byte[] hash) |
static java.lang.String |
toString(byte[] hash,
int len) |
public static HashKey create(byte[] hash)
public static byte[] getHash(HashKey testValue)
public byte[] getHash()
public boolean isNull()
public boolean isAny()
public static java.lang.String toString(byte[] hash)
public static java.lang.String toString(byte[] hash, int len)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static boolean equals(byte[] hashA, byte[] hashB)
public int compareTo(HashKey key)
public java.lang.String toString()
toString
in class java.lang.Object