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