| 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 |
TSynchronizedObjectDoubleMap.forEachEntry(TObjectDoubleProcedure
|
boolean |
TSynchronizedObjectDoubleMap.retainEntries(TObjectDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableObjectDoubleMap.forEachEntry(TObjectDoubleProcedure
|
boolean |
TUnmodifiableObjectDoubleMap.retainEntries(TObjectDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectDoubleMap.forEachEntry(TObjectDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectDoubleMap.retainEntries(TObjectDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectDoubleCustomHashMap.forEachEntry(TObjectDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectDoubleCustomHashMap.retainEntries(TObjectDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectDoubleHashMap.forEachEntry(TObjectDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectDoubleHashMap.retainEntries(TObjectDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|