| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteCollection.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteFloatHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteLongHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteByteHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteHash.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteDoubleHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteShortHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteIntHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteCharHash.forEach(TByteProcedure
Executes
procedure for each key in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedByteCollection.forEach(TByteProcedure
|
boolean |
TSynchronizedByteList.forEachDescending(TByteProcedure
|
boolean |
TSynchronizedByteObjectMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteFloatMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteCharMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteShortMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteDoubleMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteByteMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteIntMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedByteLongMap.forEachKey(TByteProcedure
|
boolean |
TSynchronizedIntByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedFloatByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedShortByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedObjectByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedCharByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedByteByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedDoubleByteMap.forEachValue(TByteProcedure
|
boolean |
TSynchronizedLongByteMap.forEachValue(TByteProcedure
|
TByteList |
TSynchronizedByteList.grep(TByteProcedure
|
TByteList |
TSynchronizedByteList.inverseGrep(TByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableByteCollection.forEach(TByteProcedure
|
boolean |
TUnmodifiableByteList.forEachDescending(TByteProcedure
|
boolean |
TUnmodifiableByteDoubleMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteFloatMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteLongMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteObjectMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteIntMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteShortMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteByteMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableByteCharMap.forEachKey(TByteProcedure
|
boolean |
TUnmodifiableIntByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableShortByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableDoubleByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableByteByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableLongByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableFloatByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableObjectByteMap.forEachValue(TByteProcedure
|
boolean |
TUnmodifiableCharByteMap.forEachValue(TByteProcedure
|
TByteList |
TUnmodifiableByteList.grep(TByteProcedure
|
TByteList |
TUnmodifiableByteList.inverseGrep(TByteProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteList.forEach(TByteProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TByteList.forEachDescending(TByteProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TByteList |
TByteList.grep(TByteProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TByteList |
TByteList.inverseGrep(TByteProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
TByteList |
TByteArrayList.grep(TByteProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TByteList |
TByteArrayList.inverseGrep(TByteProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteLinkedList.forEach(TByteProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TByteLinkedList.forEachDescending(TByteProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TByteList |
TByteLinkedList.grep(TByteProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TByteList |
TByteLinkedList.inverseGrep(TByteProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteObjectMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteLongMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteDoubleMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteCharMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteByteMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteIntMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteFloatMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TByteShortMap.forEachKey(TByteProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectByteMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectByteCustomHashMap.forEachValue(TByteProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteDoubleHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TShortByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TFloatByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TByteShortHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteIntHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteCharHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteFloatHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteByteHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TLongByteHashMap.TValueView.forEach(TByteProcedure
Executes
procedure for each element in the collection.
|
boolean |
TByteLongHashMap.TKeyView.forEach(TByteProcedure
Executes
procedure for each element in the set.
|
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 |
TByteCharHashMap.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 |
TCharByteHashMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TByteSet.forEach(TByteProcedure
Executes
procedure for each element in the set.
|