| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedByteCharMap.forEachEntry(TByteCharProcedure
|
boolean |
TSynchronizedByteCharMap.retainEntries(TByteCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableByteCharMap.forEachEntry(TByteCharProcedure
|
boolean |
TUnmodifiableByteCharMap.retainEntries(TByteCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteCharMap.forEachEntry(TByteCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteCharMap.retainEntries(TByteCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteCharHashMap.forEachEntry(TByteCharProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TByteCharHashMap.retainEntries(TByteCharProcedure
Retains only those entries in the map for which the procedure returns a true value.
|