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 Settable<T>
Type Parameters:
T
- Type of the value.
All Known Subinterfaces:
Ref
<T>
All Known Implementing Classes:
Refs.DefaultRefImpl
,
Refs.ImmutableRefImpl
,
Refs.ThreadSafeRefImpl
,
RequestProcessingContextReference
public interface
Settable<T>
A generic settable value container.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
set
(
T
value)
Set a new value.
Method Detail
set
void set(
T
value)
Set a new value.
Parameters:
value
- value to be set.
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