Class GenericIntType<T extends GenericIntType<T>>

All Implemented Interfaces:
Comparable<T>, NativeType<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:
IntType, UnsignedIntType

public abstract class GenericIntType<T extends GenericIntType<T>> extends AbstractIntegerType<T> implements NativeType<T>
TODO
Author:
Stephan Preibisch, Stephan Saalfeld