Class IntType

All Implemented Interfaces:
PrimitiveType<Integer>, Type<Integer>

@Immutable public abstract class IntType extends PrimitiveTypeBase<Integer>
The primitive int type.
  • Constructor Details

    • IntType

      public IntType()
  • Method Details