Uses of Interface
org.eclipse.collections.api.partition.set.PartitionUnsortedSet
Packages that use PartitionUnsortedSet
Package
Description
This package contains interfaces for BiMap API.
This package contains interfaces for
PartitionSet.-
Uses of PartitionUnsortedSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionUnsortedSetModifier and TypeMethodDescription<P> PartitionUnsortedSet<V>BiMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionUnsortedSet in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionUnsortedSet in org.eclipse.collections.api.partition.setModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfaceA PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.