| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharCollection.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharIntHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharShortHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharLongHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharFloatHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharHash.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharByteHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharCharHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharDoubleHash.forEach(TCharProcedure
Executes
procedure for each key in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedCharCollection.forEach(TCharProcedure
|
boolean |
TSynchronizedCharList.forEachDescending(TCharProcedure
|
boolean |
TSynchronizedCharDoubleMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharFloatMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharByteMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharObjectMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharIntMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharCharMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharShortMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedCharLongMap.forEachKey(TCharProcedure
|
boolean |
TSynchronizedLongCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedByteCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedIntCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedObjectCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedShortCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedFloatCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedCharCharMap.forEachValue(TCharProcedure
|
boolean |
TSynchronizedDoubleCharMap.forEachValue(TCharProcedure
|
TCharList |
TSynchronizedCharList.grep(TCharProcedure
|
TCharList |
TSynchronizedCharList.inverseGrep(TCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableCharCollection.forEach(TCharProcedure
|
boolean |
TUnmodifiableCharList.forEachDescending(TCharProcedure
|
boolean |
TUnmodifiableCharObjectMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharLongMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharByteMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharIntMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharDoubleMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharFloatMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharShortMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableCharCharMap.forEachKey(TCharProcedure
|
boolean |
TUnmodifiableShortCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableLongCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableObjectCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableDoubleCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableIntCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableFloatCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableByteCharMap.forEachValue(TCharProcedure
|
boolean |
TUnmodifiableCharCharMap.forEachValue(TCharProcedure
|
TCharList |
TUnmodifiableCharList.grep(TCharProcedure
|
TCharList |
TUnmodifiableCharList.inverseGrep(TCharProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharList.forEach(TCharProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TCharList.forEachDescending(TCharProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TCharList |
TCharList.grep(TCharProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TCharList |
TCharList.inverseGrep(TCharProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharArrayList.forEach(TCharProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TCharArrayList.forEachDescending(TCharProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TCharList |
TCharArrayList.grep(TCharProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TCharList |
TCharArrayList.inverseGrep(TCharProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLinkedList.forEach(TCharProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TCharLinkedList.forEachDescending(TCharProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TCharList |
TCharLinkedList.grep(TCharProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TCharList |
TCharLinkedList.inverseGrep(TCharProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLongMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharObjectMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharDoubleMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharByteMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharShortMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharFloatMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharCharMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharIntMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TFloatCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongCharMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectCharCustomHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharLongHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharShortHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharByteHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharFloatHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TLongCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharCharHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharDoubleHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TCharIntHashMap.TKeyView.forEach(TCharProcedure
Executes
procedure for each element in the set.
|
boolean |
TByteCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TFloatCharHashMap.TValueView.forEach(TCharProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharObjectHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharLongHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharShortHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharByteHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharFloatHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharCharHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharDoubleHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TCharIntHashMap.forEachKey(TCharProcedure
Executes
procedure for each key in the map.
|
boolean |
TObjectCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatCharHashMap.forEachValue(TCharProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCharSet.forEach(TCharProcedure
Executes
procedure for each element in the set.
|