gnu.trove

Class TDoubleIntHashMap.EqProcedure

private static final class TDoubleIntHashMap.EqProcedure extends Object implements TDoubleIntProcedure

Field Summary
TDoubleIntHashMap_otherMap
Constructor Summary
EqProcedure(TDoubleIntHashMap otherMap)
Method Summary
booleaneq(int v1, int v2)
Compare two ints for equality.
booleanexecute(double key, int value)

Field Detail

_otherMap

private final TDoubleIntHashMap _otherMap

Constructor Detail

EqProcedure

EqProcedure(TDoubleIntHashMap otherMap)

Method Detail

eq

private final boolean eq(int v1, int v2)
Compare two ints for equality.

execute

public final boolean execute(double key, int value)