| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharLongMap.forEachEntry(TCharLongProcedure
|
boolean |
TSynchronizedCharLongMap.retainEntries(TCharLongProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharLongMap.forEachEntry(TCharLongProcedure
|
boolean |
TUnmodifiableCharLongMap.retainEntries(TCharLongProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLongMap.forEachEntry(TCharLongProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharLongMap.retainEntries(TCharLongProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLongHashMap.forEachEntry(TCharLongProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharLongHashMap.retainEntries(TCharLongProcedure
Retains only those entries in the map for which the procedure returns a true value.
|