Uses of Package
org.eclipse.collections.api.partition.set
-
Packages that use org.eclipse.collections.api.partition.set Package Description org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet. -
Classes in org.eclipse.collections.api.partition.set used by org.eclipse.collections.api.bimap Class Description PartitionImmutableSet A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.PartitionMutableSet A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.PartitionUnsortedSet A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate. -
Classes in org.eclipse.collections.api.partition.set used by org.eclipse.collections.api.partition.set Class Description PartitionImmutableSet A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.PartitionImmutableSetIterable A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.PartitionMutableSetIterable A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.PartitionSet A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate.PartitionUnsortedSet A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate. -
Classes in org.eclipse.collections.api.partition.set used by org.eclipse.collections.api.partition.set.sorted Class Description PartitionImmutableSetIterable A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.PartitionMutableSetIterable A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.PartitionSet A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate. -
Classes in org.eclipse.collections.api.partition.set used by org.eclipse.collections.api.set Class Description PartitionImmutableSet A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.PartitionImmutableSetIterable A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.PartitionMutableSet A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.PartitionMutableSetIterable A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.PartitionSet A PartitionSet is the result of splitting a SetIterable into two SetIterables based on a Predicate.