Uses of Interface
org.eclipse.collections.api.partition.PartitionImmutableCollection
Packages that use PartitionImmutableCollection
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains interfaces for
PartitionIterable
.This package contains interfaces for
PartitionBag
.This package contains interfaces for
PartitionSortedBag
.This package contains interfaces for
PartitionList
.This package contains interfaces for
PartitionSet
.This package contains interfaces for
PartitionSortedSet
.This package contains implementations of the
PartitionBag
interface.This package contains implementations of the
PartitionSortedBag
interface.This package contains implementations of the
PartitionList
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionSet
interface.-
Uses of PartitionImmutableCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return PartitionImmutableCollectionModifier and TypeMethodDescriptionImmutableCollection.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionImmutableCollectionModifier and TypeMethodDescription -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition
Methods in org.eclipse.collections.api.partition that return PartitionImmutableCollection -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.bagModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interface
A PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.listModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.setModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interface
A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionImmutableCollection in org.eclipse.collections.api.partition.set.sortedModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate. -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionImmutableCollection -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionImmutableCollection -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionImmutableCollection -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionImmutableCollection -
Uses of PartitionImmutableCollection in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionImmutableCollection