Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableCharList
-
Packages that use ImmutableCharList Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.set.sorted 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableSortedBag. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableCharListFactory. empty()ImmutableCharListImmutableCharListFactory. of()Same asImmutableCharListFactory.empty().ImmutableCharListImmutableCharListFactory. of(char one)Same asImmutableCharListFactory.with(char).ImmutableCharListImmutableCharListFactory. of(char... items)ImmutableCharListImmutableCharListFactory. ofAll(Iterable<Character> iterable)ImmutableCharListImmutableCharListFactory. ofAll(CharIterable items)ImmutableCharListImmutableCharListFactory. with()Same asImmutableCharListFactory.empty().ImmutableCharListImmutableCharListFactory. with(char one)ImmutableCharListImmutableCharListFactory. with(char... items)ImmutableCharListImmutableCharListFactory. withAll(Iterable<Character> iterable)ImmutableCharListImmutableCharListFactory. withAll(CharIterable items) -
Uses of ImmutableCharList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableList. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableCharList. distinct()ImmutableCharListImmutableCharList. newWith(char element)ImmutableCharListImmutableCharList. newWithAll(CharIterable elements)ImmutableCharListImmutableCharList. newWithout(char element)ImmutableCharListImmutableCharList. newWithoutAll(CharIterable elements)ImmutableCharListImmutableCharList. reject(CharPredicate predicate)default ImmutableCharListImmutableCharList. rejectWithIndex(CharIntPredicate predicate)Returns a new ImmutableCharList excluding all elements with corresponding indexes matching the specified predicate.ImmutableCharListImmutableCharList. select(CharPredicate predicate)default ImmutableCharListImmutableCharList. selectWithIndex(CharIntPredicate predicate)Returns a new ImmutableCharList including all elements with corresponding indexes matching the specified predicate.ImmutableCharListImmutableCharList. subList(int fromIndex, int toIndex)default ImmutableCharListImmutableCharList. tap(CharProcedure procedure)ImmutableCharListCharList. toImmutable()Returns an immutable copy of this list.ImmutableCharListMutableCharList. toImmutable()Returns an immutable copy of this list.ImmutableCharListImmutableCharList. toReversed() -
Uses of ImmutableCharList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableOrderedMap. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableSortedMap. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableSortedSet. collectChar(CharFunction<? super T> charFunction)
-