private final class TIntDoubleHashMap.HashProcedure extends java.lang.Object implements TIntDoubleProcedure
| Modifier and Type | Field and Description |
|---|---|
private int |
h |
| Modifier | Constructor and Description |
|---|---|
private |
TIntDoubleHashMap.HashProcedure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(int key,
double value)
Executes this procedure.
|
int |
getHashCode() |
public int getHashCode()
public final boolean execute(int key,
double value)
TIntDoubleProcedureexecute in interface TIntDoubleProcedurekey - an int valuevalue - an double value