Class AbstractIntegerType<T extends AbstractIntegerType<T>>

All Implemented Interfaces:
Comparable<T>, ComplexType<T>, IntegerType<T>, NumericType<T>, RealType<T>, Add<T>, Div<T>, Mul<T>, MulFloatingPoint, SetOne, SetZero, Sub<T>, ValueEquals<T>, Type<T>
Direct Known Subclasses:
BitType, BoolType, GenericByteType, GenericIntType, GenericLongType, GenericShortType, Unsigned128BitType

public abstract class AbstractIntegerType<T extends AbstractIntegerType<T>> extends AbstractRealType<T> implements IntegerType<T>
TODO