• 另外还需要注意Root的(实际上每个表达式都是泛型的)。

    Also notice that Root is generically typed. (Actually, every expression is.)

    youdao

  • 从属运行时值参数的类(比较泛型其它参数化的类)。

    Dependent types are types parameterized by run-time values (compare this with generic types, which are parameterized by other types).

    youdao

  • 提取通用行为把它们包含DAO 中,所有用户通过泛型 DAO访问这些功能,这样就可以减少代码重复

    You can reduce code duplication by abstracting the common behavior and including it in the generic DAO, where all users of the class will have access to the functionality.

    youdao

  • 正如前一中介绍的,签名添加文件格式中的项目只有引用签名。

    As I covered in the last column, signatures are an item added to the class file format by generics; only references to generic types have signatures.

    youdao

  • 要想载入JVM情况下访问信息需要一种读取存储二进制表示内泛型信息方法

    To access generics information without loading classes into the JVM, you need a way of reading the generics information stored inside the binary class representation.

    youdao

  • 答案取决于这样事实常常需要创建以及对于某些具体,您希望避免泛型行为拥有特殊化实现

    The answer lies in the fact that you often need to create generic libraries, and for some specific types, you want to avoid the generic behavior and have a specialized implementation.

    youdao

  • 因为一期中演示解码,所以信息需要包含泛型引用使用具体参数

    Because I want to demonstrate decoding generic types for this column, the type information needs to include the specific parameter types used with a generic type reference.

    youdao

  • 比如更改——信息——编译器用实施编译安全但是生成字节码仍然到处使用强制转换

    Likewise with the generics changes — the generic type information is used by the compiler to enforce compile-time safe usage, but the generated bytecode still USES casts everywhere.

    youdao

  • 参数括号括起来那样,泛型应用程序的参数也是用尖括号括起来

    Just as the type parameters of a generic class are wrapped in Angle brackets, the arguments of a generic type application are wrapped in Angle brackets as well.

    youdao

  • 一部分人认为泛型简化编程扩展系统从而使编译能够检验安全;另外一些人认为泛型添加了很多不必要的复杂性。

    Some say they simplify programming by extending the reach of the type system and therefore the compiler's ability to verify type safety; others say that they add more complexity than they're worth.

    youdao

  • 运行缺乏信息容器希望创建保护性副本泛型提出难题

    This lack of type information at runtime poses a problem for generic container classes and for generic classes that want to make defensive copies.

    youdao

  • 使用DAO的过程中,发现新的通用操作可以把它们添加泛型DAO中,从而增强可重用性减少重复

    As you use the generic DAO, you'll start to see new common operations that you can add to the generic DAO to increase reusability and decrease duplication.

    youdao

  • 不是引用字段泛型定义时候完全定义;是泛型引用的字段保留作为签名,留在以后进行填充

    Fields that aren't generic references are fully defined at the time the generic template is defined; fields that are generic references are just kept as signatures to be filled in later.

    youdao

  • 框架内部重要重构使用集合代替泛型的集合性。

    Major refactoring internally to use generic collections instead of the non generic types.

    youdao

  • 提高代码有效性可以指定上限下限),不是指定某个泛型参数精确。 这可以使用有界通配符来实现,的形式为 “?

    To increase the usefulness of our generic code, instead of specifying the exact type of a generic type parameter, we can specify an upper (or lower) bound instead.

    youdao

  • 基于对了解可以发现没有理由不在代码替换参数泛型'T '。

    With an understanding of Generics, you can see that there should be no reason to replace the type arguments in this block of code with the typical 't' found in Generics.

    youdao

  • 再提一次是因为可以自己的参数来实例化另一个泛型类。

    Again, that's because one generic class may instantiate another with its own type parameters.

    youdao

  • 最后随着越来越多的掌握泛型编程的技巧,他们发现泛型确实很难

    Lately more and more people have gained enough experience with Generics to see that they really are very hard to use.

    youdao

  • 事实上我们甚至可以交替使用(比如List)对应类(List);两者运行时看起来一样

    In fact, we can even use non-generic legacy classes such as List with their generic counterparts (List) interchangeably; both look the same at runtime.

    youdao

  • 我们说明了Tiger制定实现怎么会包含数个缺陷”,这些缺陷限制可以使用泛型上下文

    We also touched upon how the incarnation of generic types scheduled for Tiger includes several "kinks" that limit the contexts in which generic types can be used.

    youdao

  • 为了通过支持mixin我们需要获得泛型实例化运行时表示

    To support mixins through generic types, we need to have run-time representations of the generic type instantiations available.

    youdao

  • 如果一个方法同时提供泛型实现,总是选择使用实现。

    If a class or a method offers both generic and non generic flavors, always prefer using the generics flavor.

    youdao

  • 可以使用泛型接口间接访问

    You can access a generic class indirectly using a nongeneric base interface.

    youdao

  • 注意方法不会因为声明而成为泛型方法。

    Note that a method is not generic just because it is declared in a generic type.

    youdao

  • 许多集合是非直接模拟

    Many of the generic collection types are direct analogs of nongeneric types.

    youdao

  • 一个静态泛型工厂方法

    A static factory method on a generic or a non-generic class?

    youdao

  • 创建参数定义,并获取该泛型参数的标记。

    Each parameter definition consists of a parameter name and a data type.

    youdao

  • 参数可以允许方法构造中定义,-这时方法和构造就被称之谓泛型方法和泛型参数。

    Type parameters can also be declared within method and constructor signatures to create generic methods and generic constructors.

    youdao

  • 机制应该支持泛型限定性形态

    The genericity mechanism should support the constrained form of genericity.

    youdao

  • 针对技术特点该文提出增强覆盖度量方法方法用于泛型程序的白盒测试

    Aiming at generic technologys characters, this paper puts forward a kind of enhanced coverage metrics, which can be used in generic programs white-box test.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定