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