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