| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharIntMap.forEachEntry(TCharIntProcedure
|
boolean |
TSynchronizedCharIntMap.retainEntries(TCharIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharIntMap.forEachEntry(TCharIntProcedure
|
boolean |
TUnmodifiableCharIntMap.retainEntries(TCharIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharIntMap.forEachEntry(TCharIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharIntMap.retainEntries(TCharIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharIntHashMap.forEachEntry(TCharIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TCharIntHashMap.retainEntries(TCharIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|