Member predicate RawType :: getErasure
The erasure of a raw type is its generic counterpart.
For example, the erasure of List
is List<E>
.
RefType
getErasure
(
)