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 ofMaporg.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. -
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.