Interface BoxedType<T>

Type Parameters:
T - the generic type
All Superinterfaces:
GenericType<T>, Type<T>
All Known Implementing Classes:
BoxedBooleanType, BoxedByteType, BoxedCharType, BoxedDoubleType, BoxedFloatType, BoxedIntType, BoxedLongType, BoxedShortType, BoxedTypeBase

public interface BoxedType<T> extends GenericType<T>
A boxed primitive type.
See Also: