private final class TIntLongHashMap.HashProcedure extends java.lang.Object implements TIntLongProcedure
| Modifier and Type | Field and Description |
|---|---|
private int |
h |
| Modifier | Constructor and Description |
|---|---|
private |
TIntLongHashMap.HashProcedure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(int key,
long value)
Executes this procedure.
|
int |
getHashCode() |
public int getHashCode()
public final boolean execute(int key,
long value)
TIntLongProcedureexecute in interface TIntLongProcedurekey - an int valuevalue - an long value