| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleByteMap.forEachEntry(TDoubleByteProcedure
|
boolean |
TSynchronizedDoubleByteMap.retainEntries(TDoubleByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleByteMap.forEachEntry(TDoubleByteProcedure
|
boolean |
TUnmodifiableDoubleByteMap.retainEntries(TDoubleByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleByteMap.forEachEntry(TDoubleByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleByteMap.retainEntries(TDoubleByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleByteHashMap.forEachEntry(TDoubleByteProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TDoubleByteHashMap.retainEntries(TDoubleByteProcedure
Retains only those entries in the map for which the procedure returns a true value.
|