Uses of Package
org.eclipse.collections.api.partition.set.sorted
Packages that use org.eclipse.collections.api.partition.set.sorted
Package
Description
This package contains interfaces for
PartitionSortedSet.This package contains interfaces for sorted set API.
-
Classes in org.eclipse.collections.api.partition.set.sorted used by org.eclipse.collections.api.partition.set.sortedClassDescriptionA PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.
-
Classes in org.eclipse.collections.api.partition.set.sorted used by org.eclipse.collections.api.set.sortedClassDescriptionA PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.