|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| org.glassfish.jersey.internal.util.collection | Common set of Jersey collection classes. |
| Uses of Value in org.glassfish.jersey.internal.util.collection |
|---|
| Subinterfaces of Value in org.glassfish.jersey.internal.util.collection | |
|---|---|
interface |
Ref<T>
A possibly mutable value reference. |
| Methods in org.glassfish.jersey.internal.util.collection that return Value | ||
|---|---|---|
static
|
Values.empty()
Get an empty value provider whose get()
method always returns null. |
|
static
|
Values.lazy(Value<T> delegate)
Get a new lazily initialized value provider. |
|
static
|
Values.of(T value)
Get a new constant value provider whose get()
method always returns the instance supplied to the value parameter. |
|
| Methods in org.glassfish.jersey.internal.util.collection with parameters of type Value | ||
|---|---|---|
static
|
Values.lazy(Value<T> delegate)
Get a new lazily initialized value provider. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||