| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedShortIntMap.forEachEntry(TShortIntProcedure
|
boolean |
TSynchronizedShortIntMap.retainEntries(TShortIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableShortIntMap.forEachEntry(TShortIntProcedure
|
boolean |
TUnmodifiableShortIntMap.retainEntries(TShortIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortIntMap.forEachEntry(TShortIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortIntMap.retainEntries(TShortIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortIntHashMap.forEachEntry(TShortIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortIntHashMap.retainEntries(TShortIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|