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