| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleCollection.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleCharHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleFloatHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleShortHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleHash.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleDoubleHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleByteHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleLongHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleIntHash.forEach(TDoubleProcedure
Executes
procedure for each key in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TSynchronizedDoubleCollection.forEach(TDoubleProcedure
|
boolean |
TSynchronizedDoubleList.forEachDescending(TDoubleProcedure
|
boolean |
TSynchronizedDoubleObjectMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleDoubleMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleShortMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleFloatMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleLongMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleCharMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleByteMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedDoubleIntMap.forEachKey(TDoubleProcedure
|
boolean |
TSynchronizedCharDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedByteDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedDoubleDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedIntDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedObjectDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedLongDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedShortDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TSynchronizedFloatDoubleMap.forEachValue(TDoubleProcedure
|
TDoubleList |
TSynchronizedDoubleList.grep(TDoubleProcedure
|
TDoubleList |
TSynchronizedDoubleList.inverseGrep(TDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TUnmodifiableDoubleCollection.forEach(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleList.forEachDescending(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleIntMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleLongMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleByteMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleDoubleMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleShortMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleFloatMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleCharMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleObjectMap.forEachKey(TDoubleProcedure
|
boolean |
TUnmodifiableFloatDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableIntDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableByteDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableShortDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableDoubleDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableLongDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableObjectDoubleMap.forEachValue(TDoubleProcedure
|
boolean |
TUnmodifiableCharDoubleMap.forEachValue(TDoubleProcedure
|
TDoubleList |
TUnmodifiableDoubleList.grep(TDoubleProcedure
|
TDoubleList |
TUnmodifiableDoubleList.inverseGrep(TDoubleProcedure
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleList.forEach(TDoubleProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TDoubleList.forEachDescending(TDoubleProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TDoubleList |
TDoubleList.grep(TDoubleProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TDoubleList |
TDoubleList.inverseGrep(TDoubleProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleArrayList.forEach(TDoubleProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TDoubleArrayList.forEachDescending(TDoubleProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TDoubleList |
TDoubleArrayList.grep(TDoubleProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TDoubleList |
TDoubleArrayList.inverseGrep(TDoubleProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleLinkedList.forEach(TDoubleProcedure
Applies the procedure to each value in the list in ascending (front to back) order.
|
boolean |
TDoubleLinkedList.forEachDescending(TDoubleProcedure
Applies the procedure to each value in the list in descending (back to front) order.
|
TDoubleList |
TDoubleLinkedList.grep(TDoubleProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TDoubleList |
TDoubleLinkedList.inverseGrep(TDoubleProcedure
Searches the list for values which do
not satisfy
condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleShortMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleFloatMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleIntMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleDoubleMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleByteMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleObjectMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleLongMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleCharMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TShortDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TDoubleDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatDoubleMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TObjectDoubleCustomHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleDoubleHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TByteDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TDoubleByteHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleLongHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleFloatHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TLongDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TDoubleShortHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleCharHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TShortDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TIntDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TCharDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TFloatDoubleHashMap.TValueView.forEach(TDoubleProcedure
Executes
procedure for each element in the collection.
|
boolean |
TDoubleIntHashMap.TKeyView.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|
boolean |
TDoubleDoubleHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleByteHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleLongHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleObjectHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleFloatHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleShortHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleCharHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleIntHashMap.forEachKey(TDoubleProcedure
Executes
procedure for each key in the map.
|
boolean |
TDoubleDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TByteDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TLongDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TShortDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TIntDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TCharDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TObjectDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
boolean |
TFloatDoubleHashMap.forEachValue(TDoubleProcedure
Executes
procedure for each value in the map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TDoubleSet.forEach(TDoubleProcedure
Executes
procedure for each element in the set.
|