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 TypeInterfaceDescriptioninterfaceThis 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 primitivechariterable 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 CharIterableCharIterable.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 booleanCharIterable.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 booleanCharIterable.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 booleanCharIterable.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionbooleanMutableCharCollection.addAll(CharIterable source) ImmutableCharCollection.newWithAll(CharIterable elements) ImmutableCharCollection.newWithoutAll(CharIterable elements) booleanMutableCharCollection.removeAll(CharIterable source) booleanMutableCharCollection.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type CharIterableModifier and TypeMethodDescriptionbooleanMutableCharList.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 aListIterableformed from thisCharListand anotherCharListby combining corresponding elements in pairs.default ImmutableList<CharCharPair> ImmutableCharList.zipChar(CharIterable iterable) Returns anImmutableListformed from thisImmutableCharListand anotherCharListby combining corresponding elements in pairs.default MutableList<CharCharPair> MutableCharList.zipChar(CharIterable iterable) Returns aMutableListformed from thisMutableCharListand anotherCharListby 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis 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 classImmutableCharEmptyBag is an optimization forImmutableCharBagof size 0.(package private) final classImmutableCharHashBag is the non-modifiable equivalent ofCharHashBag.(package private) final classImmutableCharSingletonBag is an optimization forImmutableCharBagof 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 TypeMethodDescriptionbooleanImmutableCharEmptyBag.containsAll(CharIterable source) booleanImmutableCharHashBag.containsAll(CharIterable source) booleanImmutableCharSingletonBag.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 TypeClassDescriptionclassCharHashBag is similar toHashBag, and is memory-optimized for char primitives.classA synchronized view of aMutableCharBag.classThis 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 TypeMethodDescriptionbooleanCharHashBag.addAll(CharIterable source) static CharHashBagCharHashBag.newBag(CharIterable source) MutableCharBagFactoryImpl.ofAll(CharIterable items) booleanCharHashBag.removeAll(CharIterable source) booleanCharHashBag.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis 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 TypeMethodDescriptionbooleanAbstractSynchronizedCharCollection.addAll(CharIterable source) booleanAbstractUnmodifiableCharCollection.addAll(CharIterable source) booleanAbstractSynchronizedCharCollection.containsAll(CharIterable source) booleanAbstractUnmodifiableCharCollection.containsAll(CharIterable source) booleanAbstractSynchronizedCharCollection.containsAny(CharIterable source) booleanAbstractUnmodifiableCharCollection.containsAny(CharIterable source) booleanAbstractSynchronizedCharCollection.containsNone(CharIterable source) booleanAbstractUnmodifiableCharCollection.containsNone(CharIterable source) booleanAbstractSynchronizedCharCollection.removeAll(CharIterable source) booleanAbstractUnmodifiableCharCollection.removeAll(CharIterable source) booleanAbstractSynchronizedCharCollection.retainAll(CharIterable source) booleanAbstractUnmodifiableCharCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type CharIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type CharIterableFields in org.eclipse.collections.impl.lazy.primitive declared as CharIterableModifier and TypeFieldDescriptionprivate final CharIterableChunkCharIterable.adaptedprivate final CharIterableTapCharIterable.adaptedprivate final CharIterableLazyCharIterableAdapter.delegateprivate final CharIterableSelectCharIterable.delegateprivate final CharIterableCollectCharToBooleanIterable.iterableprivate final CharIterableCollectCharToByteIterable.iterableprivate final CharIterableCollectCharToCharIterable.iterableprivate final CharIterableCollectCharToDoubleIterable.iterableprivate final CharIterableCollectCharToFloatIterable.iterableprivate final CharIterableCollectCharToIntIterable.iterableprivate final CharIterableCollectCharToLongIterable.iterableprivate final CharIterableCollectCharToObjectIterable.iterableprivate final CharIterableCollectCharToShortIterable.iterableprivate final CharIterableFlatCollectCharToObjectIterable.iterableMethods 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 TypeMethodDescriptionbooleanAbstractLazyCharIterable.containsAll(CharIterable source) booleanCollectCharIterable.containsAll(CharIterable source) booleanLazyCharIterableAdapter.containsAll(CharIterable source) booleanReverseCharIterable.containsAll(CharIterable source) booleanSelectCharIterable.containsAll(CharIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type CharIterableModifier and TypeMethodDescriptionvoidChunkCharIterable.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) privateSelectCharIterator(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 classImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList.(package private) final classImmutableCharEmptyList is an optimization forImmutableCharListof size 0.(package private) final classImmutableCharSingletonList is an optimization forImmutableCharListof 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 TypeMethodDescriptionbooleanImmutableCharArrayList.containsAll(CharIterable source) booleanImmutableCharEmptyList.containsAll(CharIterable source) booleanImmutableCharSingletonList.containsAll(CharIterable source) static ImmutableCharArrayListImmutableCharArrayList.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 TypeClassDescriptionclassCharArrayList is similar to FastList, and is memory-optimized for char primitives.classA synchronized view of aMutableCharList.classThis 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 TypeMethodDescriptionbooleanCharArrayList.addAll(CharIterable source) booleanCharArrayList.addAllAtIndex(int index, CharIterable source) booleanSynchronizedCharList.addAllAtIndex(int index, CharIterable source) booleanUnmodifiableCharList.addAllAtIndex(int index, CharIterable source) static CharArrayListCharArrayList.newList(CharIterable source) MutableCharListFactoryImpl.ofAll(CharIterable items) booleanCharArrayList.removeAll(CharIterable source) booleanCharArrayList.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableByteCharEmptyMap is an optimization forImmutableByteCharMapof size 0.(package private) final classImmutableByteCharHashMap is the non-modifiable equivalent ofByteCharHashMap.(package private) final classImmutableByteCharSingletonMap is an optimization forImmutableByteCharMapof size 1.(package private) final classImmutableCharCharEmptyMap is an optimization forImmutableCharCharMapof size 0.(package private) final classImmutableCharCharHashMap is the non-modifiable equivalent ofCharCharHashMap.(package private) final classImmutableCharCharSingletonMap is an optimization forImmutableCharCharMapof size 1.(package private) final classImmutableDoubleCharEmptyMap is an optimization forImmutableDoubleCharMapof size 0.(package private) final classImmutableDoubleCharHashMap is the non-modifiable equivalent ofDoubleCharHashMap.(package private) final classImmutableDoubleCharSingletonMap is an optimization forImmutableDoubleCharMapof size 1.(package private) final classImmutableFloatCharEmptyMap is an optimization forImmutableFloatCharMapof size 0.(package private) final classImmutableFloatCharHashMap is the non-modifiable equivalent ofFloatCharHashMap.(package private) final classImmutableFloatCharSingletonMap is an optimization forImmutableFloatCharMapof size 1.(package private) final classImmutableIntCharEmptyMap is an optimization forImmutableIntCharMapof size 0.(package private) final classImmutableIntCharHashMap is the non-modifiable equivalent ofIntCharHashMap.(package private) final classImmutableIntCharSingletonMap is an optimization forImmutableIntCharMapof size 1.(package private) final classImmutableLongCharEmptyMap is an optimization forImmutableLongCharMapof size 0.(package private) final classImmutableLongCharHashMap is the non-modifiable equivalent ofLongCharHashMap.(package private) final classImmutableLongCharSingletonMap is an optimization forImmutableLongCharMapof size 1.(package private) final classImmutableObjectCharEmptyMap is an optimization forImmutableObjectCharMapof size 0.(package private) final classImmutableObjectCharHashMap is the non-modifiable equivalent ofObjectCharHashMap.(package private) final classImmutableObjectCharSingletonMap is an optimization forImmutableObjectCharMapof size 1.(package private) final classImmutableShortCharEmptyMap is an optimization forImmutableShortCharMapof size 0.(package private) final classImmutableShortCharHashMap is the non-modifiable equivalent ofShortCharHashMap.(package private) final classImmutableShortCharSingletonMap is an optimization forImmutableShortCharMapof 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 TypeMethodDescriptionbooleanImmutableByteCharEmptyMap.containsAll(CharIterable source) booleanImmutableByteCharHashMap.containsAll(CharIterable source) booleanImmutableByteCharSingletonMap.containsAll(CharIterable source) booleanImmutableCharCharEmptyMap.containsAll(CharIterable source) booleanImmutableCharCharHashMap.containsAll(CharIterable source) booleanImmutableCharCharSingletonMap.containsAll(CharIterable source) booleanImmutableDoubleCharEmptyMap.containsAll(CharIterable source) booleanImmutableDoubleCharHashMap.containsAll(CharIterable source) booleanImmutableDoubleCharSingletonMap.containsAll(CharIterable source) booleanImmutableFloatCharEmptyMap.containsAll(CharIterable source) booleanImmutableFloatCharHashMap.containsAll(CharIterable source) booleanImmutableFloatCharSingletonMap.containsAll(CharIterable source) booleanImmutableIntCharEmptyMap.containsAll(CharIterable source) booleanImmutableIntCharHashMap.containsAll(CharIterable source) booleanImmutableIntCharSingletonMap.containsAll(CharIterable source) booleanImmutableLongCharEmptyMap.containsAll(CharIterable source) booleanImmutableLongCharHashMap.containsAll(CharIterable source) booleanImmutableLongCharSingletonMap.containsAll(CharIterable source) booleanImmutableObjectCharEmptyMap.containsAll(CharIterable source) booleanImmutableObjectCharHashMap.containsAll(CharIterable source) booleanImmutableObjectCharSingletonMap.containsAll(CharIterable source) booleanImmutableShortCharEmptyMap.containsAll(CharIterable source) booleanImmutableShortCharHashMap.containsAll(CharIterable source) booleanImmutableShortCharSingletonMap.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private class(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassA synchronized view of aMutableByteCharMap.classA synchronized view of aMutableCharCharMap.classA synchronized view of aMutableDoubleCharMap.classA synchronized view of aMutableFloatCharMap.classA synchronized view of aMutableIntCharMap.classA synchronized view of aMutableLongCharMap.classA synchronized view of aMutableObjectCharMap.classA synchronized view of aMutableShortCharMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis 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 TypeMethodDescriptionbooleanAbstractMutableCharKeySet.addAll(CharIterable source) booleanAbstractMutableCharValuesMap.AbstractCharValuesCollection.addAll(CharIterable source) booleanObjectCharHashMap.ValuesCollection.addAll(CharIterable source) booleanObjectCharHashMapWithHashingStrategy.ValuesCollection.addAll(CharIterable source) booleanAbstractMutableCharKeySet.containsAll(CharIterable source) booleanAbstractMutableCharValuesMap.AbstractCharValuesCollection.containsAll(CharIterable source) booleanAbstractMutableCharValuesMap.containsAll(CharIterable source) booleanCharBooleanHashMap.KeysView.containsAll(CharIterable source) booleanObjectCharHashMap.containsAll(CharIterable source) booleanObjectCharHashMap.ValuesCollection.containsAll(CharIterable source) booleanObjectCharHashMapWithHashingStrategy.containsAll(CharIterable source) booleanObjectCharHashMapWithHashingStrategy.ValuesCollection.containsAll(CharIterable source) booleanSynchronizedByteCharMap.containsAll(CharIterable source) booleanSynchronizedCharCharMap.containsAll(CharIterable source) booleanSynchronizedDoubleCharMap.containsAll(CharIterable source) booleanSynchronizedFloatCharMap.containsAll(CharIterable source) booleanSynchronizedIntCharMap.containsAll(CharIterable source) booleanSynchronizedLongCharMap.containsAll(CharIterable source) booleanSynchronizedObjectCharMap.containsAll(CharIterable source) booleanSynchronizedShortCharMap.containsAll(CharIterable source) booleanUnmodifiableByteCharMap.containsAll(CharIterable source) booleanUnmodifiableCharCharMap.containsAll(CharIterable source) booleanUnmodifiableDoubleCharMap.containsAll(CharIterable source) booleanUnmodifiableFloatCharMap.containsAll(CharIterable source) booleanUnmodifiableIntCharMap.containsAll(CharIterable source) booleanUnmodifiableLongCharMap.containsAll(CharIterable source) booleanUnmodifiableObjectCharMap.containsAll(CharIterable source) booleanUnmodifiableShortCharMap.containsAll(CharIterable source) booleanAbstractMutableCharKeySet.removeAll(CharIterable source) booleanAbstractMutableCharValuesMap.AbstractCharValuesCollection.removeAll(CharIterable source) booleanObjectCharHashMap.ValuesCollection.removeAll(CharIterable source) booleanObjectCharHashMapWithHashingStrategy.ValuesCollection.removeAll(CharIterable source) booleanByteCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanCharBooleanHashMap.KeySet.retainAll(CharIterable source) booleanCharByteHashMap.KeySet.retainAll(CharIterable source) booleanCharCharHashMap.KeySet.retainAll(CharIterable source) booleanCharCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanCharDoubleHashMap.KeySet.retainAll(CharIterable source) booleanCharFloatHashMap.KeySet.retainAll(CharIterable source) booleanCharIntHashMap.KeySet.retainAll(CharIterable source) booleanCharLongHashMap.KeySet.retainAll(CharIterable source) booleanCharObjectHashMap.KeySet.retainAll(CharIterable source) booleanCharShortHashMap.KeySet.retainAll(CharIterable source) booleanDoubleCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanFloatCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanIntCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanLongCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanObjectCharHashMap.ValuesCollection.retainAll(CharIterable source) booleanObjectCharHashMapWithHashingStrategy.ValuesCollection.retainAll(CharIterable source) booleanShortCharHashMap.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA 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 TypeMethodDescriptionbooleanSynchronizedCharIterable.containsAll(CharIterable source) booleanSynchronizedCharIterable.containsAny(CharIterable source) booleanSynchronizedCharIterable.containsNone(CharIterable source) static SynchronizedCharIterableSynchronizedCharIterable.of(CharIterable iterable) This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable.static SynchronizedCharIterableSynchronizedCharIterable.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 CharIterableModifierConstructorDescriptionprotectedSynchronizedCharIterable(CharIterable iterable) protectedSynchronizedCharIterable(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 TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableCharEmptySet is an optimization forImmutableCharSetof size 0.(package private) final classImmutableCharSingletonSet is an optimization forImmutableCharSetof 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 TypeMethodDescriptionbooleanImmutableCharEmptySet.containsAll(CharIterable source) booleanImmutableCharSingletonSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.private static final classclassA synchronized view of aMutableCharSet.classThis 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 TypeMethodDescriptionbooleanCharHashSet.addAll(CharIterable source) static CharHashSetCharHashSet.newSet(CharIterable source) MutableCharSetFactoryImpl.ofAll(CharIterable items) booleanCharHashSet.removeAll(CharIterable source) booleanCharHashSet.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 TypeClassDescriptionclassThis 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 classImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack.(package private) final classImmutableCharEmptyStack is an optimization forImmutableCharStackof size 0.(package private) final classImmutableCharSingletonStack is an optimization forImmutableCharStackof 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 TypeMethodDescriptionbooleanImmutableCharEmptyStack.containsAll(CharIterable source) booleanImmutableCharSingletonStack.containsAll(CharIterable source) static ImmutableCharArrayStackImmutableCharArrayStack.newStack(CharIterable iterable) static ImmutableCharArrayStackImmutableCharArrayStack.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 TypeClassDescriptionclassCharArrayStack is similar toArrayStack, and is memory-optimized for char primitives.classA synchronized view of aMutableCharStack.classThis 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 TypeMethodDescriptionbooleanSynchronizedCharStack.containsAll(CharIterable source) booleanUnmodifiableCharStack.containsAll(CharIterable source) static CharArrayStackCharArrayStack.newStack(CharIterable items) static CharArrayStackCharArrayStack.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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassProvides 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 CharAdapterCharAdapter.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 booleanCharIterableIterate.allSatisfy(CharIterable iterable, CharPredicate predicate) static booleanCharIterableIterate.anySatisfy(CharIterable iterable, CharPredicate predicate) static voidCharIterableIterate.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 intCharIterableIterate.count(CharIterable iterable, CharPredicate predicate) static charCharIterableIterate.detectIfNone(CharIterable iterable, CharPredicate predicate, char ifNone) static voidCharIterableIterate.forEach(CharIterable iterable, CharProcedure procedure) static <T> TCharIterableIterate.injectInto(CharIterable iterable, T injectedValue, ObjectCharToObjectFunction<? super T, ? extends T> function) static booleanCharIterableIterate.isEmpty(CharIterable iterable) static charCharIterableIterate.max(CharIterable iterable) static charCharIterableIterate.maxIfEmpty(CharIterable iterable, char ifEmpty) static charCharIterableIterate.min(CharIterable iterable) static charCharIterableIterate.minIfEmpty(CharIterable iterable, char ifEmpty) static booleanCharIterableIterate.noneSatisfy(CharIterable iterable, CharPredicate predicate) static booleanCharIterableIterate.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> StringCharIterableIterate.stringValueOfItem(CharIterable iterable, T item) static longCharIterableIterate.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 LazyCharIterableLazyCharIterate.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 LazyCharIterableLazyCharIterate.select(CharIterable iterable, CharPredicate predicate) Creates a deferred filtering char iterable for the specified char iterable.static LazyCharIterableLazyCharIterate.tap(CharIterable iterable, CharProcedure procedure) Creates a deferred tap iterable for the specified iterable.