Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.CharProcedure
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.block.procedure.checked.primitive |
This package contains abstract implementations of primitive procedures.
|
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.primitive | |
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.string.immutable | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
-
Uses of CharProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharProcedure Modifier and Type Method Description void
CharIterable. each(CharProcedure procedure)
A synonym for forEach.void
CharIterable. forEach(CharProcedure procedure)
Applies the CharProcedure to each element in the CharIterable.default CharIterable
CharIterable. tap(CharProcedure procedure)
LazyCharIterable
LazyCharIterable. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type CharProcedure Modifier and Type Method Description default CharBag
CharBag. tap(CharProcedure procedure)
default ImmutableCharBag
ImmutableCharBag. tap(CharProcedure procedure)
default MutableCharBag
MutableCharBag. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharProcedure Modifier and Type Method Description default ImmutableCharCollection
ImmutableCharCollection. tap(CharProcedure procedure)
default MutableCharCollection
MutableCharCollection. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharProcedure Modifier and Type Method Description default CharList
CharList. tap(CharProcedure procedure)
default ImmutableCharList
ImmutableCharList. tap(CharProcedure procedure)
default MutableCharList
MutableCharList. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CharBooleanMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharByteMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharCharMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharDoubleMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharFloatMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharIntMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharLongMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharObjectMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharShortMap. forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
CharValuesMap. forEachValue(CharProcedure procedure)
Iterates through each value in this map.void
ObjectCharMap. forEachValue(CharProcedure procedure)
Iterates through each value in this map.default CharValuesMap
CharValuesMap. tap(CharProcedure procedure)
default ImmutableObjectCharMap<K>
ImmutableObjectCharMap. tap(CharProcedure procedure)
default MutableObjectCharMap<K>
MutableObjectCharMap. tap(CharProcedure procedure)
default ObjectCharMap<K>
ObjectCharMap. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type CharProcedure Modifier and Type Method Description default CharSet
CharSet. tap(CharProcedure procedure)
default ImmutableCharSet
ImmutableCharSet. tap(CharProcedure procedure)
default MutableCharSet
MutableCharSet. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type CharProcedure Modifier and Type Method Description default CharStack
CharStack. tap(CharProcedure procedure)
default ImmutableCharStack
ImmutableCharStack. tap(CharProcedure procedure)
default MutableCharStack
MutableCharStack. tap(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CharHashBag. each(CharProcedure procedure)
void
CharHashBag. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Classes in org.eclipse.collections.impl.block.procedure.checked.primitive that implement CharProcedure Modifier and Type Class Description class
CheckedCharProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg. -
Uses of CharProcedure in org.eclipse.collections.impl.block.procedure.primitive
Classes in org.eclipse.collections.impl.block.procedure.primitive that implement CharProcedure Modifier and Type Class Description class
CharCaseProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type CharProcedure Modifier and Type Method Description CharCaseProcedure
CharCaseProcedure. addCase(CharPredicate predicate, CharProcedure procedure)
CharCaseProcedure
CharCaseProcedure. setDefault(CharProcedure procedure)
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type CharProcedure Constructor Description CharCaseProcedure(CharProcedure newDefaultProcedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
AbstractSynchronizedCharCollection. each(CharProcedure procedure)
void
AbstractUnmodifiableCharCollection. each(CharProcedure procedure)
void
AbstractSynchronizedCharCollection. forEach(CharProcedure procedure)
void
AbstractUnmodifiableCharCollection. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CollectBooleanToCharIterable. each(CharProcedure procedure)
void
CollectByteToCharIterable. each(CharProcedure procedure)
void
CollectCharIterable. each(CharProcedure procedure)
void
CollectCharToCharIterable. each(CharProcedure procedure)
void
CollectDoubleToCharIterable. each(CharProcedure procedure)
void
CollectFloatToCharIterable. each(CharProcedure procedure)
void
CollectIntToCharIterable. each(CharProcedure procedure)
void
CollectLongToCharIterable. each(CharProcedure procedure)
void
CollectShortToCharIterable. each(CharProcedure procedure)
void
LazyCharIterableAdapter. each(CharProcedure procedure)
void
ReverseCharIterable. each(CharProcedure procedure)
void
SelectCharIterable. each(CharProcedure procedure)
void
TapCharIterable. each(CharProcedure procedure)
void
AbstractLazyCharIterable. forEach(CharProcedure procedure)
void
CollectCharIterable. forEach(CharProcedure procedure)
LazyCharIterable
AbstractLazyCharIterable. tap(CharProcedure procedure)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharProcedure Constructor Description TapCharIterable(CharIterable delegate, CharProcedure procedure)
TapCharIterator(CharIterable iterable, CharProcedure procedure)
TapCharIterator(CharIterator iterator, CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CharArrayList. each(CharProcedure procedure)
void
CharArrayList. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
AbstractMutableCharKeySet. each(CharProcedure procedure)
void
AbstractMutableCharValuesMap. each(CharProcedure procedure)
void
ObjectCharHashMap. each(CharProcedure procedure)
void
ObjectCharHashMapWithHashingStrategy. each(CharProcedure procedure)
void
SynchronizedByteCharMap. each(CharProcedure procedure)
void
SynchronizedCharCharMap. each(CharProcedure procedure)
void
SynchronizedDoubleCharMap. each(CharProcedure procedure)
void
SynchronizedFloatCharMap. each(CharProcedure procedure)
void
SynchronizedIntCharMap. each(CharProcedure procedure)
void
SynchronizedLongCharMap. each(CharProcedure procedure)
void
SynchronizedObjectCharMap. each(CharProcedure procedure)
void
SynchronizedShortCharMap. each(CharProcedure procedure)
void
UnmodifiableByteCharMap. each(CharProcedure procedure)
void
UnmodifiableCharCharMap. each(CharProcedure procedure)
void
UnmodifiableDoubleCharMap. each(CharProcedure procedure)
void
UnmodifiableFloatCharMap. each(CharProcedure procedure)
void
UnmodifiableIntCharMap. each(CharProcedure procedure)
void
UnmodifiableLongCharMap. each(CharProcedure procedure)
void
UnmodifiableObjectCharMap. each(CharProcedure procedure)
void
UnmodifiableShortCharMap. each(CharProcedure procedure)
void
AbstractMutableCharKeySet. forEach(CharProcedure procedure)
void
AbstractMutableCharValuesMap. forEach(CharProcedure procedure)
void
ObjectCharHashMap. forEach(CharProcedure procedure)
void
ObjectCharHashMapWithHashingStrategy. forEach(CharProcedure procedure)
void
SynchronizedByteCharMap. forEach(CharProcedure procedure)
void
SynchronizedCharCharMap. forEach(CharProcedure procedure)
void
SynchronizedDoubleCharMap. forEach(CharProcedure procedure)
void
SynchronizedFloatCharMap. forEach(CharProcedure procedure)
void
SynchronizedIntCharMap. forEach(CharProcedure procedure)
void
SynchronizedLongCharMap. forEach(CharProcedure procedure)
void
SynchronizedObjectCharMap. forEach(CharProcedure procedure)
void
SynchronizedShortCharMap. forEach(CharProcedure procedure)
void
UnmodifiableByteCharMap. forEach(CharProcedure procedure)
void
UnmodifiableCharCharMap. forEach(CharProcedure procedure)
void
UnmodifiableDoubleCharMap. forEach(CharProcedure procedure)
void
UnmodifiableFloatCharMap. forEach(CharProcedure procedure)
void
UnmodifiableIntCharMap. forEach(CharProcedure procedure)
void
UnmodifiableLongCharMap. forEach(CharProcedure procedure)
void
UnmodifiableObjectCharMap. forEach(CharProcedure procedure)
void
UnmodifiableShortCharMap. forEach(CharProcedure procedure)
void
CharBooleanHashMap. forEachKey(CharProcedure procedure)
void
CharByteHashMap. forEachKey(CharProcedure procedure)
void
CharCharHashMap. forEachKey(CharProcedure procedure)
void
CharDoubleHashMap. forEachKey(CharProcedure procedure)
void
CharFloatHashMap. forEachKey(CharProcedure procedure)
void
CharIntHashMap. forEachKey(CharProcedure procedure)
void
CharLongHashMap. forEachKey(CharProcedure procedure)
void
CharObjectHashMap. forEachKey(CharProcedure procedure)
void
CharShortHashMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharBooleanMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharByteMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharCharMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharDoubleMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharFloatMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharIntMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharLongMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharObjectMap. forEachKey(CharProcedure procedure)
void
SynchronizedCharShortMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharBooleanMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharByteMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharCharMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharDoubleMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharFloatMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharIntMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharLongMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharObjectMap. forEachKey(CharProcedure procedure)
void
UnmodifiableCharShortMap. forEachKey(CharProcedure procedure)
void
AbstractMutableCharValuesMap. forEachValue(CharProcedure procedure)
void
ObjectCharHashMap. forEachValue(CharProcedure procedure)
void
ObjectCharHashMapWithHashingStrategy. forEachValue(CharProcedure procedure)
void
SynchronizedByteCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedCharCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedDoubleCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedFloatCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedIntCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedLongCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedObjectCharMap. forEachValue(CharProcedure procedure)
void
SynchronizedShortCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableByteCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableCharCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableDoubleCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableFloatCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableIntCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableLongCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableObjectCharMap. forEachValue(CharProcedure procedure)
void
UnmodifiableShortCharMap. forEachValue(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.map.primitive
Methods in org.eclipse.collections.impl.map.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CharKeysMap. forEachKey(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type CharProcedure Modifier and Type Method Description void
SynchronizedCharIterable. each(CharProcedure procedure)
void
SynchronizedCharIterable. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
CharHashSet. each(CharProcedure procedure)
void
CharHashSet. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type CharProcedure Modifier and Type Method Description void
SynchronizedCharStack. each(CharProcedure procedure)
void
UnmodifiableCharStack. each(CharProcedure procedure)
void
SynchronizedCharStack. forEach(CharProcedure procedure)
void
UnmodifiableCharStack. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type CharProcedure Modifier and Type Method Description void
AbstractCharStack. each(CharProcedure procedure)
void
AbstractCharStack. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type CharProcedure Modifier and Type Method Description void
CharAdapter. each(CharProcedure procedure)
void
CharAdapter. forEach(CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharProcedure Modifier and Type Method Description static void
StringIterate. forEach(String string, CharProcedure procedure)
Deprecated.since 7.0.static void
StringIterate. forEachChar(String string, CharProcedure procedure)
For each char in thestring
, execute theCharProcedure
.static void
StringIterate. reverseForEach(String string, CharProcedure procedure)
Deprecated.since 7.0.static void
StringIterate. reverseForEachChar(String string, CharProcedure procedure)
For each char in thestring
in reverse order, execute theCharProcedure
. -
Uses of CharProcedure in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type CharProcedure Modifier and Type Method Description static void
CharIterableIterate. forEach(CharIterable iterable, CharProcedure procedure)
static void
CharIteratorIterate. forEach(CharIterator iterator, CharProcedure procedure)
-
Uses of CharProcedure in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type CharProcedure Modifier and Type Method Description static LazyCharIterable
LazyCharIterate. tap(CharIterable iterable, CharProcedure procedure)
Creates a deferred tap iterable for the specified iterable.