| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteHash.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteArrayList.forEach(TByteProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TByteArrayList.forEachDescending(TByteProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
boolean |
TByteDoubleHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteObjectHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteShortHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteIntHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteFloatHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteByteHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteLongHashMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongByteHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
TByteArrayList |
TByteArrayList.grep(TByteProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TByteArrayList |
TByteArrayList.inverseGrep(TByteProcedure
Searches the list for values which do
not satisfy
condition.
|