• Controls the physical layout of the fields of a class.

    控制各字段物理布局

    youdao

  • So, if any of those methods contain references to any fields in the original class, you get a compiler error because they are invisible to the superclass.

    所以如果这些方法中的任何个方法含有原始中的任何字段引用会得到一个编译错误因为它们不可见的。

    youdao

  • Instead of defining a separate class for empty lists, it represents empty lists by putting a null pointer in both fields.

    两个域中都放置指针表示而不是链表定义一个单独

    youdao

  • Often developers will add many fields to classes without realizing that each int field they add to a class will be multiplied by a large factor (the number of instances) at run time.

    通常开发人员添加很多字段而未意识到添加每个整型字段都会运行时与一个较大因数实例数量相乘

    youdao

  • It can be used to access fields and methods in instances of a class, giving a way of dynamically hooking together classes at runtime without the need for any source code links between the classes.

    可用访问实例中的字段方法从而提供了一种在运行时动态地挂钩一起,却无需之间有任何源代码链接的方法。

    youdao

  • The third solution, which I cover in this article, is to write a single class that dynamically molds itself at runtime to the fields of a given table.

    第三解决方案也是本文中介绍编写一个运行时动态地自己塑造成指定表的字段

    youdao

  • From time to time, a class contains a core element of data from which the rest of the class's fields can be derived or retrieved.

    很多情况下,中包含一个核心数据元素通过可以派生找到类中的其他字段

    youdao

  • A class that defines a table also has a set of members that define the table's fields.

    定义还有定义字段成员

    youdao

  • The biggest change is the addition of a comparator class (Listing 13) and the methods for extracting the appropriate fields and performing the actual sorting.

    最大改变添加comparator(清单13)以及抽取适当字段进行实际排序方法

    youdao

  • The quick but incorrect way to remedy the problem would be to eliminate the Leaf class and represent Leaf nodes simply by putting null Pointers in the left and right fields of a Branch.

    种快速不正确解决这个问题方法除去Leaf通过简单地指针放在Branchleftright字段来表示leaf节点

    youdao

  • This mechanism is the attribute structure, which basically allows all kinds of information to be associated with a class itself or with the methods, fields, and other components of a class.

    这种机制就是属性结构(attribute structure),主要使所有类型信息本身类的方法字段其他组件相关联

    youdao

  • But some table fields (e.g., table 3: Vehicle Date of Purchase) are not in our corresponding class because fields like this are not relevant to the Reserve a Vehicle use case.

    有些字段(3车辆DateofPurchase(购买日期))不在相应中,因为类字段与预约车辆例无关

    youdao

  • For example, a few of the fields in the ContactDatabase class are listed below.

    例如下面列出ContactDatabase中的几个字段

    youdao

  • The class should be public, and the fields should be private with a corresponding set of public getter and setter methods. Listing 8 shows a typical Java pojo.

    应当public并且字段应当为带有对应publicgettersetter方法的private

    youdao

  • To that end, I create a class to handle both the sorting and generation of comparators for each of the fields automatically. Listing 6 shows the EmployeeSorter class.

    为此创建一个每个字段自动处理comparator排序创建。

    youdao

  • For fields without signatures, I'll just use a null value. Finally, the field type is an instance of the TypeDescription class, also shown in Listing 1.

    对于没有签名字段使用null

    youdao

  • Reflection is the runtime discovery of information, such as methods, fields, and constructors, about a given class or interface.

    反射运行时发现关于给定接口信息方法字段构造函数

    youdao

  • It can be used to access fields and methods in instances of a class, providing a way of dynamically hooking together classes at runtime without the need for any source code links between the classes.

    用于访问实例中的字段方法,从而提供需要之间任何源代码链接就能运行时将类动态地挂钩在一起方法

    youdao

  • If that supplied class is a generic class, all fields of the class are processed as though the most general possible parameter type definitions were supplied for the class.

    如果提供型类,那么即使这个类提供通用参数类型定义也会处理所有字段

    youdao

  • It even lets you read and write fields and call methods of a class selected at run time.

    甚至使能够读写字段调用运行选择方法

    youdao

  • Lately, a new class of materials has emerged that manifests topological properties at room temperature and without the need of external magnetic fields.

    最近一类新的材料出现号称需要磁场也能室温下看到拓扑性质

    youdao

  • There are actually two types of validation error messages - those generated before the HTML form fields are bound to a class and those generated after the form fields are bound to the class.

    实际上两种错误消息类型:在捆绑html表单时候根据类型生成的,提交表单元素绑定生成的。

    youdao

  • Middle-class families do not take their children out of school to work in the fields or in a sweatshop because they do not need the tiny extra income a child’s labour brings in.

    中产阶级家庭不会孩子辍学农田干活血汗工作打工,因为他们需要孩子挣的额外收入

    youdao

  • Every Joda class has a constructor, similar to this one, where you specify all of the fields that the Joda class can hold.

    joda一个与此类似的构造函数,构造函数中指定joda类可以包含所有字段

    youdao

  • The first line creates an instance of the Document class, which consists of a collection of fields.

    首先第一创建了Document实例一个或者多个的域(Field)组成。

    youdao

  • So, a search filter of ":text" will return every text field on a page, while a search filter of ".largeFont:text" will return only the text fields on a page that are part of the "largeFont" class.

    因此个 “:text搜索过滤器返回页面每个文本字段一个 “.largeFont:text” 搜索过滤器返回页面上作为 “largeFont一部分文本字段

    youdao

  • If you provide a couple of specially named fields, GORM automatically timestamps your class, as shown in Listing 15.

    如果提供几个特别命名字段GORM自动给它们添加时间戳如清单15

    youdao

  • With a basic class-to-element mapping, you're ready to start mapping fields of the book class to specific elements within the XML document.

    基本元素映射之后,可以开始book类的字段映射到XML文档中的特定元素。

    youdao

  • Programs must use memory and time to construct fields inherited from a base class even when the derived class makes no use of them.

    程序必须花费内存时间构造继承即使导出根本使用它们。

    youdao

  • We completely solve the divisibility problem of class Numbers a class of imaginary quadratic fields.

    完整地解决一类二次问题

    youdao

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

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

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