| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedObjectCharMap.forEachEntry(TObjectCharProcedure
|
boolean |
TSynchronizedObjectCharMap.retainEntries(TObjectCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableObjectCharMap.forEachEntry(TObjectCharProcedure
|
boolean |
TUnmodifiableObjectCharMap.retainEntries(TObjectCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectCharMap.forEachEntry(TObjectCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectCharMap.retainEntries(TObjectCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectCharCustomHashMap.forEachEntry(TObjectCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectCharCustomHashMap.retainEntries(TObjectCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectCharHashMap.forEachEntry(TObjectCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectCharHashMap.retainEntries(TObjectCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|