Class BoxedShortType

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

@Immutable public abstract class BoxedShortType extends BoxedTypeBase<Short>
The Short type.
  • Constructor Details

    • BoxedShortType

      public BoxedShortType()
  • Method Details

    • of

      public static BoxedShortType of()
    • clazz

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

      public final ShortType primitiveType()
    • walk

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