Package craterdog.core
package craterdog.core
-
ClassDescriptionThis interface provides includes all the standard methods defined in the
Comparable
interface that are relevant to all immutable atomic objects.This interface provides adds methods to the standard methods defined in thejava.lang.Comparable
interface that are relevant to all composite objects.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 theIterator
class by allowing the manipulation of the sequence's elements.Sequential<E>This interface should be implemented by classes that define a sequence of elements that can be iterated over in a sequential manner.