Uses of Interface
org.eclipse.collections.api.CharIterable
Packages that use CharIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of CharIterable in org.eclipse.collections.api
Subinterfaces of CharIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return CharIterableModifier and TypeMethodDescriptionRichIterable.collectChar
(CharFunction<? super T> charFunction) Returns a new primitivechar
iterable with the results of applying the specified function on each element of the source collection.CharIterable.reject
(CharPredicate predicate) Returns a new CharIterable with all of the elements in the CharIterable that return false for the specified predicate.CharIterable.select
(CharPredicate predicate) Returns a new CharIterable with all of the elements in the CharIterable that return true for the specified predicate.default CharIterable
CharIterable.tap
(CharProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type CharIterableModifier and TypeMethodDescriptiondefault RichIterable<CharIterable>
CharIterable.chunk
(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type CharIterableModifier and TypeMethodDescriptiondefault boolean
CharIterable.containsAll
(CharIterable source) Returns true if all of the values specified in the source CharIterable are contained in the CharIterable, and false if they are not.default boolean
CharIterable.containsAny
(CharIterable source) Returns true if any of the values specified in the source CharIterable are contained in the CharIterable, and false if they are not.default boolean
CharIterable.containsNone
(CharIterable source) Returns true if none of the values specified in the source CharIterable are contained in the CharIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type CharIterableModifier and TypeMethodDescriptiondefault <R extends MutableCharCollection>
RRichIterable.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of CharIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveBag.stg.interface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharBag.newWithAll
(CharIterable elements) ImmutableCharBag.newWithoutAll
(CharIterable elements) MutableCharBag.withAll
(CharIterable elements) MutableCharBag.withoutAll
(CharIterable elements) -
Uses of CharIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
MutableCharCollection.addAll
(CharIterable source) ImmutableCharCollection.newWithAll
(CharIterable elements) ImmutableCharCollection.newWithoutAll
(CharIterable elements) boolean
MutableCharCollection.removeAll
(CharIterable source) boolean
MutableCharCollection.retainAll
(CharIterable elements) MutableCharCollection.withAll
(CharIterable elements) MutableCharCollection.withoutAll
(CharIterable elements) -
Uses of CharIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharBagFactory.ofAll
(CharIterable items) MutableCharBagFactory.ofAll
(CharIterable items) ImmutableCharBagFactory.withAll
(CharIterable items) MutableCharBagFactory.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharListFactory.ofAll
(CharIterable items) MutableCharListFactory.ofAll
(CharIterable items) ImmutableCharListFactory.withAll
(CharIterable items) MutableCharListFactory.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharSetFactory.ofAll
(CharIterable items) MutableCharSetFactory.ofAll
(CharIterable items) ImmutableCharSetFactory.withAll
(CharIterable items) MutableCharSetFactory.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharStackFactory.ofAll
(CharIterable items) MutableCharStackFactory.ofAll
(CharIterable items) ImmutableCharStackFactory.ofAllReversed
(CharIterable items) MutableCharStackFactory.ofAllReversed
(CharIterable items) ImmutableCharStackFactory.withAll
(CharIterable items) MutableCharStackFactory.withAll
(CharIterable items) ImmutableCharStackFactory.withAllReversed
(CharIterable items) MutableCharStackFactory.withAllReversed
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
MutableCharList.addAllAtIndex
(int index, CharIterable source) ImmutableCharList.newWithAll
(CharIterable elements) ImmutableCharList.newWithoutAll
(CharIterable elements) MutableCharList.withAll
(CharIterable elements) MutableCharList.withoutAll
(CharIterable elements) default ListIterable<CharCharPair>
CharList.zipChar
(CharIterable iterable) Returns aListIterable
formed from thisCharList
and anotherCharList
by combining corresponding elements in pairs.default ImmutableList<CharCharPair>
ImmutableCharList.zipChar
(CharIterable iterable) Returns anImmutableList
formed from thisImmutableCharList
and anotherCharList
by combining corresponding elements in pairs.default MutableList<CharCharPair>
MutableCharList.zipChar
(CharIterable iterable) Returns aMutableList
formed from thisMutableCharList
and anotherCharList
by combining corresponding elements in pairs. -
Uses of CharIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharBooleanMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharByteMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharCharMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharDoubleMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharFloatMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharIntMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharLongMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharObjectMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharShortMap.newWithoutAllKeys
(CharIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableCharBooleanMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharByteMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharCharMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharDoubleMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharFloatMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharIntMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharLongMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharObjectMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharShortMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of CharIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of CharIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveSet.stg.interface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharSet.newWithAll
(CharIterable elements) ImmutableCharSet.newWithoutAll
(CharIterable elements) MutableCharSet.withAll
(CharIterable elements) MutableCharSet.withoutAll
(CharIterable elements) -
Uses of CharIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of CharIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveStack.stg.interface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of CharIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return CharIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectChar
(CharFunction<? super T> charFunction) Method parameters in org.eclipse.collections.impl with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RUnmodifiableRichIterable.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RAbstractBag.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharBagFactoryImpl.ofAll
(CharIterable items) ImmutableCharBagFactoryImpl.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
CharHashBag is similar toHashBag
, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
CharHashBag.addAll
(CharIterable source) static CharHashBag
CharHashBag.newBag
(CharIterable source) MutableCharBagFactoryImpl.ofAll
(CharIterable items) boolean
CharHashBag.removeAll
(CharIterable source) boolean
CharHashBag.retainAll
(CharIterable source) CharHashBag.withAll
(CharIterable iterable) MutableCharBagFactoryImpl.withAll
(CharIterable items) SynchronizedCharBag.withAll
(CharIterable elements) UnmodifiableCharBag.withAll
(CharIterable elements) CharHashBag.withoutAll
(CharIterable iterable) SynchronizedCharBag.withoutAll
(CharIterable elements) UnmodifiableCharBag.withoutAll
(CharIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type CharIterable -
Uses of CharIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RAbstractBiMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return CharIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectChar
(CharFunction<? super V> charFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RUnmodifiableBiMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return CharIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectChar
(CharFunction<? super T> charFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RAbstractSynchronizedRichIterable.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RAbstractUnmodifiableMutableCollection.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionAbstractSynchronizedCharCollection.chunk
(int size) AbstractUnmodifiableCharCollection.chunk
(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
AbstractSynchronizedCharCollection.addAll
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.addAll
(CharIterable source) boolean
AbstractSynchronizedCharCollection.containsAll
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.containsAll
(CharIterable source) boolean
AbstractSynchronizedCharCollection.containsAny
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.containsAny
(CharIterable source) boolean
AbstractSynchronizedCharCollection.containsNone
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.containsNone
(CharIterable source) boolean
AbstractSynchronizedCharCollection.removeAll
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.removeAll
(CharIterable source) boolean
AbstractSynchronizedCharCollection.retainAll
(CharIterable source) boolean
AbstractUnmodifiableCharCollection.retainAll
(CharIterable source) AbstractSynchronizedCharCollection.withAll
(CharIterable elements) AbstractUnmodifiableCharCollection.withAll
(CharIterable elements) AbstractSynchronizedCharCollection.withoutAll
(CharIterable elements) AbstractUnmodifiableCharCollection.withoutAll
(CharIterable elements) -
Uses of CharIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return CharIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionAbstractLazyCharIterable.chunk
(int size) ChunkCharIterable.iterator()
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
AbstractLazyCharIterable.containsAll
(CharIterable source) boolean
CollectCharIterable.containsAll
(CharIterable source) boolean
LazyCharIterableAdapter.containsAll
(CharIterable source) boolean
ReverseCharIterable.containsAll
(CharIterable source) boolean
SelectCharIterable.containsAll
(CharIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type CharIterableModifier and TypeMethodDescriptionvoid
ChunkCharIterable.each
(Procedure<? super CharIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharIterableModifierConstructorDescriptionChunkCharIterable
(CharIterable delegate, int size) ChunkCharIterator
(CharIterable iterable, int size) CollectCharToBooleanIterable
(CharIterable iterable, CharToBooleanFunction function) CollectCharToByteIterable
(CharIterable iterable, CharToByteFunction function) CollectCharToCharIterable
(CharIterable iterable, CharToCharFunction function) CollectCharToDoubleIterable
(CharIterable iterable, CharToDoubleFunction function) CollectCharToFloatIterable
(CharIterable iterable, CharToFloatFunction function) CollectCharToIntIterable
(CharIterable iterable, CharToIntFunction function) CollectCharToLongIterable
(CharIterable iterable, CharToLongFunction function) CollectCharToObjectIterable
(CharIterable iterable, CharToObjectFunction<? extends V> function) CollectCharToShortIterable
(CharIterable iterable, CharToShortFunction function) FlatCollectCharToObjectIterable
(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> function) LazyCharIterableAdapter
(CharIterable delegate) SelectCharIterable
(CharIterable delegate, CharPredicate predicate) TapCharIterable
(CharIterable delegate, CharProcedure procedure) TapCharIterator
(CharIterable iterable, CharProcedure procedure) -
Uses of CharIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharListFactoryImpl.ofAll
(CharIterable items) ImmutableCharListFactoryImpl.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RFastList.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
CharArrayList is similar to FastList, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
CharArrayList.addAll
(CharIterable source) boolean
CharArrayList.addAllAtIndex
(int index, CharIterable source) boolean
SynchronizedCharList.addAllAtIndex
(int index, CharIterable source) boolean
UnmodifiableCharList.addAllAtIndex
(int index, CharIterable source) static CharArrayList
CharArrayList.newList
(CharIterable source) MutableCharListFactoryImpl.ofAll
(CharIterable items) boolean
CharArrayList.removeAll
(CharIterable source) boolean
CharArrayList.retainAll
(CharIterable source) CharArrayList.withAll
(CharIterable elements) MutableCharListFactoryImpl.withAll
(CharIterable items) SynchronizedCharList.withAll
(CharIterable elements) UnmodifiableCharList.withAll
(CharIterable elements) CharArrayList.withoutAll
(CharIterable elements) SynchronizedCharList.withoutAll
(CharIterable elements) UnmodifiableCharList.withoutAll
(CharIterable elements) CharArrayList.zipChar
(CharIterable iterable) SynchronizedCharList.zipChar
(CharIterable iterable) UnmodifiableCharList.zipChar
(CharIterable iterable) -
Uses of CharIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of CharIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RUnmodifiableMutableMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableByteCharMap
.class
A synchronized view of aMutableCharCharMap
.class
A synchronized view of aMutableDoubleCharMap
.class
A synchronized view of aMutableFloatCharMap
.class
A synchronized view of aMutableIntCharMap
.class
A synchronized view of aMutableLongCharMap
.class
A synchronized view of aMutableObjectCharMap
.class
A synchronized view of aMutableShortCharMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionAbstractMutableCharKeySet.chunk
(int size) AbstractMutableCharValuesMap.chunk
(int size) ObjectCharHashMap.chunk
(int size) ObjectCharHashMapWithHashingStrategy.chunk
(int size) SynchronizedByteCharMap.chunk
(int size) SynchronizedCharCharMap.chunk
(int size) SynchronizedDoubleCharMap.chunk
(int size) SynchronizedFloatCharMap.chunk
(int size) SynchronizedIntCharMap.chunk
(int size) SynchronizedLongCharMap.chunk
(int size) SynchronizedObjectCharMap.chunk
(int size) SynchronizedShortCharMap.chunk
(int size) UnmodifiableByteCharMap.chunk
(int size) UnmodifiableCharCharMap.chunk
(int size) UnmodifiableDoubleCharMap.chunk
(int size) UnmodifiableFloatCharMap.chunk
(int size) UnmodifiableIntCharMap.chunk
(int size) UnmodifiableLongCharMap.chunk
(int size) UnmodifiableObjectCharMap.chunk
(int size) UnmodifiableShortCharMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
AbstractMutableCharKeySet.addAll
(CharIterable source) boolean
AbstractMutableCharKeySet.containsAll
(CharIterable source) boolean
AbstractMutableCharValuesMap.containsAll
(CharIterable source) boolean
ObjectCharHashMap.containsAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.containsAll
(CharIterable source) boolean
SynchronizedByteCharMap.containsAll
(CharIterable source) boolean
SynchronizedCharCharMap.containsAll
(CharIterable source) boolean
SynchronizedDoubleCharMap.containsAll
(CharIterable source) boolean
SynchronizedFloatCharMap.containsAll
(CharIterable source) boolean
SynchronizedIntCharMap.containsAll
(CharIterable source) boolean
SynchronizedLongCharMap.containsAll
(CharIterable source) boolean
SynchronizedObjectCharMap.containsAll
(CharIterable source) boolean
SynchronizedShortCharMap.containsAll
(CharIterable source) boolean
UnmodifiableByteCharMap.containsAll
(CharIterable source) boolean
UnmodifiableCharCharMap.containsAll
(CharIterable source) boolean
UnmodifiableDoubleCharMap.containsAll
(CharIterable source) boolean
UnmodifiableFloatCharMap.containsAll
(CharIterable source) boolean
UnmodifiableIntCharMap.containsAll
(CharIterable source) boolean
UnmodifiableLongCharMap.containsAll
(CharIterable source) boolean
UnmodifiableObjectCharMap.containsAll
(CharIterable source) boolean
UnmodifiableShortCharMap.containsAll
(CharIterable source) boolean
AbstractMutableCharKeySet.removeAll
(CharIterable source) AbstractMutableCharKeySet.withAll
(CharIterable elements) AbstractMutableCharKeySet.withoutAll
(CharIterable elements) CharBooleanHashMap.withoutAllKeys
(CharIterable keys) CharByteHashMap.withoutAllKeys
(CharIterable keys) CharCharHashMap.withoutAllKeys
(CharIterable keys) CharDoubleHashMap.withoutAllKeys
(CharIterable keys) CharFloatHashMap.withoutAllKeys
(CharIterable keys) CharIntHashMap.withoutAllKeys
(CharIterable keys) CharLongHashMap.withoutAllKeys
(CharIterable keys) CharObjectHashMap.withoutAllKeys
(CharIterable keys) CharShortHashMap.withoutAllKeys
(CharIterable keys) SynchronizedCharBooleanMap.withoutAllKeys
(CharIterable keys) SynchronizedCharByteMap.withoutAllKeys
(CharIterable keys) SynchronizedCharCharMap.withoutAllKeys
(CharIterable keys) SynchronizedCharDoubleMap.withoutAllKeys
(CharIterable keys) SynchronizedCharFloatMap.withoutAllKeys
(CharIterable keys) SynchronizedCharIntMap.withoutAllKeys
(CharIterable keys) SynchronizedCharLongMap.withoutAllKeys
(CharIterable keys) SynchronizedCharObjectMap.withoutAllKeys
(CharIterable keys) SynchronizedCharShortMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharBooleanMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharByteMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharCharMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharDoubleMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharFloatMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharIntMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharLongMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharObjectMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharShortMap.withoutAllKeys
(CharIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RSynchronizedByteObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedCharObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedDoubleObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedFloatObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedIntObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedLongObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedShortObjectMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RUnmodifiableMutableOrderedMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RUnmodifiableTreeMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a CharIterable.Methods in org.eclipse.collections.impl.primitive that return CharIterableModifier and TypeMethodDescriptionSynchronizedCharIterable.reject
(CharPredicate predicate) SynchronizedCharIterable.select
(CharPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
SynchronizedCharIterable.containsAll
(CharIterable source) boolean
SynchronizedCharIterable.containsAny
(CharIterable source) boolean
SynchronizedCharIterable.containsNone
(CharIterable source) static SynchronizedCharIterable
SynchronizedCharIterable.of
(CharIterable iterable) This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable.static SynchronizedCharIterable
SynchronizedCharIterable.of
(CharIterable iterable, Object lock) This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable. -
Uses of CharIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionAbstractImmutableCharSet.newWithAll
(CharIterable elements) AbstractImmutableCharSet.newWithoutAll
(CharIterable elements) ImmutableCharSetFactoryImpl.ofAll
(CharIterable items) ImmutableCharSetFactoryImpl.withAll
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableCharSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
CharHashSet.addAll
(CharIterable source) static CharHashSet
CharHashSet.newSet
(CharIterable source) MutableCharSetFactoryImpl.ofAll
(CharIterable items) boolean
CharHashSet.removeAll
(CharIterable source) boolean
CharHashSet.retainAll
(CharIterable source) CharHashSet.withAll
(CharIterable elements) MutableCharSetFactoryImpl.withAll
(CharIterable items) SynchronizedCharSet.withAll
(CharIterable elements) UnmodifiableCharSet.withAll
(CharIterable elements) CharHashSet.withoutAll
(CharIterable elements) SynchronizedCharSet.withoutAll
(CharIterable elements) UnmodifiableCharSet.withoutAll
(CharIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharIterable -
Uses of CharIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of CharIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionImmutableCharStackFactoryImpl.ofAll
(CharIterable items) ImmutableCharStackFactoryImpl.ofAllReversed
(CharIterable items) ImmutableCharStackFactoryImpl.withAll
(CharIterable items) ImmutableCharStackFactoryImpl.withAllReversed
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RArrayStack.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RSynchronizedStack.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RUnmodifiableStack.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement CharIterableModifier and TypeClassDescriptionclass
CharArrayStack is similar toArrayStack
, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionSynchronizedCharStack.chunk
(int size) UnmodifiableCharStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
SynchronizedCharStack.containsAll
(CharIterable source) boolean
UnmodifiableCharStack.containsAll
(CharIterable source) static CharArrayStack
CharArrayStack.newStack
(CharIterable items) static CharArrayStack
CharArrayStack.newStackFromTopToBottom
(CharIterable items) MutableCharStackFactoryImpl.ofAll
(CharIterable items) MutableCharStackFactoryImpl.ofAllReversed
(CharIterable items) MutableCharStackFactoryImpl.withAll
(CharIterable items) MutableCharStackFactoryImpl.withAllReversed
(CharIterable items) -
Uses of CharIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement CharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type CharIterable -
Uses of CharIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement CharIterableModifier and TypeClassDescriptionclass
Provides a view into the char[] stored in a String as an ImmutableCharList.Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type CharIterableMethods in org.eclipse.collections.impl.string.immutable with parameters of type CharIterableModifier and TypeMethodDescriptionstatic CharAdapter
CharAdapter.from
(CharIterable iterable) CharAdapter.newWithAll
(CharIterable elements) CharAdapter.newWithoutAll
(CharIterable elements) CharAdapter.zipChar
(CharIterable iterable) -
Uses of CharIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionstatic boolean
CharIterableIterate.allSatisfy
(CharIterable iterable, CharPredicate predicate) static boolean
CharIterableIterate.anySatisfy
(CharIterable iterable, CharPredicate predicate) static void
CharIterableIterate.appendString
(CharIterable iterable, Appendable appendable, String start, String separator, String end) static <V,
R extends Collection<V>>
RCharIterableIterate.collect
(CharIterable iterable, CharToObjectFunction<? extends V> function, R targetCollection) static int
CharIterableIterate.count
(CharIterable iterable, CharPredicate predicate) static char
CharIterableIterate.detectIfNone
(CharIterable iterable, CharPredicate predicate, char ifNone) static void
CharIterableIterate.forEach
(CharIterable iterable, CharProcedure procedure) static <T> T
CharIterableIterate.injectInto
(CharIterable iterable, T injectedValue, ObjectCharToObjectFunction<? super T, ? extends T> function) static boolean
CharIterableIterate.isEmpty
(CharIterable iterable) static char
CharIterableIterate.max
(CharIterable iterable) static char
CharIterableIterate.maxIfEmpty
(CharIterable iterable, char ifEmpty) static char
CharIterableIterate.min
(CharIterable iterable) static char
CharIterableIterate.minIfEmpty
(CharIterable iterable, char ifEmpty) static boolean
CharIterableIterate.noneSatisfy
(CharIterable iterable, CharPredicate predicate) static boolean
CharIterableIterate.notEmpty
(CharIterable iterable) static <R extends MutableCharCollection>
RCharIterableIterate.reject
(CharIterable iterable, CharPredicate predicate, R targetCollection) static <R extends MutableCharCollection>
RCharIterableIterate.select
(CharIterable iterable, CharPredicate predicate, R targetCollection) static long
CharIterableIterate.sum
(CharIterable iterable) -
Uses of CharIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionstatic LazyCharIterable
LazyCharIterate.adapt
(CharIterable iterable) Creates a deferred char iterable for the specified char iterable.static <V> LazyIterable<V>
LazyCharIterate.collect
(CharIterable iterable, CharToObjectFunction<? extends V> function) Creates a deferred transforming char iterable for the specified char iterable.static <V> LazyIterable<V>
LazyCharIterate.collectIf
(CharIterable iterable, CharPredicate predicate, CharToObjectFunction<? extends V> function) Creates a deferred filtering and transforming char iterable for the specified char iterable.static <V> LazyIterable<V>
LazyCharIterate.flatCollect
(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening char iterable for the specified char iterable.static LazyCharIterable
LazyCharIterate.select
(CharIterable iterable, CharPredicate predicate) Creates a deferred filtering char iterable for the specified char iterable.static LazyCharIterable
LazyCharIterate.tap
(CharIterable iterable, CharProcedure procedure) Creates a deferred tap iterable for the specified iterable.