| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedLongCharMap.forEachEntry(TLongCharProcedure
|
boolean |
TSynchronizedLongCharMap.retainEntries(TLongCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableLongCharMap.forEachEntry(TLongCharProcedure
|
boolean |
TUnmodifiableLongCharMap.retainEntries(TLongCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongCharMap.forEachEntry(TLongCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongCharMap.retainEntries(TLongCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongCharHashMap.forEachEntry(TLongCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongCharHashMap.retainEntries(TLongCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|