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