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
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
-
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 ImmutableCharListImmutableCharList.rejectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharList excluding all elements with corresponding indexes matching the specified predicate.ImmutableCharList.select(CharPredicate predicate) default ImmutableCharListImmutableCharList.selectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharList including all elements with corresponding indexes matching the specified predicate.ImmutableCharList.subList(int fromIndex, int toIndex) default ImmutableCharListImmutableCharList.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)