| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedLongIntMap.forEachEntry(TLongIntProcedure
|
boolean |
TSynchronizedLongIntMap.retainEntries(TLongIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableLongIntMap.forEachEntry(TLongIntProcedure
|
boolean |
TUnmodifiableLongIntMap.retainEntries(TLongIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongIntMap.forEachEntry(TLongIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongIntMap.retainEntries(TLongIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongIntHashMap.forEachEntry(TLongIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TLongIntHashMap.retainEntries(TLongIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|