| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedObjectIntMap.forEachEntry(TObjectIntProcedure
|
boolean |
TSynchronizedObjectIntMap.retainEntries(TObjectIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableObjectIntMap.forEachEntry(TObjectIntProcedure
|
boolean |
TUnmodifiableObjectIntMap.retainEntries(TObjectIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectIntMap.forEachEntry(TObjectIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectIntMap.retainEntries(TObjectIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectIntCustomHashMap.forEachEntry(TObjectIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectIntCustomHashMap.retainEntries(TObjectIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectIntHashMap.forEachEntry(TObjectIntProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectIntHashMap.retainEntries(TObjectIntProcedure
Retains only those entries in the map for which the procedure returns a true value.
|