Uses of Interface
org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable
-
Packages that use PartitionImmutableSetIterable Package Description org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.impl.partition.set This package contains implementations of thePartitionSetinterface.org.eclipse.collections.impl.partition.set.sorted This package contains implementations of thePartitionSetinterface. -
-
Uses of PartitionImmutableSetIterable in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionImmutableSetIterable 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. -
Uses of PartitionImmutableSetIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionImmutableSetIterable 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 PartitionImmutableSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionImmutableSetIterable Modifier and Type Method Description PartitionImmutableSetIterable<T>ImmutableSetIterable. partition(Predicate<? super T> predicate)<P> PartitionImmutableSetIterable<T>ImmutableSetIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionImmutableSetIterable in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionImmutableSetIterable Modifier and Type Class Description classPartitionImmutableSetImpl<T> -
Uses of PartitionImmutableSetIterable in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionImmutableSetIterable Modifier and Type Class Description classPartitionImmutableSortedSetImpl<T>
-