Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.ws.Holder<T>
public final class Holder<T> extends Object implements Serializable
Holds a value of type T
.
Modifier and Type | Field and Description |
---|---|
T |
value
The value contained in the holder. |
Constructor and Description |
---|
Holder()
Creates a new holder with a null value. |
Holder(T value)
Create a new holder with the specified value. |
Modifier and Type | Method and Description |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public T value
Constructor Detail |
---|
public Holder()
null
value.
public Holder(T value)
value
- The value to be stored in the holder.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.