看词语>英语词典>generics翻译和用法

generics

英 [dʒɪˈnɛrɪks]

美 [dʒəˈnɛrɪks]

网络  通用; 泛型; 范型; 仿制药; 通用类型

双语例句

  • Generics information is stored in a new standard attribute: the signature attribute.
    泛型信息存储在一个新的标准属性中:签名属性。
  • For.NET2 and generics, neither co-nor contra-variance was supported.
    对于.NET2和泛型,协变和逆变变异都不能支持了。
  • Brand-name prescription drugs can be copied as generics once their patents have expired.
    按处方开药的名牌药品一旦专利期限过了,就可以当作非专利药被仿制。
  • This process requires understanding Java generics, because Hadoop prefers explicit type safety.
    这个过程需要理解Java泛型,因为Hadoop选择使用显式类型,为了安全起见。
  • I can then use generics to specify the explicit type for both the outgoing key and the value.
    然后我可以使用泛型来为传出键和值指定显式类。
  • This represents the folder library/ generics/ collections under the C# project.
    这代表了文件夹library/generics/collections在C项目之下。
  • JSR14: Added generics to the Java programming language.
    JSR14:将泛型添加到Java编程语言中。
  • Generics can help you resolve coding problems earlier in the development cycle.
    泛型可以帮助您在开发周期的早期解决编码问题。
  • Create a UML package named generics under the library package.
    建立一个UML包并将其命名为generics在包library之下。
  • Not only does it have the same "null reference exception" that Java had, with generics we also were given the problems with Nullable value types.
    它不仅提供了Java所拥有的“空引用异常”,而且还提供了Nullable值类型以解决通用的问题。