Uses of Interface
org.eclipse.collections.api.list.primitive.CharList
Packages that use CharList
Package
Description
This package contains interfaces for SortedBag API.
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 mutable and immutable primitive stack API.
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 mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of CharList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return CharList -
Uses of CharList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return CharList -
Uses of CharList in org.eclipse.collections.api.list.primitive
Subinterfaces of CharList in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive that return CharListModifier and TypeMethodDescriptionCharList.distinct()
CharList.reject
(CharPredicate predicate) default CharList
CharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new CharList excluding all elements with corresponding indexes matching the specified predicate.CharList.select
(CharPredicate predicate) default CharList
CharList.selectWithIndex
(CharIntPredicate predicate) Returns a new CharList including all elements with corresponding indexes matching the specified predicate.CharList.subList
(int fromIndex, int toIndex) default CharList
CharList.tap
(CharProcedure procedure) CharList.toReversed()
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharListModifier and TypeMethodDescriptionlong
CharList.dotProduct
(CharList list) default void
CharList.forEachInBoth
(CharList other, CharCharProcedure procedure) This method iterates over two CharList instances of the same size together using the specified CharCharProcedure. -
Uses of CharList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return CharList -
Uses of CharList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return CharListModifier and TypeMethodDescriptionSortedMapIterable.collectChar
(CharFunction<? super V> charFunction) -
Uses of CharList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return CharListModifier and TypeMethodDescriptionSortedSetIterable.collectChar
(CharFunction<? super T> charFunction) -
Uses of CharList in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return CharListModifier and TypeMethodDescriptionCharStack.peek
(int count) Returns CharList of the number of elements specified by the count, beginning with the top of the stack.MutableCharStack.pop
(int count) Removes and returns a CharList of the number of elements specified by the count, beginning with the top of the stack. -
Uses of CharList in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as CharListMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharListConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharList -
Uses of CharList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement CharListModifier 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.Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type CharListModifier and TypeMethodDescriptionlong
ImmutableCharArrayList.dotProduct
(CharList list) long
ImmutableCharEmptyList.dotProduct
(CharList list) long
ImmutableCharSingletonList.dotProduct
(CharList list) -
Uses of CharList in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement CharListModifier and TypeClassDescriptionclass
CharArrayList is similar to FastList, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharListModifier and TypeMethodDescriptionlong
CharArrayList.dotProduct
(CharList list) long
SynchronizedCharList.dotProduct
(CharList list) long
UnmodifiableCharList.dotProduct
(CharList list) void
SynchronizedCharList.forEachInBoth
(CharList other, CharCharProcedure procedure) -
Uses of CharList in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return CharList -
Uses of CharList in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return CharList -
Uses of CharList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return CharList -
Uses of CharList in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement CharListModifier and TypeClassDescriptionclass
Provides a view into the char[] stored in a String as an ImmutableCharList.Methods in org.eclipse.collections.impl.string.immutable with parameters of type CharList