首页 / 词典 / good

valueof

  • n.的值;(JAVA 中)把基本类型转化为对象类型的方法;返回对象的值;获取布尔型对象的值(返回值为布尔型)
valueofvalueof
  1. Its drinks business has lost market share and is dragging down the valueof its snacks operation .

    百事公司饮料业务的市场份额已经减少,同时还拖累了其快餐食品业务的价值。

  2. The valueOf () method is static and lets you create an enumerated value from the name for the type .

    valueOf()方法是静态的,它允许您从类型的名称中创建枚举的值。

  3. Valueof sericite ore is high by mineral seperation .

    分选出的绢云母矿物价值高。

  4. The getDeclaringClass () and valueOf () methods require a little more explanation .

    getDeclaringClass()和valueOf()方法需要稍多一些解释。

  5. The solution is to use the valueOf method on the Date object to see how long it has been since the start of the animation .

    解决方案是使用Date对象的valueOf方法确定动画开始了多长时间。

  6. And , just like Iterable and Enum , the valueOf () methods are not present in the JDK1.4 class library .

    而且,就像Iterable和Enum一样,valueOf()方法在JDK1.4类库中也不存在。

  7. Similarly , autoboxing relies on the valueOf () methods being added to the primitive wrapper classes ( such as Integer ) .

    类似的,自动装箱依赖于添加到原始包装器类(例如Integer)的valueOf()方法。

  8. Autoboxing : Rather than generating calls to the valueOf () method in the wrapper class , the compiler generates calls to the constructor instead .

    自动装箱:编译器不生成对包装器类的valueOf()方法的调用,而是生成对构造函数的调用。

  9. When boxing requires conversion from int to Integer , rather than calling new Integer ( int ), the compiler generates a call to Integer . valueOf ( int ) .

    当装箱需要从int转换到Integer时,编译器并不调用newInteger(int),而是生成对Integer.valueOf(int)的调用。

  10. Where as the American or Chinese will willingly discusstheir salary with a stranger , along with the exact monetary valueof possessions , few from Britain would mention such things outsideclose family .

    尽管美国人或中国人会欣然与陌生人谈论薪水,以及个人财产的确切价值,却极少有英国人与家人之外的人提及这些事。

  11. Proceed to the String . valueOf ( y ) validation and enter the string value " 1 " in the " y " row of the " In " column and the " x " row of the " Expected " column .

    继续进行到String.valueOf(y)验证,并在“In”列的“y”行和“Expected”列的“x”行中输入字符串值“1”。