| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharObjectMap.forEachEntry(TCharObjectProcedure
|
boolean |
TSynchronizedCharObjectMap.retainEntries(TCharObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharObjectMap.forEachEntry(TCharObjectProcedure
|
boolean |
TUnmodifiableCharObjectMap.retainEntries(TCharObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharObjectMap.forEachEntry(TCharObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharObjectMap.retainEntries(TCharObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharObjectHashMap.forEachEntry(TCharObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharObjectHashMap.retainEntries(TCharObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|