Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionUnsortedBag
-
Packages that use PartitionUnsortedBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag. -
-
Uses of PartitionUnsortedBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionUnsortedBag Modifier and Type Method Description PartitionUnsortedBag<T>UnsortedBag. partition(Predicate<? super T> predicate) -
Uses of PartitionUnsortedBag in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionUnsortedBag in org.eclipse.collections.api.partition.bag Modifier and Type Interface Description interfacePartitionImmutableBag<T>A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfacePartitionMutableBag<T>A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.
-