|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.trove.TByteIntHashMap.EqProcedure
Field Summary | |
private TByteIntHashMap |
_otherMap
|
Constructor Summary | |
(package private) |
TByteIntHashMap.EqProcedure(TByteIntHashMap otherMap)
|
Method Summary | |
private boolean |
eq(int v1,
int v2)
Compare two ints for equality. |
boolean |
execute(byte key,
int 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 TByteIntHashMap _otherMap
Constructor Detail |
TByteIntHashMap.EqProcedure(TByteIntHashMap otherMap)
Method Detail |
public final boolean execute(byte key, int value)
TByteIntProcedure
execute
in interface TByteIntProcedure
key
- an byte
valuevalue
- an int
value
private final boolean eq(int v1, int v2)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |