| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortCollection.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortHash.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortByteHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortFloatHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortShortHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortCharHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortDoubleHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortIntHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortLongHash.forEach(TShortProcedure
Executes
procedure for each key in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedShortCollection.forEach(TShortProcedure
|
boolean |
TSynchronizedShortList.forEachDescending(TShortProcedure
|
boolean |
TSynchronizedShortFloatMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortByteMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortLongMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortObjectMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortCharMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortShortMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortDoubleMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedShortIntMap.forEachKey(TShortProcedure
|
boolean |
TSynchronizedFloatShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedByteShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedObjectShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedIntShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedDoubleShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedShortShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedCharShortMap.forEachValue(TShortProcedure
|
boolean |
TSynchronizedLongShortMap.forEachValue(TShortProcedure
|
TShortList |
TSynchronizedShortList.grep(TShortProcedure
|
TShortList |
TSynchronizedShortList.inverseGrep(TShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableShortCollection.forEach(TShortProcedure
|
boolean |
TUnmodifiableShortList.forEachDescending(TShortProcedure
|
boolean |
TUnmodifiableShortCharMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortShortMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortByteMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortDoubleMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortIntMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortObjectMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortFloatMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableShortLongMap.forEachKey(TShortProcedure
|
boolean |
TUnmodifiableObjectShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableShortShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableByteShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableDoubleShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableFloatShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableLongShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableIntShortMap.forEachValue(TShortProcedure
|
boolean |
TUnmodifiableCharShortMap.forEachValue(TShortProcedure
|
TShortList |
TUnmodifiableShortList.grep(TShortProcedure
|
TShortList |
TUnmodifiableShortList.inverseGrep(TShortProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortList.forEach(TShortProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TShortList.forEachDescending(TShortProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TShortList |
TShortList.grep(TShortProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TShortList |
TShortList.inverseGrep(TShortProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortArrayList.forEach(TShortProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TShortArrayList.forEachDescending(TShortProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TShortList |
TShortArrayList.grep(TShortProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TShortList |
TShortArrayList.inverseGrep(TShortProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortLinkedList.forEach(TShortProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TShortLinkedList.forEachDescending(TShortProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TShortList |
TShortLinkedList.grep(TShortProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TShortList |
TShortLinkedList.inverseGrep(TShortProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortDoubleMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortByteMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortCharMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortObjectMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortIntMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortLongMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortFloatMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortShortMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TFloatShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteShortMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectShortCustomHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TLongShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TShortByteHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortFloatHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TShortCharHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TDoubleShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TShortDoubleHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortLongHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortShortHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TFloatShortHashMap.TValueView.forEach(TShortProcedure
Executes
procedure for each element in the collection.
|
boolean |
TShortIntHashMap.TKeyView.forEach(TShortProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortByteHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortFloatHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortCharHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortObjectHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortDoubleHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortLongHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortShortHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortIntHashMap.forEachKey(TShortProcedure
Executes
procedure for each key in the map.
|
boolean |
TLongShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatShortHashMap.forEachValue(TShortProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TShortSet.forEach(TShortProcedure
Executes
procedure for each element in the set.
|