Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionSortedSet
-
Packages that use PartitionSortedSet Package Description org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
-
Uses of PartitionSortedSet in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSortedSet 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.interfacePartitionMutableSortedSet<T>A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate. -
Uses of PartitionSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionSortedSet Modifier and Type Method Description PartitionSortedSet<T>SortedSetIterable. partition(Predicate<? super T> predicate)PartitionSortedSet<T>SortedSetIterable. partitionWhile(Predicate<? super T> predicate)<P> PartitionSortedSet<T>SortedSetIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-