| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntCollection.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntIntHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntByteHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntFloatHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntCharHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntHash.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TIntShortHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntLongHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntDoubleHash.forEach(TIntProcedure
Executes
procedure for each key in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedIntCollection.forEach(TIntProcedure
|
boolean |
TSynchronizedIntList.forEachDescending(TIntProcedure
|
boolean |
TSynchronizedIntIntMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntByteMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntCharMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntDoubleMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntShortMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntObjectMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntFloatMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntLongMap.forEachKey(TIntProcedure
|
boolean |
TSynchronizedIntIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedLongIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedCharIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedFloatIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedShortIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedObjectIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedByteIntMap.forEachValue(TIntProcedure
|
boolean |
TSynchronizedDoubleIntMap.forEachValue(TIntProcedure
|
TIntList |
TSynchronizedIntList.grep(TIntProcedure
|
TIntList |
TSynchronizedIntList.inverseGrep(TIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableIntCollection.forEach(TIntProcedure
|
boolean |
TUnmodifiableIntList.forEachDescending(TIntProcedure
|
boolean |
TUnmodifiableIntDoubleMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntByteMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntLongMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntFloatMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntCharMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntObjectMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntShortMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableIntIntMap.forEachKey(TIntProcedure
|
boolean |
TUnmodifiableDoubleIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableByteIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableShortIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableLongIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableFloatIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableCharIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableObjectIntMap.forEachValue(TIntProcedure
|
boolean |
TUnmodifiableIntIntMap.forEachValue(TIntProcedure
|
TIntList |
TUnmodifiableIntList.grep(TIntProcedure
|
TIntList |
TUnmodifiableIntList.inverseGrep(TIntProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntList.forEach(TIntProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TIntList.forEachDescending(TIntProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TIntList |
TIntList.grep(TIntProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TIntList |
TIntList.inverseGrep(TIntProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntArrayList.forEach(TIntProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TIntArrayList.forEachDescending(TIntProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TIntList |
TIntArrayList.grep(TIntProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TIntList |
TIntArrayList.inverseGrep(TIntProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntLinkedList.forEach(TIntProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TIntLinkedList.forEachDescending(TIntProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TIntList |
TIntLinkedList.grep(TIntProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TIntList |
TIntLinkedList.inverseGrep(TIntProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntIntMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntObjectMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntFloatMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntByteMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntCharMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntDoubleMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntShortMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntLongMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TFloatIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharIntMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectIntCustomHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntShortHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TIntByteHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TIntFloatHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TFloatIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntDoubleHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TLongIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TByteIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntIntHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TIntIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntCharHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntLongHashMap.TKeyView.forEach(TIntProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleIntHashMap.TValueView.forEach(TIntProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntShortHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntByteHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntObjectHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntFloatHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntDoubleHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntIntHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntCharHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TIntLongHashMap.forEachKey(TIntProcedure
Executes
procedure for each key in the map.
|
boolean |
TFloatIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleIntHashMap.forEachValue(TIntProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntSet.forEach(TIntProcedure
Executes
procedure for each element in the set.
|