| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleCharMap.forEachEntry(TDoubleCharProcedure
|
boolean |
TSynchronizedDoubleCharMap.retainEntries(TDoubleCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleCharMap.forEachEntry(TDoubleCharProcedure
|
boolean |
TUnmodifiableDoubleCharMap.retainEntries(TDoubleCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleCharMap.forEachEntry(TDoubleCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleCharMap.retainEntries(TDoubleCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleCharHashMap.forEachEntry(TDoubleCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleCharHashMap.retainEntries(TDoubleCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|