Class BoxedTypeBase<T>

All Implemented Interfaces:
BoxedType<T>, GenericType<T>, Type<T>
Direct Known Subclasses:
BoxedBooleanType, BoxedByteType, BoxedCharType, BoxedDoubleType, BoxedFloatType, BoxedIntType, BoxedLongType, BoxedShortType

public abstract class BoxedTypeBase<T> extends GenericTypeBase<T> implements BoxedType<T>