Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableCharList
Packages that use ImmutableCharList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of the
ImmutableList
interface.This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of
ImmutableSortedSet
.-
Uses of ImmutableCharList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableCharListModifier and TypeMethodDescriptionImmutableSortedBag.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableCharListModifier and TypeMethodDescriptionImmutableCharListFactory.empty()
ImmutableCharListFactory.of()
Same asImmutableCharListFactory.empty()
.ImmutableCharListFactory.of
(char one) Same asImmutableCharListFactory.with(char)
.ImmutableCharListFactory.of
(char... items) ImmutableCharListFactory.ofAll
(CharIterable items) ImmutableCharListFactory.with()
Same asImmutableCharListFactory.empty()
.ImmutableCharListFactory.with
(char one) ImmutableCharListFactory.with
(char... items) ImmutableCharListFactory.withAll
(CharIterable items) -
Uses of ImmutableCharList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableCharListModifier and TypeMethodDescriptionImmutableList.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableCharListModifier and TypeMethodDescriptionImmutableCharList.distinct()
ImmutableCharList.newWith
(char element) ImmutableCharList.newWithAll
(CharIterable elements) ImmutableCharList.newWithout
(char element) ImmutableCharList.newWithoutAll
(CharIterable elements) ImmutableCharList.reject
(CharPredicate predicate) default ImmutableCharList
ImmutableCharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharList excluding all elements with corresponding indexes matching the specified predicate.ImmutableCharList.select
(CharPredicate predicate) default ImmutableCharList
ImmutableCharList.selectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharList including all elements with corresponding indexes matching the specified predicate.ImmutableCharList.subList
(int fromIndex, int toIndex) default ImmutableCharList
ImmutableCharList.tap
(CharProcedure procedure) CharList.toImmutable()
Returns an immutable copy of this list.MutableCharList.toImmutable()
Returns an immutable copy of this list.ImmutableCharList.toReversed()
-
Uses of ImmutableCharList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableCharListModifier and TypeMethodDescriptionImmutableOrderedMap.collectChar
(CharFunction<? super V> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableCharListModifier and TypeMethodDescriptionImmutableSortedMap.collectChar
(CharFunction<? super V> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableCharListModifier and TypeMethodDescriptionImmutableSortedSet.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableCharListModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableCharListModifier and TypeMethodDescriptionAbstractImmutableList.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableCharListModifier 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.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableCharListModifier and TypeFieldDescription(package private) static final ImmutableCharList
ImmutableCharEmptyList.INSTANCE
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableCharListModifier and TypeMethodDescriptionImmutableCharArrayList.distinct()
ImmutableCharEmptyList.distinct()
ImmutableCharSingletonList.distinct()
ImmutableCharListFactoryImpl.empty()
ImmutableCharArrayList.newWith
(char element) ImmutableCharEmptyList.newWith
(char element) ImmutableCharSingletonList.newWith
(char element) ImmutableCharArrayList.newWithAll
(CharIterable elements) ImmutableCharEmptyList.newWithAll
(CharIterable elements) ImmutableCharSingletonList.newWithAll
(CharIterable elements) ImmutableCharArrayList.newWithout
(char element) ImmutableCharEmptyList.newWithout
(char element) ImmutableCharSingletonList.newWithout
(char element) ImmutableCharArrayList.newWithoutAll
(CharIterable elements) ImmutableCharEmptyList.newWithoutAll
(CharIterable elements) ImmutableCharSingletonList.newWithoutAll
(CharIterable elements) ImmutableCharListFactoryImpl.of()
ImmutableCharListFactoryImpl.of
(char one) ImmutableCharListFactoryImpl.of
(char... items) ImmutableCharListFactoryImpl.ofAll
(CharIterable items) ImmutableCharArrayList.reject
(CharPredicate predicate) ImmutableCharEmptyList.reject
(CharPredicate predicate) ImmutableCharSingletonList.reject
(CharPredicate predicate) ImmutableCharArrayList.select
(CharPredicate predicate) ImmutableCharEmptyList.select
(CharPredicate predicate) ImmutableCharSingletonList.select
(CharPredicate predicate) ImmutableCharArrayList.subList
(int fromIndex, int toIndex) ImmutableCharEmptyList.subList
(int fromIndex, int toIndex) ImmutableCharSingletonList.subList
(int fromIndex, int toIndex) ImmutableCharArrayList.toImmutable()
ImmutableCharEmptyList.toImmutable()
ImmutableCharSingletonList.toImmutable()
ImmutableCharListFactoryImpl.with()
ImmutableCharListFactoryImpl.with
(char one) ImmutableCharListFactoryImpl.with
(char... items) ImmutableCharListFactoryImpl.withAll
(CharIterable items) -
Uses of ImmutableCharList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableCharListModifier and TypeMethodDescriptionCharArrayList.toImmutable()
SynchronizedCharList.toImmutable()
UnmodifiableCharList.toImmutable()
-
Uses of ImmutableCharList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableCharListModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectChar
(CharFunction<? super V> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableCharListModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement ImmutableCharListModifier 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 ImmutableCharListModifier and TypeMethodDescriptionCharAdapter.subList
(int fromIndex, int toIndex) CharAdapter.toImmutable()