|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.ByteArrayKey
public final class ByteArrayKey
Utility class for mapping byte array portions.
| Constructor Summary | |
|---|---|
ByteArrayKey()
|
|
ByteArrayKey(byte[] key)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
byte[] |
getKey()
|
int |
getLength()
|
int |
getOffset()
|
int |
hashCode()
|
boolean |
matches(byte[] data,
int offset,
int length)
|
void |
setHashData(byte[] data,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteArrayKey()
public ByteArrayKey(byte[] key)
| Method Detail |
|---|
public void setHashData(byte[] data,
int offset,
int length)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic byte[] getKey()
public int getOffset()
public int getLength()
public boolean matches(byte[] data,
int offset,
int length)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||