Class GenericLongType<T extends GenericLongType<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:
LongType, UnsignedLongType

public abstract class GenericLongType<T extends GenericLongType<T>> extends AbstractIntegerType<T> implements NativeType<T>
Abstract superclass for Long types.
Author:
Mark Hiner