| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntCharMap.forEachEntry(TIntCharProcedure
|
boolean |
TSynchronizedIntCharMap.retainEntries(TIntCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntCharMap.forEachEntry(TIntCharProcedure
|
boolean |
TUnmodifiableIntCharMap.retainEntries(TIntCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntCharMap.forEachEntry(TIntCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntCharMap.retainEntries(TIntCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntCharHashMap.forEachEntry(TIntCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntCharHashMap.retainEntries(TIntCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|