Uses of Interface
org.eclipse.collections.api.partition.list.PartitionImmutableList
-
Packages that use PartitionImmutableList Package Description org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.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.partition.list This package contains interfaces forPartitionList.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.partition.list This package contains implementations of thePartitionListinterface.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface. -
-
Uses of PartitionImmutableList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<T>ImmutableList. partition(Predicate<? super T> predicate)PartitionImmutableList<T>ImmutableList. partitionWhile(Predicate<? super T> predicate)<P> PartitionImmutableList<T>ImmutableList. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<V>ImmutableOrderedMap. partition(Predicate<? super V> predicate)PartitionImmutableList<V>ImmutableOrderedMap. partitionWhile(Predicate<? super V> predicate)<P> PartitionImmutableList<V>ImmutableOrderedMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<V>ImmutableSortedMap. partition(Predicate<? super V> predicate)<P> PartitionImmutableList<V>ImmutableSortedMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.partition.list
Methods in org.eclipse.collections.api.partition.list that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<T>PartitionMutableList. toImmutable() -
Uses of PartitionImmutableList in org.eclipse.collections.impl.list.immutable
Fields in org.eclipse.collections.impl.list.immutable declared as PartitionImmutableList Modifier and Type Field Description private static PartitionImmutableList<?>ImmutableEmptyList. EMPTYMethods in org.eclipse.collections.impl.list.immutable that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<T>AbstractImmutableList. partition(Predicate<? super T> predicate)PartitionImmutableList<T>ImmutableArrayList. partition(Predicate<? super T> predicate)PartitionImmutableList<T>ImmutableEmptyList. partition(Predicate<? super T> predicate)PartitionImmutableList<T>AbstractImmutableList. partitionWhile(Predicate<? super T> predicate)PartitionImmutableList<T>ImmutableArrayList. partitionWhile(Predicate<? super T> predicate)PartitionImmutableList<T>ImmutableEmptyList. partitionWhile(Predicate<? super T> predicate)<P> PartitionImmutableList<T>AbstractImmutableList. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)<P> PartitionImmutableList<T>ImmutableArrayList. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<V>ImmutableOrderedMapAdapter. partition(Predicate<? super V> predicate)PartitionImmutableList<V>ImmutableOrderedMapAdapter. partitionWhile(Predicate<? super V> predicate)<P> PartitionImmutableList<V>ImmutableOrderedMapAdapter. partitionWith(Predicate2<? super V,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<V>AbstractImmutableSortedMap. partition(Predicate<? super V> predicate)PartitionImmutableList<V>AbstractImmutableSortedMap. partitionWhile(Predicate<? super V> predicate)<P> PartitionImmutableList<V>AbstractImmutableSortedMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionImmutableList Modifier and Type Class Description classPartitionImmutableListImpl<T>Methods in org.eclipse.collections.impl.partition.list that return PartitionImmutableList Modifier and Type Method Description PartitionImmutableList<T>PartitionFastList. toImmutable() -
Uses of PartitionImmutableList in org.eclipse.collections.impl.stack.immutable
Fields in org.eclipse.collections.impl.stack.immutable declared as PartitionImmutableList Modifier and Type Field Description private static PartitionImmutableList<?>ImmutableEmptyStack. EMPTY
-