Uses of Interface
org.eclipse.collections.api.list.primitive.CharList
-
Packages that use CharList Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.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.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.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.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable -
-
Uses of CharList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return CharList Modifier and Type Method Description CharListSortedBag. collectChar(CharFunction<? super T> charFunction) -
Uses of CharList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return CharList Modifier and Type Method Description CharListListIterable. collectChar(CharFunction<? super T> charFunction) -
Uses of CharList in org.eclipse.collections.api.list.primitive
Subinterfaces of CharList in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceImmutableCharListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableCharListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive that return CharList Modifier and Type Method Description CharListCharList. distinct()CharListCharList. reject(CharPredicate predicate)default CharListCharList. rejectWithIndex(CharIntPredicate predicate)Returns a new CharList excluding all elements with corresponding indexes matching the specified predicate.CharListCharList. select(CharPredicate predicate)default CharListCharList. selectWithIndex(CharIntPredicate predicate)Returns a new CharList including all elements with corresponding indexes matching the specified predicate.CharListCharList. subList(int fromIndex, int toIndex)default CharListCharList. tap(CharProcedure procedure)CharListCharList. toReversed()Methods in org.eclipse.collections.api.list.primitive with parameters of type CharList Modifier and Type Method Description longCharList. 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 Modifier and Type Method Description CharListOrderedMap. collectChar(CharFunction<? super V> charFunction) -
Uses of CharList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return CharList Modifier and Type Method Description CharListSortedMapIterable. 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 CharList Modifier and Type Method Description CharListSortedSetIterable. 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 CharList Modifier and Type Method Description CharListCharStack. peek(int count)Returns CharList of the number of elements specified by the count, beginning with the top of the stack.CharListMutableCharStack. 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 CharList Modifier and Type Field Description private CharListReverseCharIterable. adaptedMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharList Modifier and Type Method Description static ReverseCharIterableReverseCharIterable. adapt(CharList charList)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharList Constructor Description ReverseCharIterable(CharList newAdapted) -
Uses of CharList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement CharList 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.Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type CharList Modifier and Type Method Description longImmutableCharArrayList. dotProduct(CharList list)longImmutableCharEmptyList. dotProduct(CharList list)longImmutableCharSingletonList. 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 CharList Modifier and Type Class Description classCharArrayListCharArrayList is similar to FastList, and is memory-optimized for char primitives.classSynchronizedCharListA synchronized view of aMutableCharList.classUnmodifiableCharListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharList Modifier and Type Method Description longCharArrayList. dotProduct(CharList list)longSynchronizedCharList. dotProduct(CharList list)longUnmodifiableCharList. dotProduct(CharList list)voidSynchronizedCharList. 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 Modifier and Type Method Description CharListImmutableCharEmptyStack. peek(int count)CharListImmutableCharSingletonStack. peek(int count) -
Uses of CharList in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return CharList Modifier and Type Method Description CharListSynchronizedCharStack. peek(int count)CharListUnmodifiableCharStack. peek(int count)CharListCharArrayStack. pop(int count)CharListSynchronizedCharStack. pop(int count)CharListUnmodifiableCharStack. pop(int count) -
Uses of CharList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return CharList Modifier and Type Method Description CharListAbstractCharStack. peek(int count) -
Uses of CharList in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement CharList 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 with parameters of type CharList Modifier and Type Method Description longCharAdapter. dotProduct(CharList list)
-