| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntShortMap.forEachEntry(TIntShortProcedure
|
boolean |
TSynchronizedIntShortMap.retainEntries(TIntShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntShortMap.forEachEntry(TIntShortProcedure
|
boolean |
TUnmodifiableIntShortMap.retainEntries(TIntShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntShortMap.forEachEntry(TIntShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntShortMap.retainEntries(TIntShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntShortHashMap.forEachEntry(TIntShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntShortHashMap.retainEntries(TIntShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|