Uses of Package
org.eclipse.collections.impl.lazy
-
Packages that use org.eclipse.collections.impl.lazy Package Description org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterable
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.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
Classes in org.eclipse.collections.impl.lazy used by org.eclipse.collections.impl.lazy Class Description AbstractLazyIterable AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.CompositeIterable ReverseIterable 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.list Class Description AbstractLazyIterable AbstractLazyIterable 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.primitive Class Description AbstractLazyIterable AbstractLazyIterable 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 Class Description AbstractLazyIterable AbstractLazyIterable 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.immutable Class Description ReverseIterable 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.list.mutable Class Description ReverseIterable 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.map.mutable.primitive Class Description AbstractLazyIterable AbstractLazyIterable 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.mutable Class Description AbstractLazyIterable AbstractLazyIterable 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.immutable Class Description AbstractLazyIterable AbstractLazyIterable 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.mutable Class Description AbstractLazyIterable AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.