Uses of Interface
org.eclipse.collections.api.partition.set.PartitionUnsortedSet
-
Packages that use PartitionUnsortedSet 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. -
-
Uses of PartitionUnsortedSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionUnsortedSet Modifier and Type Method Description PartitionUnsortedSet<V>BiMap. partition(Predicate<? super V> predicate)<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.set Modifier and Type Interface Description interfacePartitionImmutableSet<T>A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfacePartitionMutableSet<T>A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.
-