| Package | Description |
|---|---|
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TMap.forEachEntry(TObjectObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TMap.retainEntries(TObjectObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
THashMap.forEachEntry(TObjectObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCustomHashMap.forEachEntry(TObjectObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
THashMap.retainEntries(TObjectObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
boolean |
TCustomHashMap.retainEntries(TObjectObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|