Holder (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.ws Class Holder<T>

java.lang.Object
  extended by javax.xml.ws.Holder<T>

public final class Holder<T>
extends Object

Holds a value of type T.

从以下版本开始:
JAX-WS 2.0

字段摘要
 T value
          The value contained in the holder.
 
构造器摘要
Holder()
          Creates a new holder with a null value.
Holder(T value)
          Create a new holder with the specified value.
 
方法摘要
 
类方法继承 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

value

public T value
The value contained in the holder.

构造器详细信息

Holder

public Holder()
Creates a new holder with a null value.


Holder

public Holder(T value)
Create a new holder with the specified value.

参数:
value - The value to be stored in the holder.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.