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.org.eclipse.collections.impl.partition.set.sorted This package contains implementations of thePartitionSetinterface.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet. -
-
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) -
Uses of PartitionMutableSortedSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionMutableSortedSet Modifier and Type Class Description classPartitionTreeSortedSet<T> -
Uses of PartitionMutableSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return PartitionMutableSortedSet Modifier and Type Method Description PartitionMutableSortedSet<T>SortedSetAdapter. partition(Predicate<? super T> predicate)PartitionMutableSortedSet<T>SynchronizedSortedSet. partition(Predicate<? super T> predicate)PartitionMutableSortedSet<T>TreeSortedSet. partition(Predicate<? super T> predicate)PartitionMutableSortedSet<T>UnmodifiableSortedSet. partition(Predicate<? super T> predicate)PartitionMutableSortedSet<T>SortedSetAdapter. partitionWhile(Predicate<? super T> predicate)PartitionMutableSortedSet<T>SynchronizedSortedSet. partitionWhile(Predicate<? super T> predicate)PartitionMutableSortedSet<T>TreeSortedSet. partitionWhile(Predicate<? super T> predicate)PartitionMutableSortedSet<T>UnmodifiableSortedSet. partitionWhile(Predicate<? super T> predicate)<P> PartitionMutableSortedSet<T>SortedSetAdapter. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)<P> PartitionMutableSortedSet<T>SynchronizedSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)<P> PartitionMutableSortedSet<T>TreeSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)<P> PartitionMutableSortedSet<T>UnmodifiableSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-