Class BoxedLongType

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

@Immutable public abstract class BoxedLongType extends BoxedTypeBase<Long>
The Long type.
  • Constructor Details

    • BoxedLongType

      public BoxedLongType()
  • Method Details

    • of

      public static BoxedLongType of()
    • clazz

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

      public final LongType primitiveType()
    • walk

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