Interface GenericType<T>

Type Parameters:
T - the object type
All Superinterfaces:
Type<T>
All Known Subinterfaces:
ArrayType<T,ComponentType>, BoxedType<T>
All Known Implementing Classes:
ArrayTypeBase, BoxedBooleanType, BoxedByteType, BoxedCharType, BoxedDoubleType, BoxedFloatType, BoxedIntType, BoxedLongType, BoxedShortType, BoxedTypeBase, CustomType, GenericTypeBase, GenericVectorType, InstantType, NativeArrayType, PrimitiveVectorType, StringType

public interface GenericType<T> extends Type<T>
A non-primitive object type.
See Also: