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