JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.glassfish.jersey.internal.util.collection
Interface Value<T>
Type Parameters:
T
- value type.
All Superinterfaces:
Supplier
<T>
All Known Subinterfaces:
LazyValue
<T>
,
Ref
<T>
public interface
Value<T>
extends
Supplier
<T>
A generic value provider.
Author:
Marek Potociar
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
Get the stored value.
Method Detail
get
T
get()
Get the stored value.
Specified by:
get
in interface
Supplier
<
T
>
Returns:
stored value.