| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedByteShortMap.forEachEntry(TByteShortProcedure
|
boolean |
TSynchronizedByteShortMap.retainEntries(TByteShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableByteShortMap.forEachEntry(TByteShortProcedure
|
boolean |
TUnmodifiableByteShortMap.retainEntries(TByteShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteShortMap.forEachEntry(TByteShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteShortMap.retainEntries(TByteShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteShortHashMap.forEachEntry(TByteShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteShortHashMap.retainEntries(TByteShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|