Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionMutableSortedSet
-
Packages that use PartitionMutableSortedSet Package Description org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
-
Uses of PartitionMutableSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionMutableSortedSet Modifier and Type Method Description PartitionMutableSortedSet<T>MutableSortedSet. partition(Predicate<? super T> predicate)PartitionMutableSortedSet<T>MutableSortedSet. partitionWhile(Predicate<? super T> predicate)<P> PartitionMutableSortedSet<T>MutableSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-