|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.trove.TByteByteHashMap.EqProcedure
Field Summary | |
private TByteByteHashMap |
_otherMap
|
Constructor Summary | |
(package private) |
TByteByteHashMap.EqProcedure(TByteByteHashMap otherMap)
|
Method Summary | |
private boolean |
eq(byte v1,
byte v2)
Compare two bytes for equality. |
boolean |
execute(byte key,
byte value)
Executes this procedure. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final TByteByteHashMap _otherMap
Constructor Detail |
TByteByteHashMap.EqProcedure(TByteByteHashMap otherMap)
Method Detail |
public final boolean execute(byte key, byte value)
TByteByteProcedure
execute
in interface TByteByteProcedure
key
- an byte
valuevalue
- an byte
value
private final boolean eq(byte v1, byte v2)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |