Uses of Interface
org.eclipse.collections.api.partition.PartitionImmutableCollection
-
Packages that use PartitionImmutableCollection Package Description org.eclipse.collections.api.collection org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.partition This package contains interfaces forPartitionIterable.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag.org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag.org.eclipse.collections.api.partition.list This package contains interfaces forPartitionList.org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet. -
-
Uses of PartitionImmutableCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return PartitionImmutableCollection Modifier and Type Method Description PartitionImmutableCollection<T>ImmutableCollection. partition(Predicate<? super T> predicate)<P> PartitionImmutableCollection<T>ImmutableCollection. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionImmutableCollection Modifier and Type Method Description PartitionImmutableCollection<V>ImmutableMapIterable. partition(Predicate<? super V> predicate) -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition
Methods in org.eclipse.collections.api.partition that return PartitionImmutableCollection Modifier and Type Method Description PartitionImmutableCollection<T>PartitionMutableCollection. toImmutable() -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag Modifier and Type Interface Description interfacePartitionImmutableBag<T>A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfacePartitionImmutableBagIterable<T>A PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedBag<T>A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.list Modifier and Type Interface Description interfacePartitionImmutableList<T>A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.set Modifier and Type Interface Description interfacePartitionImmutableSet<T>A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfacePartitionImmutableSetIterable<T>A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.set.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedSet<T>A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.
-