Uses of Package
org.eclipse.collections.api.partition.set.sorted
-
Packages that use org.eclipse.collections.api.partition.set.sorted 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 thePartitionSet
interface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
Classes in org.eclipse.collections.api.partition.set.sorted used by org.eclipse.collections.api.partition.set.sorted Class Description PartitionImmutableSortedSet A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.PartitionSortedSet 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.sorted Class Description PartitionImmutableSortedSet A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.PartitionMutableSortedSet A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.PartitionSortedSet 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.impl.partition.set.sorted Class Description PartitionImmutableSortedSet A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.PartitionMutableSortedSet A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.PartitionSortedSet 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.impl.set.sorted.immutable Class Description PartitionImmutableSortedSet A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate. -
Classes in org.eclipse.collections.api.partition.set.sorted used by org.eclipse.collections.impl.set.sorted.mutable Class Description PartitionMutableSortedSet A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.