Class GenericByteType<T extends GenericByteType<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:
ByteType, UnsignedByteType

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