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.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.string.immutable -
-
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(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharListImmutableCharListFactory. ofAll(CharIterable items)ImmutableCharListImmutableCharListFactory. with()Same asImmutableCharListFactory.empty().ImmutableCharListImmutableCharListFactory. with(char one)ImmutableCharListImmutableCharListFactory. with(char... items)ImmutableCharListImmutableCharListFactory. withAll(java.lang.Iterable<java.lang.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) -
Uses of ImmutableCharList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableCharList Modifier and Type Method Description ImmutableCharListAbstractImmutableSortedBag. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListAbstractImmutableList. 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 ImmutableCharList Modifier and Type Class Description (package private) classImmutableCharArrayListImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList.(package private) classImmutableCharEmptyListImmutableCharEmptyList is an optimization forImmutableCharListof size 0.(package private) classImmutableCharSingletonListImmutableCharSingletonList is an optimization forImmutableCharListof size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableCharList Modifier and Type Field Description (package private) static ImmutableCharListImmutableCharEmptyList. INSTANCEMethods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableCharArrayList. distinct()ImmutableCharListImmutableCharEmptyList. distinct()ImmutableCharListImmutableCharSingletonList. distinct()ImmutableCharListImmutableCharListFactoryImpl. empty()ImmutableCharListImmutableCharArrayList. newWith(char element)ImmutableCharListImmutableCharEmptyList. newWith(char element)ImmutableCharListImmutableCharSingletonList. newWith(char element)ImmutableCharListImmutableCharArrayList. newWithAll(CharIterable elements)ImmutableCharListImmutableCharEmptyList. newWithAll(CharIterable elements)ImmutableCharListImmutableCharSingletonList. newWithAll(CharIterable elements)ImmutableCharListImmutableCharArrayList. newWithout(char element)ImmutableCharListImmutableCharEmptyList. newWithout(char element)ImmutableCharListImmutableCharSingletonList. newWithout(char element)ImmutableCharListImmutableCharArrayList. newWithoutAll(CharIterable elements)ImmutableCharListImmutableCharEmptyList. newWithoutAll(CharIterable elements)ImmutableCharListImmutableCharSingletonList. newWithoutAll(CharIterable elements)ImmutableCharListImmutableCharListFactoryImpl. of()ImmutableCharListImmutableCharListFactoryImpl. of(char one)ImmutableCharListImmutableCharListFactoryImpl. of(char... items)ImmutableCharListImmutableCharListFactoryImpl. ofAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharListImmutableCharListFactoryImpl. ofAll(CharIterable items)ImmutableCharListImmutableCharArrayList. reject(CharPredicate predicate)ImmutableCharListImmutableCharEmptyList. reject(CharPredicate predicate)ImmutableCharListImmutableCharSingletonList. reject(CharPredicate predicate)ImmutableCharListImmutableCharArrayList. select(CharPredicate predicate)ImmutableCharListImmutableCharEmptyList. select(CharPredicate predicate)ImmutableCharListImmutableCharSingletonList. select(CharPredicate predicate)ImmutableCharListImmutableCharArrayList. subList(int fromIndex, int toIndex)ImmutableCharListImmutableCharEmptyList. subList(int fromIndex, int toIndex)ImmutableCharListImmutableCharSingletonList. subList(int fromIndex, int toIndex)ImmutableCharListImmutableCharArrayList. toImmutable()ImmutableCharListImmutableCharEmptyList. toImmutable()ImmutableCharListImmutableCharSingletonList. toImmutable()ImmutableCharListImmutableCharListFactoryImpl. with()ImmutableCharListImmutableCharListFactoryImpl. with(char one)ImmutableCharListImmutableCharListFactoryImpl. with(char... items)ImmutableCharListImmutableCharListFactoryImpl. withAll(java.lang.Iterable<java.lang.Character> iterable)ImmutableCharListImmutableCharListFactoryImpl. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListCharArrayList. toImmutable()ImmutableCharListSynchronizedCharList. toImmutable()ImmutableCharListUnmodifiableCharList. toImmutable() -
Uses of ImmutableCharList in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable that return ImmutableCharList Modifier and Type Method Description ImmutableCharListImmutableOrderedMapAdapter. collectChar(CharFunction<? super V> charFunction) -
Uses of ImmutableCharList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableCharList Modifier and Type Method Description ImmutableCharListAbstractImmutableSortedMap. 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 ImmutableCharList Modifier and Type Method Description ImmutableCharListAbstractImmutableSortedSet. 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 ImmutableCharList Modifier and Type Class Description classCharAdapterProvides a view into the char[] stored in a String as an ImmutableCharList.Methods in org.eclipse.collections.impl.string.immutable that return ImmutableCharList Modifier and Type Method Description ImmutableCharListCharAdapter. subList(int fromIndex, int toIndex)ImmutableCharListCharAdapter. toImmutable()
-