Uses of Package
org.eclipse.collections.api.partition.list
Packages that use org.eclipse.collections.api.partition.list
Package
Description
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
PartitionList.-
Classes in org.eclipse.collections.api.partition.list used by org.eclipse.collections.api.listClassDescriptionA PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.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.mapClassDescriptionA PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.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.sortedClassDescriptionA PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.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.listClassDescriptionA PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.