supertype
美
英 
例句
Entities that share some attributes, including an identifier (primary key), but not others may be modelled as having a common supertype.
一些实体具有某些共同的属性,比如标识符(主键),而其他属性不同,这些实体可能具有共同的超类型。
There aren't any templates directly registered to string, either, so check the supertype of String: java. lang. Object.
还没有直接注册到字符串的模板,所以选中String:java.lang.Object的父型。
In addition to the above rules, a type variable is a direct supertype of its lower bound.
对于上述规则增加一项,类型变量是其低界的一个直接超类型。
We can call this method with any kind of collection whose element type is a supertype of the element type of the array.
我们可以使用其元素类型是数组的元素类型的一个子类型的任何集合调用这个方法。
The need for using a supertype arises frequently in the Java language, especially when the Factory Method pattern is used.
使用父类的需求在Java语言中经常出现,特别是在使用了FactoryMethod模式的情况下。