Uses of Package
org.eclipse.collections.api.block.predicate
Packages that use org.eclipse.collections.api.block.predicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
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
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
Multimap
.This package contains interfaces for
BagMultimap
.This package contains interfaces for
ListMultimap
.This package contains interfaces for
SetMultimap
.This package contains interfaces for
SortedBagMultimap
.This package contains interfaces for
SortedSetMultimap
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag
interface.This package contains implementations of the
MutableBag
interface.This package contains implementations of
MutableSortedBag
.This package contains implementations of the
MutableBiMap
interface.This package contains factory implementations for
Function
, Predicate
, SerializableComparator
and Procedure
.This package contains implementations of
Predicate
and Predicate2
.This package contains abstract implementations of
Predicate
and Predicate2
.This package contains implementations of
Procedure
and Procedure2
.This package contains implementations of the
MutableCollection
interface.This package contains static utilities for creating mutable and immutable collection factories.
This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join
framework.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the
Iterator
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
ListIterable
interface.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of the
ImmutableList
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of the
MapIterable
interface.This package contains implementations of the
FixedSizeMap
interface.This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
MutableSortedMap
interface.This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains implementations of the
Multimap
interface.This package contains implementations of the
BagMultimap
interface.This package contains implementations of the
ListMultimap
interface.This package contains implementations of the
SetMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains implementations of the
SetMultimap
interface which use a set with user-defined HashingStrategy
as their underlying store for the multiple values of a given key.This package contains classes which is used for parallel iteration through the containers.
This package contains implementations of the
PartitionStack
interface.This package contains implementations of
FixedSizeSet
.This package contains the implementations of
ImmutableSet
.This package contains implementations of
MutableSet
.This package contains implementations of
ImmutableSortedSet
.This package contains implementations of
MutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains implementations of the
ImmutableStack
interface.This package contains implementations of the
MutableStack
interface.This package contains
SerializeTestHelper
and Verify
classes.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.apiClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.bagClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.bag.sortedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.bimapClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.collectionClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.listClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.mapClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.map.primitiveClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.map.sortedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimapClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.bagClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.listClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.orderedClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.setClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.sortedbagClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.multimap.sortedsetClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.orderedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.setClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.set.sortedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.api.stackClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.implClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bagClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bag.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bag.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bag.sorted.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bag.sorted.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bimapClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bimap.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.bimap.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.block.factoryClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.block.predicateClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.block.predicate.checkedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.block.procedureClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.collectionClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.collection.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.collectorClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.factory
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.forkjoin
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazyClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.parallelClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.parallel.bagClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.parallel.listClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.parallel.setClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.parallel.set.sortedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.lazy.primitiveClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.list
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.list.fixedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.list.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.list.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.mapClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.fixedClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.immutable.primitiveClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.ordered.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.sorted.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.sorted.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.map.strategy.immutableClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimapClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.bagClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.bag.sortedClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.bag.sorted.immutableClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.bag.sorted.mutableClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.bag.strategyClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.listClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.setClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.set.sortedClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.multimap.set.strategyClassDescriptionA Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.parallel
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.partition.stackClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.setClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.fixedClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.sorted.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.sorted.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.stack.immutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.stack.mutableClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.test
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.utilityClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.
-
Classes in org.eclipse.collections.api.block.predicate used by org.eclipse.collections.impl.utility.internalClassDescriptionA Predicate is a lambda or closure with a boolean result.A Predicate2 is primarily used in methods like selectWith, detectWith, rejectWith.