Uses of Package
org.eclipse.collections.impl.lazy
Packages that use org.eclipse.collections.impl.lazy
Package
Description
This package contains implementations of the
LazyIterable
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
ImmutableList
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of
ImmutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.lazyClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.lazy.parallel.listClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.lazy.primitiveClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.listClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.list.immutableClassDescriptionA ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.list.mutableClassDescriptionA ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.set.mutableClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.set.sorted.immutableClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.
-
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.