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
ImmutableStack
interface.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
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement CharIterableModifier and TypeClassDescription(package private) final class
ImmutableCharEmptyBag is an optimization forImmutableCharBag
of size 0.(package private) final class
ImmutableCharHashBag is the non-modifiable equivalent ofCharHashBag
.(package private) final class
ImmutableCharSingletonBag is an optimization forImmutableCharBag
of size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionImmutableCharEmptyBag.chunk
(int size) ImmutableCharHashBag.chunk
(int size) ImmutableCharSingletonBag.chunk
(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
ImmutableCharEmptyBag.containsAll
(CharIterable source) boolean
ImmutableCharHashBag.containsAll
(CharIterable source) boolean
ImmutableCharSingletonBag.containsAll
(CharIterable source) ImmutableCharEmptyBag.newWithAll
(CharIterable elements) ImmutableCharHashBag.newWithAll
(CharIterable elements) ImmutableCharSingletonBag.newWithAll
(CharIterable elements) ImmutableCharEmptyBag.newWithoutAll
(CharIterable elements) ImmutableCharHashBag.newWithoutAll
(CharIterable elements) ImmutableCharSingletonBag.newWithoutAll
(CharIterable elements) ImmutableCharBagFactoryImpl.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) final <R extends MutableCharCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.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.Fields in org.eclipse.collections.impl.lazy.primitive declared as CharIterableModifier and TypeFieldDescriptionprivate final CharIterable
ChunkCharIterable.adapted
private final CharIterable
TapCharIterable.adapted
private final CharIterable
LazyCharIterableAdapter.delegate
private final CharIterable
SelectCharIterable.delegate
private final CharIterable
CollectCharToBooleanIterable.iterable
private final CharIterable
CollectCharToByteIterable.iterable
private final CharIterable
CollectCharToCharIterable.iterable
private final CharIterable
CollectCharToDoubleIterable.iterable
private final CharIterable
CollectCharToFloatIterable.iterable
private final CharIterable
CollectCharToIntIterable.iterable
private final CharIterable
CollectCharToLongIterable.iterable
private final CharIterable
CollectCharToObjectIterable.iterable
private final CharIterable
CollectCharToShortIterable.iterable
private final CharIterable
FlatCollectCharToObjectIterable.iterable
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) FlatCollectCharIterator
(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectCharToObjectIterable
(CharIterable iterable, CharToObjectFunction<? extends Iterable<V>> function) LazyCharIterableAdapter
(CharIterable delegate) SelectCharIterable
(CharIterable delegate, CharPredicate predicate) private
SelectCharIterator
(CharIterable iterable, CharPredicate predicate) TapCharIterable
(CharIterable delegate, CharProcedure procedure) TapCharIterator
(CharIterable iterable, CharProcedure procedure) -
Uses of CharIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement CharIterableModifier and TypeClassDescription(package private) final class
ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList
.(package private) final class
ImmutableCharEmptyList is an optimization forImmutableCharList
of size 0.(package private) final class
ImmutableCharSingletonList is an optimization forImmutableCharList
of size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionImmutableCharArrayList.chunk
(int size) ImmutableCharEmptyList.chunk
(int size) ImmutableCharSingletonList.chunk
(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
ImmutableCharArrayList.containsAll
(CharIterable source) boolean
ImmutableCharEmptyList.containsAll
(CharIterable source) boolean
ImmutableCharSingletonList.containsAll
(CharIterable source) static ImmutableCharArrayList
ImmutableCharArrayList.newList
(CharIterable iterable) ImmutableCharArrayList.newWithAll
(CharIterable elements) ImmutableCharEmptyList.newWithAll
(CharIterable elements) ImmutableCharSingletonList.newWithAll
(CharIterable elements) ImmutableCharArrayList.newWithoutAll
(CharIterable elements) ImmutableCharEmptyList.newWithoutAll
(CharIterable elements) ImmutableCharSingletonList.newWithoutAll
(CharIterable elements) ImmutableCharListFactoryImpl.ofAll
(CharIterable items) ImmutableCharListFactoryImpl.withAll
(CharIterable items) ImmutableCharArrayList.zipChar
(CharIterable iterable) ImmutableCharEmptyList.zipChar
(CharIterable iterable) ImmutableCharSingletonList.zipChar
(CharIterable iterable) -
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.(package private) final class
ImmutableByteCharEmptyMap is an optimization forImmutableByteCharMap
of size 0.(package private) final class
ImmutableByteCharHashMap is the non-modifiable equivalent ofByteCharHashMap
.(package private) final class
ImmutableByteCharSingletonMap is an optimization forImmutableByteCharMap
of size 1.(package private) final class
ImmutableCharCharEmptyMap is an optimization forImmutableCharCharMap
of size 0.(package private) final class
ImmutableCharCharHashMap is the non-modifiable equivalent ofCharCharHashMap
.(package private) final class
ImmutableCharCharSingletonMap is an optimization forImmutableCharCharMap
of size 1.(package private) final class
ImmutableDoubleCharEmptyMap is an optimization forImmutableDoubleCharMap
of size 0.(package private) final class
ImmutableDoubleCharHashMap is the non-modifiable equivalent ofDoubleCharHashMap
.(package private) final class
ImmutableDoubleCharSingletonMap is an optimization forImmutableDoubleCharMap
of size 1.(package private) final class
ImmutableFloatCharEmptyMap is an optimization forImmutableFloatCharMap
of size 0.(package private) final class
ImmutableFloatCharHashMap is the non-modifiable equivalent ofFloatCharHashMap
.(package private) final class
ImmutableFloatCharSingletonMap is an optimization forImmutableFloatCharMap
of size 1.(package private) final class
ImmutableIntCharEmptyMap is an optimization forImmutableIntCharMap
of size 0.(package private) final class
ImmutableIntCharHashMap is the non-modifiable equivalent ofIntCharHashMap
.(package private) final class
ImmutableIntCharSingletonMap is an optimization forImmutableIntCharMap
of size 1.(package private) final class
ImmutableLongCharEmptyMap is an optimization forImmutableLongCharMap
of size 0.(package private) final class
ImmutableLongCharHashMap is the non-modifiable equivalent ofLongCharHashMap
.(package private) final class
ImmutableLongCharSingletonMap is an optimization forImmutableLongCharMap
of size 1.(package private) final class
ImmutableObjectCharEmptyMap is an optimization forImmutableObjectCharMap
of size 0.(package private) final class
ImmutableObjectCharHashMap is the non-modifiable equivalent ofObjectCharHashMap
.(package private) final class
ImmutableObjectCharSingletonMap is an optimization forImmutableObjectCharMap
of size 1.(package private) final class
ImmutableShortCharEmptyMap is an optimization forImmutableShortCharMap
of size 0.(package private) final class
ImmutableShortCharHashMap is the non-modifiable equivalent ofShortCharHashMap
.(package private) final class
ImmutableShortCharSingletonMap is an optimization forImmutableShortCharMap
of size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionImmutableByteCharEmptyMap.chunk
(int size) ImmutableByteCharHashMap.chunk
(int size) ImmutableByteCharSingletonMap.chunk
(int size) ImmutableCharCharEmptyMap.chunk
(int size) ImmutableCharCharHashMap.chunk
(int size) ImmutableCharCharSingletonMap.chunk
(int size) ImmutableDoubleCharEmptyMap.chunk
(int size) ImmutableDoubleCharHashMap.chunk
(int size) ImmutableDoubleCharSingletonMap.chunk
(int size) ImmutableFloatCharEmptyMap.chunk
(int size) ImmutableFloatCharHashMap.chunk
(int size) ImmutableFloatCharSingletonMap.chunk
(int size) ImmutableIntCharEmptyMap.chunk
(int size) ImmutableIntCharHashMap.chunk
(int size) ImmutableIntCharSingletonMap.chunk
(int size) ImmutableLongCharEmptyMap.chunk
(int size) ImmutableLongCharHashMap.chunk
(int size) ImmutableLongCharSingletonMap.chunk
(int size) ImmutableObjectCharEmptyMap.chunk
(int size) ImmutableObjectCharHashMap.chunk
(int size) ImmutableObjectCharSingletonMap.chunk
(int size) ImmutableShortCharEmptyMap.chunk
(int size) ImmutableShortCharHashMap.chunk
(int size) ImmutableShortCharSingletonMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
ImmutableByteCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableByteCharHashMap.containsAll
(CharIterable source) boolean
ImmutableByteCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableCharCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableCharCharHashMap.containsAll
(CharIterable source) boolean
ImmutableCharCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableDoubleCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableDoubleCharHashMap.containsAll
(CharIterable source) boolean
ImmutableDoubleCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableFloatCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableFloatCharHashMap.containsAll
(CharIterable source) boolean
ImmutableFloatCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableIntCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableIntCharHashMap.containsAll
(CharIterable source) boolean
ImmutableIntCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableLongCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableLongCharHashMap.containsAll
(CharIterable source) boolean
ImmutableLongCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableObjectCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableObjectCharHashMap.containsAll
(CharIterable source) boolean
ImmutableObjectCharSingletonMap.containsAll
(CharIterable source) boolean
ImmutableShortCharEmptyMap.containsAll
(CharIterable source) boolean
ImmutableShortCharHashMap.containsAll
(CharIterable source) boolean
ImmutableShortCharSingletonMap.containsAll
(CharIterable source) ImmutableCharBooleanEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharBooleanHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharBooleanSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharByteEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharByteHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharByteSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharCharEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharCharHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharCharSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharDoubleEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharDoubleHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharDoubleSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharFloatEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharFloatHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharFloatSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharIntEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharIntHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharIntSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharLongEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharLongHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharLongSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharObjectEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharObjectHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharObjectSingletonMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharShortEmptyMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharShortHashMap.newWithoutAllKeys
(CharIterable keys) ImmutableCharShortSingletonMap.newWithoutAllKeys
(CharIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RImmutableByteObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableCharObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableDoubleObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableFloatObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableIntObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableLongObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) <R extends MutableCharCollection>
RImmutableShortObjectEmptyMap.flatCollectChar
(Function<? super V, ? extends CharIterable> function, R target) -
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.protected class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
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.AbstractCharValuesCollection.chunk
(int size) AbstractMutableCharValuesMap.chunk
(int size) ObjectCharHashMap.chunk
(int size) ObjectCharHashMap.ValuesCollection.chunk
(int size) ObjectCharHashMapWithHashingStrategy.chunk
(int size) ObjectCharHashMapWithHashingStrategy.ValuesCollection.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
AbstractMutableCharValuesMap.AbstractCharValuesCollection.addAll
(CharIterable source) boolean
ObjectCharHashMap.ValuesCollection.addAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.addAll
(CharIterable source) boolean
AbstractMutableCharKeySet.containsAll
(CharIterable source) boolean
AbstractMutableCharValuesMap.AbstractCharValuesCollection.containsAll
(CharIterable source) boolean
AbstractMutableCharValuesMap.containsAll
(CharIterable source) boolean
CharBooleanHashMap.KeysView.containsAll
(CharIterable source) boolean
ObjectCharHashMap.containsAll
(CharIterable source) boolean
ObjectCharHashMap.ValuesCollection.containsAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.containsAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.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) boolean
AbstractMutableCharValuesMap.AbstractCharValuesCollection.removeAll
(CharIterable source) boolean
ObjectCharHashMap.ValuesCollection.removeAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.removeAll
(CharIterable source) boolean
ByteCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
CharBooleanHashMap.KeySet.retainAll
(CharIterable source) boolean
CharByteHashMap.KeySet.retainAll
(CharIterable source) boolean
CharCharHashMap.KeySet.retainAll
(CharIterable source) boolean
CharCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
CharDoubleHashMap.KeySet.retainAll
(CharIterable source) boolean
CharFloatHashMap.KeySet.retainAll
(CharIterable source) boolean
CharIntHashMap.KeySet.retainAll
(CharIterable source) boolean
CharLongHashMap.KeySet.retainAll
(CharIterable source) boolean
CharObjectHashMap.KeySet.retainAll
(CharIterable source) boolean
CharShortHashMap.KeySet.retainAll
(CharIterable source) boolean
DoubleCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
FloatCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
IntCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
LongCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
ObjectCharHashMap.ValuesCollection.retainAll
(CharIterable source) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.retainAll
(CharIterable source) boolean
ShortCharHashMap.ValuesCollection.retainAll
(CharIterable source) AbstractMutableCharKeySet.withAll
(CharIterable elements) AbstractMutableCharValuesMap.AbstractCharValuesCollection.withAll
(CharIterable elements) ObjectCharHashMap.ValuesCollection.withAll
(CharIterable elements) ObjectCharHashMapWithHashingStrategy.ValuesCollection.withAll
(CharIterable elements) AbstractMutableCharKeySet.withoutAll
(CharIterable elements) AbstractMutableCharValuesMap.AbstractCharValuesCollection.withoutAll
(CharIterable elements) ObjectCharHashMap.ValuesCollection.withoutAll
(CharIterable elements) ObjectCharHashMapWithHashingStrategy.ValuesCollection.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.Fields in org.eclipse.collections.impl.primitive declared as CharIterableMethods 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.Constructors in org.eclipse.collections.impl.primitive with parameters of type CharIterableModifierConstructorDescriptionprotected
SynchronizedCharIterable
(CharIterable iterable) protected
SynchronizedCharIterable
(CharIterable iterable, Object newLock) -
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.(package private) final class
ImmutableCharEmptySet is an optimization forImmutableCharSet
of size 0.(package private) final class
ImmutableCharSingletonSet is an optimization forImmutableCharSet
of size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionAbstractImmutableCharSet.chunk
(int size) ImmutableCharEmptySet.chunk
(int size) ImmutableCharSingletonSet.chunk
(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
ImmutableCharEmptySet.containsAll
(CharIterable source) boolean
ImmutableCharSingletonSet.containsAll
(CharIterable source) AbstractImmutableCharSet.newWithAll
(CharIterable elements) ImmutableCharEmptySet.newWithAll
(CharIterable elements) ImmutableCharSingletonSet.newWithAll
(CharIterable elements) AbstractImmutableCharSet.newWithoutAll
(CharIterable elements) ImmutableCharEmptySet.newWithoutAll
(CharIterable elements) ImmutableCharSingletonSet.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.private static final class
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
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type CharIterableModifier and TypeMethodDescription<R extends MutableCharCollection>
RImmutableArrayStack.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) Deprecated.<R extends MutableCharCollection>
RImmutableEmptyStack.flatCollectChar
(Function<? super T, ? extends CharIterable> function, R target) -
Uses of CharIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement CharIterableModifier and TypeClassDescription(package private) final class
ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.(package private) final class
ImmutableCharEmptyStack is an optimization forImmutableCharStack
of size 0.(package private) final class
ImmutableCharSingletonStack is an optimization forImmutableCharStack
of size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type CharIterableModifier and TypeMethodDescriptionImmutableCharEmptyStack.chunk
(int size) ImmutableCharSingletonStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionboolean
ImmutableCharEmptyStack.containsAll
(CharIterable source) boolean
ImmutableCharSingletonStack.containsAll
(CharIterable source) static ImmutableCharArrayStack
ImmutableCharArrayStack.newStack
(CharIterable iterable) static ImmutableCharArrayStack
ImmutableCharArrayStack.newStackFromTopToBottom
(CharIterable items) ImmutableCharStackFactoryImpl.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) private static <T> String
CharIterableIterate.stringValueOfItem
(CharIterable iterable, T item) 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.