|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.util.HashKey
public class HashKey
Creates hashes for the identifiers.
Constructor Summary | |
---|---|
HashKey(byte[] hash)
Creates the manager |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HashKey(byte[] hash)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |