private static final class TDoubleIntHashMap.EqProcedure extends java.lang.Object implements TDoubleIntProcedure
| Modifier and Type | Field and Description |
|---|---|
private TDoubleIntHashMap |
_otherMap |
| Constructor and Description |
|---|
TDoubleIntHashMap.EqProcedure(TDoubleIntHashMap otherMap) |
private final TDoubleIntHashMap _otherMap
TDoubleIntHashMap.EqProcedure(TDoubleIntHashMap otherMap)
public final boolean execute(double key,
int value)
TDoubleIntProcedureexecute in interface TDoubleIntProcedurekey - an double valuevalue - an int valueprivate final boolean eq(int v1,
int v2)