| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedLongShortMap.forEachEntry(TLongShortProcedure
|
boolean |
TSynchronizedLongShortMap.retainEntries(TLongShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableLongShortMap.forEachEntry(TLongShortProcedure
|
boolean |
TUnmodifiableLongShortMap.retainEntries(TLongShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongShortMap.forEachEntry(TLongShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongShortMap.retainEntries(TLongShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongShortHashMap.forEachEntry(TLongShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongShortHashMap.retainEntries(TLongShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|