gnu.trove
private static final class TIntLongHashMap.EqProcedure extends Object implements TIntLongProcedure
Field Summary | |
---|---|
TIntLongHashMap | _otherMap |
Constructor Summary | |
---|---|
EqProcedure(TIntLongHashMap otherMap) |
Method Summary | |
---|---|
boolean | eq(long v1, long v2)
Compare two longs for equality. |
boolean | execute(int key, long value) |