| Interface | Description |
|---|---|
| Atomic<T extends Atomic<T>> |
This interface provides includes all the standard methods defined in the
Comparable interface that are relevant to all immutable atomic objects. |
| Composite<C extends Composite<C>> |
This interface provides adds methods to the standard methods defined in the
java.lang.Comparable interface that are relevant to all composite objects. |
| 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. |
Copyright © 2016 Crater Dog Technologies(TM). All rights reserved.