| Interface | Description |
|---|---|
| Generator<E> |
The Generator interface defines a number of useful actions applying Procedures
to each in a series of argument Objects.
|
| Class | Description |
|---|---|
| BaseGenerator<E> |
Base class for generators.
|
| FilteredGenerator<E> |
Generator that filters another Generator by only passing through those elements
that are matched by a specified Predicate.
|
Contains code related to Generators.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.