Uses of Interface
org.eclipse.collections.api.partition.PartitionImmutableCollection
-
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. -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionImmutableCollection Modifier and Type Class Description classPartitionImmutableBagImpl<T> -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionImmutableCollection Modifier and Type Class Description classPartitionImmutableSortedBagImpl<T> -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionImmutableCollection Modifier and Type Class Description classPartitionImmutableListImpl<T> -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionImmutableCollection Modifier and Type Class Description classPartitionImmutableSetImpl<T> -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionImmutableCollection Modifier and Type Class Description classPartitionImmutableSortedSetImpl<T>