private static final class TLongIntHashMap.EqProcedure extends java.lang.Object implements TLongIntProcedure
| Modifier and Type | Field and Description |
|---|---|
private TLongIntHashMap |
_otherMap |
| Constructor and Description |
|---|
TLongIntHashMap.EqProcedure(TLongIntHashMap otherMap) |
private final TLongIntHashMap _otherMap
TLongIntHashMap.EqProcedure(TLongIntHashMap otherMap)
public final boolean execute(long key,
int value)
TLongIntProcedureexecute in interface TLongIntProcedurekey - an long valuevalue - an int valueprivate final boolean eq(int v1,
int v2)