Class BoxedIntType

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

@Immutable public abstract class BoxedIntType extends BoxedTypeBase<Integer>
The Integer type.
  • Constructor Details

    • BoxedIntType

      public BoxedIntType()
  • Method Details

    • of

      public static BoxedIntType of()
    • clazz

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

      public final IntType primitiveType()
    • walk

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