| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedByteObjectMap.forEachEntry(TByteObjectProcedure
|
boolean |
TSynchronizedByteObjectMap.retainEntries(TByteObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableByteObjectMap.forEachEntry(TByteObjectProcedure
|
boolean |
TUnmodifiableByteObjectMap.retainEntries(TByteObjectProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteObjectMap.forEachEntry(TByteObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteObjectMap.retainEntries(TByteObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteObjectHashMap.forEachEntry(TByteObjectProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteObjectHashMap.retainEntries(TByteObjectProcedure
Retains only those entries in the map for which the procedure returns a true value.
|