| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleObjectMap.forEachEntry(TDoubleObjectProcedure
|
boolean |
TSynchronizedDoubleObjectMap.retainEntries(TDoubleObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleObjectMap.forEachEntry(TDoubleObjectProcedure
|
boolean |
TUnmodifiableDoubleObjectMap.retainEntries(TDoubleObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleObjectMap.forEachEntry(TDoubleObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleObjectMap.retainEntries(TDoubleObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleObjectHashMap.forEachEntry(TDoubleObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleObjectHashMap.retainEntries(TDoubleObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|