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