API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.xml.ws.
Holder
View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
Object
Holder
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
class Holder
Holds a value of type
T
.
Holds a value of type
T
.
See also:
Constructors
public
Holder
()
Creates a new holder with a
null
value.
public
Holder
(
T
value)
Create a new holder with the specified value.
Create a new holder with the specified value.
Parameters:
-
value
- The value to be stored in the holder.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public
T
value
The value contained in the holder.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar