Uses of Package
org.eclipse.collections.impl.lazy
Package | Description |
---|---|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
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 the
ListIterable interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
-
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.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.mutable Class Description ReverseIterable A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.