Class PrimitiveTypeBase<B extends Buffer>

java.lang.Object
nom.tam.util.type.PrimitiveTypeBase<B>
All Implemented Interfaces:
PrimitiveType<B>
Direct Known Subclasses:
BooleanType, ByteType, CharType, DoubleType, FloatType, IntType, LongType, ShortType, StringType, UnknownType

abstract class PrimitiveTypeBase<B extends Buffer> extends Object implements PrimitiveType<B>