util
美
英 
例句
If you need isolation for your log manager, java. util. logging would not be suitable due to architectural limitations.
如果您的日志管理程序需要隔离性,那么由于架构的限制,java.util.logging可能不适合您的要求。
ECS accepts names for added elements -- a concept similar to that of a key in java. util. Hashtable.
ECS接受添加元素的名字——这个概念类似于java.util.Hashtable中的键。
You could still return a java. util. List, as these are allowed, but an array works just as well and is strongly typed.
您也可以返回java.util.List,因为这是允许的,但是数组就可以很好地满足要求并且具有强类型。
The UTIL_IMPACT_PRIORITY keyword serves as a switch to specify whether RUNSTATS subscribes to a throttling policy or not.
UTIL_IMPACT_PRIORITY关键字可充当一个开关,它指定RUNSTATS是否订阅调整策略。
The setProperties is called by the Batch Container to pass BDS properties specified in xJCL to the BDS as a java. util. Properties object.
批处理容器调用setProperties来将xJCL中指定的BDS属性作为java.util.Properties传递到BDS。
Another issue is that of data types: in Java we have a java. util. Map, and basically two implementations of it (HashMap and TreeMap).
另一个问题是数据类型的:在Java中我们有一个java.util.Map,它一般有两个实现(HashMap和TreeMap)。
Internationalization can be automatically supported, by translating the supplied text through a java. util. ResourceBundle.
通过转换由java.util.ResourceBundle提供的文本,可以自动地支持国际化。
You can select the first HBA port, which will bring you to the Fast! UTIL Options page, shown in Figure 10.
您可以首先选择HBA端口,然后将出现Fast!UTILOptions页面,如图10所示。
To keep the example simple, I implemented only a few of the methods defined in java. util. LinkedList.
为了示例的简单起见,我只执行在java.util.LinkedList中定义的一些方法。
The is bound to a java. util. Date object but does not use a converter.
一定是一个java.util.Date对象,但并不使用转换器。
A fifth row added at the bottom represents a new class you might write that implements java. util. List.
在底部添加的第五行表示您可以编写的实现java.util.List的新类。
Synchronization still has a few advantages over the locking classes in java. util. concurrent. lock.
因为对于java.util.concurrent.lock中的锁定类来说,synchronized仍然有一些优势。
In practice, I found the BCEL version of this class writing program (org. apache. bcel. util. BCELifier) to be of limited use.
而在实践中,我发现这种类编写程序的BCEL版本(org.apache.bcel.util.BCELifier)使用起来有一些限制。
Both of these methods rely on the business delegate to return a java. util. List sorted in the correct manner.
这两个方法都依赖于业务代理返回一个按照正确要求排序后的java.
The java. Util. Locale class no longer allows fallback to a default region if the region is unspecified.
java.util.Locale类不再允许在未指定默认区域时回退到默认区域。
A good rule of thumb is to set util_heap_sz to at least 10000 x #CPUs on the DB2 server.
一个很好的经验法则是,在DB2服务器上将util_heap_sz设为至少10000xCPU数目。
The next article in this series explores even more of the java. util. concurrent namespace.
本系列的下一篇文章将会进一步探讨java.util.concurrent名称空间的内容。
The result of query execution consists of the elements of an untyped java. util. List.
查询执行的结果包含无类型的java.util.List的元素。
A simple conversion is needed if the client is expecting a java. util. Dates, as shown in Listing 8.
如果客户端需要java.util.Dates,那么需要对其进行简单转换,如清单8所示。
A Subject maintains a principal's identities and security credentials in the form of sets (of class java. util. Set).
一个Subject以集的形式(类java.util.Set)维护了一个主体的身份和安全凭证。
And so we continued for another ten minutes, util suddenly my daughter burst into tears, and admitted that she was beaten.
接着我们又继续了十分钟,直到,女儿突然间放声大哭,承认她被伤害到了。
The value of this attribute should be either a string naming a locale, or an instance of the java. util. Locale class.
该属性的值应当是命名该语言环境的一个字符串或者是java.util.Locale类的一个实例。
Next up in complexity is the new java. util. AbstractQueue class.
再复杂一点的是新的java.util.AbstractQueue类。
For all intents and purposes, you can use an XMLCursor as a java. util. Iterator, except that you can also use it in a generic fashion.
不管出于何种目的,您都可以将XMLCursor作为java.util.Iterator使用,只是您也能够以泛型形式使用它。
The EnumMap class offers a special implementation of the java. util. Map interface where the key is an enumerated type.
EnumMap类提供了java.util.Map接口的一个特殊实现,该接口中的键(key)是一个枚举类型。
This tip showed that, if the original Java API contained java. util. Date, then the roundtrip resulting API will not match the original.
本技巧展示出,如果原始的JavaAPI包括java.util.Date,那么作为往返结果的API将与原始的不相匹配。
The DirInfo class uses typed java. util. List collections for the normal files and child directories of a directory.
DirInfo类使用有类型的java.util.List集合表示普通文件和目录的子目录。
The MBean model implementation utilizes a few utility classes associated with JDOM in the package com. claudeduguay. util. jdom.
MBean模型实现利用了com.claudeduguay.util.jdom包中几个与JDOM相关的工具类。
An actual solution would most likely take advantage of the standard java. util. logging mechanism.
实际的解决方案很可能利用标准java.util.logging机制。
The new configuration parameter, UTIL_IMPACT_PRIORITY, specifies the priority for the throttling utility.
新的配置参数UTIL_IMPACT_PRIORITY指定进行throttling的实用程序的优先级。
org. apache. bcel. util. Repository is actually an interface for a source of binary class representations.
Repository实际上是二进制类表示的源代码的接口。
The ScriptCache class (shown in Listing 9) implements a repository for the compiled scripts, using a java. util. LinkedHashMap object.
ScriptCache类(参见清单9)使用java.util.LinkedHashMap对象为所编译的脚本实现存储库。
Nearly all the classes in the java. util. concurrent package use atomic variables instead of synchronization, either directly or indirectly.
无论是直接的还是间接的,几乎java.util.concurrent包中的所有类都使用原子变量,而不使用同步。
While it's not a Collections class, per se, the java. util. concurrent. TimeUnit enumeration makes code vastly easier to read.
尽管本质上不是Collections类,但java.util.concurrent.TimeUnit枚举让代码更易读懂。
So a string variable inside the Util. System namespace can be declared as Global. System. String.
因此,Util.System命名空间中的字符串变量可以声明为Global.
A lightweight implementation of a red-black tree is included in the J2ME specification class java. util. TreeSet.
红黑树的轻量级实现包括在J2ME规范类java.util.TreeSet中。
A lock that implements the java. util. concurrent. locks. Lock interface controls how multiple threads access a shared resource.
一个实现java.util.concurrent.locks.Lock接口的锁控制着多个线程是如何访问一个共享资源的。
Due to the nature of this technique, it is not included in the downloadable wsdl-util. xsl.
由于此技术本身特性的原因,并未在可下载的wsdl-util.xsl中将其包含进去。
Then why did the JSR 166 group spend so much time developing the java. util. concurrent. lock framework?
那么为什么JSR166小组花了这么多时间来开发java.util.concurrent.lock框架呢?
The util_impact_lim parameter is the percentage of allowable impact that all throttled utilities can have on the instance workload.
util_impact_lim参数是指允许所有已调整实用程序对于实例的工作负载产生影响的百分比。