| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedShortShortMap.forEachEntry(TShortShortProcedure
|
boolean |
TSynchronizedShortShortMap.retainEntries(TShortShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableShortShortMap.forEachEntry(TShortShortProcedure
|
boolean |
TUnmodifiableShortShortMap.retainEntries(TShortShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortShortMap.forEachEntry(TShortShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortShortMap.retainEntries(TShortShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortShortHashMap.forEachEntry(TShortShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortShortHashMap.retainEntries(TShortShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|