| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntObjectMap.forEachEntry(TIntObjectProcedure
|
boolean |
TSynchronizedIntObjectMap.retainEntries(TIntObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntObjectMap.forEachEntry(TIntObjectProcedure
|
boolean |
TUnmodifiableIntObjectMap.retainEntries(TIntObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntObjectMap.forEachEntry(TIntObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntObjectMap.retainEntries(TIntObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntObjectHashMap.forEachEntry(TIntObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntObjectHashMap.retainEntries(TIntObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|