| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleFloatMap.forEachEntry(TDoubleFloatProcedure
|
boolean |
TSynchronizedDoubleFloatMap.retainEntries(TDoubleFloatProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleFloatMap.forEachEntry(TDoubleFloatProcedure
|
boolean |
TUnmodifiableDoubleFloatMap.retainEntries(TDoubleFloatProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleFloatMap.forEachEntry(TDoubleFloatProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleFloatMap.retainEntries(TDoubleFloatProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleFloatHashMap.forEachEntry(TDoubleFloatProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleFloatHashMap.retainEntries(TDoubleFloatProcedure
Retains only those entries in the map for which the procedure returns a true value.
|