Package craterdog.core


package craterdog.core
  • Class
    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.
    This abstract class defines a framework for each concrete iterator class that allows iteration over a sequence's elements.
    This abstract class extends the Iterator class by allowing the manipulation of the sequence's elements.
    This interface should be implemented by classes that define a sequence of elements that can be iterated over in a sequential manner.