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
MapThis 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.
-
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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis 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 CharListCharList.rejectWithIndex(CharIntPredicate predicate) Returns a new CharList excluding all elements with corresponding indexes matching the specified predicate.CharList.select(CharPredicate predicate) default CharListCharList.selectWithIndex(CharIntPredicate predicate) Returns a new CharList including all elements with corresponding indexes matching the specified predicate.CharList.subList(int fromIndex, int toIndex) default CharListCharList.tap(CharProcedure procedure) CharList.toReversed()Methods in org.eclipse.collections.api.list.primitive with parameters of type CharListModifier and TypeMethodDescriptionlongCharList.dotProduct(CharList list) default voidCharList.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.