| Modifier and Type | Interface and Description |
|---|---|
interface |
Sequence<T>
A source of values supporting random access.
|
interface |
Values<T>
A list of values that has been produced by a generator.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EagerFetcher.EagerCombinedValues<T> |
protected static class |
LazyFetcher.LazyCombinedValues<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlSequence<T> |
interface |
FlTemplate<T> |
interface |
FlValues<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousSequence<T> |
class |
AnonymousTemplate<T> |
class |
BoundedSequence<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinSequence<T> |
| Constructor and Description |
|---|
RepeatingGenerator(Template<? extends T>[] templates) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsecutiveIntegersSequence
Generates consecutive integers.
|
static class |
RandomIntegersGenerator.Template |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantValue<T> |
class |
EmptySequence<T> |
class |
ItemsSequence<T> |
static class |
ItemsSequence.FromArray<T> |
static class |
ItemsSequence.FromCollection<T> |
static class |
ItemsSequence.FromRAList<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValues<T>
Base class for
Values implementations. |
class |
EagerValues<T>
Values immediately fetched from a generator.
|
class |
LazyValues<T>
Values fetched from generators on demand.
|
Copyright © 2019. All rights reserved.