| 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 |
TSynchronizedObjectShortMap.forEachEntry(TObjectShortProcedure
|
boolean |
TSynchronizedObjectShortMap.retainEntries(TObjectShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableObjectShortMap.forEachEntry(TObjectShortProcedure
|
boolean |
TUnmodifiableObjectShortMap.retainEntries(TObjectShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectShortMap.forEachEntry(TObjectShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectShortMap.retainEntries(TObjectShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectShortCustomHashMap.forEachEntry(TObjectShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectShortCustomHashMap.retainEntries(TObjectShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectShortHashMap.forEachEntry(TObjectShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectShortHashMap.retainEntries(TObjectShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|