Class BoxedDoubleType

All Implemented Interfaces:
BoxedType<Double>, GenericType<Double>, Type<Double>

@Immutable public abstract class BoxedDoubleType extends BoxedTypeBase<Double>
The Double type.
  • Constructor Details

    • BoxedDoubleType

      public BoxedDoubleType()
  • Method Details

    • of

      public static BoxedDoubleType of()
    • clazz

      public final Class<Double> clazz()
      Description copied from interface: Type
      The class representing this type.
      Returns:
      the class
    • primitiveType

      public final DoubleType primitiveType()
    • walk

      public final <R> R walk(BoxedType.Visitor<R> visitor)