| 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 |
TSynchronizedObjectByteMap.forEachEntry(TObjectByteProcedure
|
boolean |
TSynchronizedObjectByteMap.retainEntries(TObjectByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableObjectByteMap.forEachEntry(TObjectByteProcedure
|
boolean |
TUnmodifiableObjectByteMap.retainEntries(TObjectByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectByteMap.forEachEntry(TObjectByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectByteMap.retainEntries(TObjectByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectByteCustomHashMap.forEachEntry(TObjectByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectByteCustomHashMap.retainEntries(TObjectByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectByteHashMap.forEachEntry(TObjectByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TObjectByteHashMap.retainEntries(TObjectByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|