• Use the static methods in the class and you’re ready to go.

    只需使用中的静态方法可以完成要的功能。

    youdao

  • The class provides a series of static and abstract methods to work with one of the two sets of preferences: one for user preferences and one for system preferences.

    这个提供一系列静态抽象方法操作首选项(其中用户首选项,另一套是系统首选项)中的其中一套。

    youdao

  • The same prefix can reference several different static methods in the same class.

    同一个中,相同前缀可以引用多个不同静态方法

    youdao

  • Support for importing constants: This facility allows static methods and fields to be imported, avoiding the need to use fully qualified class names when accessing static members.

    支持导入常量这个特性使静态方法字段能够导入这样访问静态成员时就不必使用完全限定

    youdao

  • Try not to lump diverse functionality into a class by creating a dumping ground for unrelated static methods.

    不要尝试不相关静态方法创建转储平台,来各种不同功能组合一个中。

    youdao

  • To add new methods to a particular class of type t, it only needs to define static methods that accept type t as the first parameter.

    要向类型t特定添加方法只需定义一个静态方法,它接受类型T作为第一参数

    youdao

  • PHP V5.3 has added several features to enhance the support for static members and methods within a class.

    PHPV5.3提供一些特性增强静态成员方法支持

    youdao

  • Also, all the generated interfaces have a factory class that contains static methods such as.

    此外所有生成接口都有一个包含静态方法工厂比如

    youdao

  • The SWTHelper class has static methods that help identify the specific view instance you work with.

    SWTHelper拥有一些静态方法,可帮助识别处理特定视图实例

    youdao

  • XT allows callbacks to static methods of any class in the classpath at the time of XSL processing.

    XT允许回调XSL处理期间访问处于classpath中的任何静态方法

    youdao

  • We'll create the MeasurementManager class with some static methods for getting and returning reusable Measurement instances.

    我们创建measurementmanager,它带有一些静态方法,用于获取返回可重用Measurement实例

    youdao

  • The arrays class provides a series of static utility methods for working with arrays, those indexed data structures that are of a fixed size.

    arrays提供了一系列处理数组静态工具方法这些索引数据结构大小固定的。

    youdao

  • You use a static class that has methods that run before and after the XmlObject changes, as shown in Listing 3.

    我们使用一个静态,其中包含在XmlObject更改之前之后运行方法清单3。

    youdao

  • The RepositoryWrapper class has two static methods that return the managed bean instance.

    Repository wrapper两个静态方法,可以返回管bean实例。

    youdao

  • Custom validators can contain detailed logic to examine the elements of a topology through the API, such as the static methods of the ValidatorUtils class.

    定制确认器可以包含具体逻辑通过API检查拓扑元素例如validatorutils静态方法

    youdao

  • The MBeanDescriptorUtil class provides a pair of static read methods that load and save the XML document model.

    mbeandescriptorutil提供了两个静态read方法,它装载保存这个XML文档模型。

    youdao

  • In most cases you can refer to one of the static methods of the ValidatorUtils class and need not muddle through the generated EMF API of the unit itself.

    大多数情况下可以应用ValidatorUtils一个静态方法并不需要混合单元生成的EMFAPI

    youdao

  • You can also search through the PDOM using the static methods provided in the DOMSearchUtil class.

    可以使用domsearchutil提供静态方法搜索PDOM

    youdao

  • If you wanted to change the code so that you could change the ResourceBundle dynamically, you would need to change the Messages class so that its fields and methods weren't static.

    如果更改代码以便动态地改变ResourceBundle那么需要修改messages使字段方法不是静态的。

    youdao

  • I've made the number a member variable within the Classifier2 class, which allows me to avoid passing it around as a parameter to a bunch of static methods.

    数字变成是Classifier 2中的成员变量将允许避免作为参数传递大堆静态方法

    youdao

  • This article discusses two potential areas that can provide powerful extension points for Rational Performance Tester: object extension via a super class, and reusable utilities via static methods.

    本文讨论了两个潜在区域区域RationalPerformance Tester提供了强大的扩展通过一个来进行对象扩展,以及通过静态的方法来使用可再用设施

    youdao

  • Figure 4 shows a static method Sequence diagram for a method in a Swing class, and you can see all of the other methods that this method calls on the same class and other classes.

    4展示对于swing中的方法静态方法时序可以看到方法所调用同一个其他类中的其他方法

    youdao

  • This class has two methods: the loadDictionary static method and the getMeanings static method.

    这个两个方法loadDictionary静态方法getMeanings 静态方法。

    youdao

  • You can use the static methods in the org.apache.velocity.app.Velocity class to initialize velocity and load a template file.

    可以or g .apache .velocity . app . Velocity使用静态方法初始化velocity加载一个模板文件

    youdao

  • The static methods in the Factory class will then call the instance methods of your factory instance.

    然后Factory中的静态方法调用工厂实例实例方法。

    youdao

  • An application class can extend this class directly or can use one of the static methods to create an instance using a ResponseBuilder.

    应用中的可以直接继承Response类,也可以使用静态方法通过ResponseBuilder创建实例

    youdao

  • The BOSession class offers static factory methods to create an instance of this class which encapsulates a Notes Session instance used to access the Notes database.

    bosession提供创建该类实例静态工厂方法封装用来访问Notes数据库的NotesSession实例。

    youdao

  • RewriterUtils is a helper class that provides a couple of static methods used by both the URL rewriting HTTP module and HTTP handler.

    RewriterUtils一个helper,此类将提供一对URL重写HTTP模块 HTTP处理程序使用静态方法

    youdao

  • For bindings that work with interfaces or unmodifiable classes, JiBX instead adds the necessary marshalling/unmarshalling code to a special helper class (called the "munge" class) as static methods.

    如果绑定处理接口不可修改JiBX 转而把必要编排/反编排代码static 方法的形式,添加到特殊助手(叫作“munge”类)。

    youdao

  • The inner class code calls these static methods whenever it needs to access the mValue field or invoke the doStuff method in the outer class.

    内部在外部类中任何需要访问mValue字段调用doStuff方法地方调用这些静态方法

    youdao

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

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

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