Uses of Class
craterdog.primitives.Primitive

  • Uses of Primitive in craterdog.primitives

    Classes in craterdog.primitives with type parameters of type Primitive
    Modifier and Type
    Class
    Description
    class 
    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.
    Modifier and Type
    Class
    Description
    class 
    This class encapsulates radian based angles.
    class 
    This class implements a binary string in a way that makes it easy to encode and decode it in various numeric bases (2, 16, 32, 64).
    class 
    This class implements a mathematical probability as a primitive type.
    class 
    This class provides a globally unique identifier that can be used to reference anything without requiring a centralized generator.
    class 
    This class implements a text string that behaves like a java.lang.String but that also supports the java.lang.Iterable interface allowing it to be used in a java language for each loop.
    class 
    This class defines a primitive type that captures a version string.