| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedFloatDoubleMap.forEachEntry(TFloatDoubleProcedure
|
boolean |
TSynchronizedFloatDoubleMap.retainEntries(TFloatDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableFloatDoubleMap.forEachEntry(TFloatDoubleProcedure
|
boolean |
TUnmodifiableFloatDoubleMap.retainEntries(TFloatDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatDoubleMap.forEachEntry(TFloatDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TFloatDoubleMap.retainEntries(TFloatDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatDoubleHashMap.forEachEntry(TFloatDoubleProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TFloatDoubleHashMap.retainEntries(TFloatDoubleProcedure
Retains only those entries in the map for which the procedure returns a true value.
|