Interface PrimitiveType<T>

Type Parameters:
T - the primitive type
All Superinterfaces:
Type<T>
All Known Implementing Classes:
BooleanType, ByteType, CharType, DoubleType, FloatType, IntType, LongType, PrimitiveTypeBase, ShortType

public interface PrimitiveType<T> extends Type<T>
A primitive type.
See Also: