Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionImmutableSortedSet
-
Packages that use PartitionImmutableSortedSet 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.org.eclipse.collections.impl.partition.set.sorted This package contains implementations of thePartitionSetinterface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet. -
-
Uses of PartitionImmutableSortedSet in org.eclipse.collections.api.partition.set.sorted
Methods in org.eclipse.collections.api.partition.set.sorted that return PartitionImmutableSortedSet Modifier and Type Method Description PartitionImmutableSortedSet<T>PartitionMutableSortedSet. toImmutable() -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionImmutableSortedSet Modifier and Type Method Description PartitionImmutableSortedSet<T>ImmutableSortedSet. partition(Predicate<? super T> predicate)PartitionImmutableSortedSet<T>ImmutableSortedSet. partitionWhile(Predicate<? super T> predicate)<P> PartitionImmutableSortedSet<T>ImmutableSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionImmutableSortedSet Modifier and Type Class Description classPartitionImmutableSortedSetImpl<T>Methods in org.eclipse.collections.impl.partition.set.sorted that return PartitionImmutableSortedSet Modifier and Type Method Description PartitionImmutableSortedSet<T>PartitionTreeSortedSet. toImmutable() -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return PartitionImmutableSortedSet Modifier and Type Method Description PartitionImmutableSortedSet<T>AbstractImmutableSortedSet. partition(Predicate<? super T> predicate)PartitionImmutableSortedSet<T>AbstractImmutableSortedSet. partitionWhile(Predicate<? super T> predicate)<P> PartitionImmutableSortedSet<T>AbstractImmutableSortedSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-