| Class and Description |
|---|
| AbstractEnumerable
Abstract implementation of the
Enumerable interface. |
| AbstractEnumerator
Abstract implementation of the
Enumerator interface. |
| AbstractPipeMultiProcessor
Pipe processor that may produce multiple output elements for an input
element.
|
| AbstractPipeProcessor
Pipe processor that receives an element, processes it and returns an output.
|
| CachedElementWrapper
Wrapper of cached enumerated elements.
|
CachedEnumerable
Enumerable that caches the elements being enumerated. |
| CachedEnumerableState
Atomic composite state of
CachedEnumerable. |
Enumerable
Iterable with high composability that returns an
Enumerator instance for its Iterator. |
Enumerator
Iterator with high composability. |
EnumeratorEnumerable
Enumerable that encapsulates an enumerator. |
IntRangeEnumerator
Enumerator and PrimitiveIterator.OfInt enumerating
over a range of integers. |
IteratorEnumerator
Enumerator encapsulating an Iterator. |
LateBindingEnumerable
Enumerable whose source of elements can be defined after
construction. |
LateBindingEnumerator
Enumerator whose source of elements can be defined after
construction. |
Lazy
LazyInitializer that gets a Supplier to initialise
with. |
LazyEnumerable
Enumerable that retrieves its source of elements lazily. |
LazyEnumerator
Enumerator that retrieves its source of elements lazily. |
LongRangeEnumerator
Enumerator and PrimitiveIterator.OfLong enumerating
over a range of long integers. |
| Nullable
Container object which may or may not contain a value.
|
OnceEnumerable
EnumeratorEnumerable that yields one enumerator only. |
| Out
Encapsulates output method parameters.
|
PipeEnumerable
Enumerable that support high compositionality. |
| PipeEnumerator
Implementation of highly composable enumerators.
|
PipeSource
IteratorEnumerator that acts as a source of enumerated
elements for AbstractPipeProcessor instances within
PipeEnumerator.pipeline. |
ShareableEnumerator
Enumerator with support for element sharing. |
Copyright © 2016. All rights reserved.