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