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