Interface IntegerType<T extends IntegerType<T>>

All Superinterfaces:
Add<T>, Comparable<T>, ComplexType<T>, Div<T>, Mul<T>, MulFloatingPoint, NumericType<T>, Pow<T>, PowFloatingPoint, RealType<T>, SetOne, SetZero, Sub<T>, Type<T>, ValueEquals<T>
All Known Implementing Classes:
AbstractIntegerBitType, AbstractIntegerType, BitType, BoolType, ByteType, GenericByteType, GenericIntType, GenericLongType, GenericShortType, IntType, LongType, NativeBoolType, ShortType, Unsigned128BitType, Unsigned12BitType, Unsigned2BitType, Unsigned4BitType, UnsignedByteType, UnsignedIntType, UnsignedLongType, UnsignedShortType, UnsignedVariableBitLengthType, VolatileByteType.WrappedByteType, VolatileIntType.WrappedIntType, VolatileLongType.WrappedLongType, VolatileShortType.WrappedShortType, VolatileUnsignedByteType.WrappedUnsignedByteType, VolatileUnsignedIntType.WrappedUnsignedIntType, VolatileUnsignedLongType.WrappedUnsignedLongType, VolatileUnsignedShortType.WrappedUnsignedShortType

public interface IntegerType<T extends IntegerType<T>> extends RealType<T>
TODO
  • Method Details

    • getInteger

      int getInteger()
    • getIntegerLong

      long getIntegerLong()
    • getBigInteger

      BigInteger getBigInteger()
    • setInteger

      void setInteger(int f)
    • setInteger

      void setInteger(long f)
    • setBigInteger

      void setBigInteger(BigInteger b)