| Package | Description |
|---|---|
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedFloatShortMap.forEachEntry(TFloatShortProcedure
|
boolean |
TSynchronizedFloatShortMap.retainEntries(TFloatShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableFloatShortMap.forEachEntry(TFloatShortProcedure
|
boolean |
TUnmodifiableFloatShortMap.retainEntries(TFloatShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatShortMap.forEachEntry(TFloatShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TFloatShortMap.retainEntries(TFloatShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TFloatShortHashMap.forEachEntry(TFloatShortProcedure
Executes
procedure for each key/value entry in the map.
|
boolean |
TFloatShortHashMap.retainEntries(TFloatShortProcedure
Retains only those entries in the map for which the procedure returns a true value.
|