JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.glassfish.jersey.internal.util.collection
Interface Value<T>
Type Parameters:
T
- value type.
All Known Subinterfaces:
LazyValue
<T>,
Ref
<T>
All Known Implementing Classes:
Refs.DefaultRefImpl
,
Refs.ImmutableRefImpl
,
Refs.ThreadSafeRefImpl
,
RequestProcessingContextReference
,
ServerRuntime.AsyncResponderHolder
,
Values.EagerValue
,
Values.InstanceValue
,
Values.LazyValueImpl
public interface
Value<T>
A generic value provider.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Get the stored value.
Method Detail
get
T
get()
Get the stored value.
Returns:
stored value.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method