cast<RV> method
Cast value type V
to RV
, whatever the values is associate
or not.
Implementation
@override
VendorDictionary<RV> cast<RV>() {
return CastVendorDictionary<V, RV>(this);
}
Cast value type V
to RV
, whatever the values is associate
or not.
@override
VendorDictionary<RV> cast<RV>() {
return CastVendorDictionary<V, RV>(this);
}