| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleIntMap.forEachEntry(TDoubleIntProcedure
|
boolean |
TSynchronizedDoubleIntMap.retainEntries(TDoubleIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleIntMap.forEachEntry(TDoubleIntProcedure
|
boolean |
TUnmodifiableDoubleIntMap.retainEntries(TDoubleIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleIntMap.forEachEntry(TDoubleIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleIntMap.retainEntries(TDoubleIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleIntHashMap.forEachEntry(TDoubleIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleIntHashMap.retainEntries(TDoubleIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|