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