| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedShortByteMap.forEachEntry(TShortByteProcedure
|
boolean |
TSynchronizedShortByteMap.retainEntries(TShortByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableShortByteMap.forEachEntry(TShortByteProcedure
|
boolean |
TUnmodifiableShortByteMap.retainEntries(TShortByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortByteMap.forEachEntry(TShortByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortByteMap.retainEntries(TShortByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortByteHashMap.forEachEntry(TShortByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TShortByteHashMap.retainEntries(TShortByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|