| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntByteMap.forEachEntry(TIntByteProcedure
|
boolean |
TSynchronizedIntByteMap.retainEntries(TIntByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntByteMap.forEachEntry(TIntByteProcedure
|
boolean |
TUnmodifiableIntByteMap.retainEntries(TIntByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntByteMap.forEachEntry(TIntByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntByteMap.retainEntries(TIntByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntByteHashMap.forEachEntry(TIntByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TIntByteHashMap.retainEntries(TIntByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|