Uses of Interface
craterdog.core.Composite

  • Uses of Composite in craterdog.core

    Classes in craterdog.core with type parameters of type Composite
    Modifier and Type
    Interface
    Description
    interface 
    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.
    Methods in craterdog.core with type parameters of type Composite
    Modifier and Type
    Method
    Description
    <T extends Composite<C>>
    T
    Composite.copy()
    This method creates an exact copy of a composite.