| Interface | Description |
|---|---|
| Composite |
This interface must be implemented by classes that define a composite structure and
therefore require special formatting considerations.
|
| Sequential<E> |
This interface should be implemented by classes that define a sequence of
elements that can be iterated over in a sequential manner.
|
| Class | Description |
|---|---|
| Iterator<E> |
This abstract class defines a framework for each concrete iterator class
that allows iteration over a sequence's elements.
|
| Manipulator<E> |
This abstract class extends the
Iterator class by allowing the
manipulation of the sequence's elements. |
| Primitive<T extends Primitive<T>> |
This abstract class provides implementations for the standard methods defined in the
Object class that can be used by all immutable primitive objects. |
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.