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
MapThis 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.-
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 TypeInterfaceDescriptioninterfaceA PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfaceA 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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceA PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfaceA 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 TypeInterfaceDescriptioninterfaceA PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.