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