| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharCharMap.forEachEntry(TCharCharProcedure
|
boolean |
TSynchronizedCharCharMap.retainEntries(TCharCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharCharMap.forEachEntry(TCharCharProcedure
|
boolean |
TUnmodifiableCharCharMap.retainEntries(TCharCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharCharMap.forEachEntry(TCharCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharCharMap.retainEntries(TCharCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharCharHashMap.forEachEntry(TCharCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharCharHashMap.retainEntries(TCharCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|