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