Uses of Package
org.eclipse.collections.api.partition.list
-
Packages that use org.eclipse.collections.api.partition.list Package Description org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.partition.list This package contains interfaces forPartitionList
.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.partition.list This package contains implementations of thePartitionList
interface.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.api.list Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.PartitionList A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.api.map Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.PartitionList A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.api.map.sorted Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.PartitionList A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.api.partition.list Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.PartitionList A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.lazy Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.list.immutable Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.list.mutable Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.map.ordered.mutable Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.map.sorted.immutable Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.map.sorted.mutable Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.partition.list Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.PartitionList A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.stack.immutable Class Description PartitionImmutableList A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.utility Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.impl.utility.internal Class Description PartitionMutableList A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate.