| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedLongDoubleMap.forEachEntry(TLongDoubleProcedure
|
boolean |
TSynchronizedLongDoubleMap.retainEntries(TLongDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableLongDoubleMap.forEachEntry(TLongDoubleProcedure
|
boolean |
TUnmodifiableLongDoubleMap.retainEntries(TLongDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongDoubleMap.forEachEntry(TLongDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongDoubleMap.retainEntries(TLongDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongDoubleHashMap.forEachEntry(TLongDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongDoubleHashMap.retainEntries(TLongDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|