|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsafeValue | |
|---|---|
| org.glassfish.jersey.internal.util.collection | Common set of Jersey collection classes. |
| Uses of UnsafeValue in org.glassfish.jersey.internal.util.collection |
|---|
| Methods in org.glassfish.jersey.internal.util.collection that return UnsafeValue | ||
|---|---|---|
static
|
Values.emptyUnsafe()
Get an empty value provider whose get()
method always returns null. |
|
static
|
Values.lazy(UnsafeValue<T,E> delegate)
Get a new lazily initialized unsafe value provider. |
|
static
|
Values.throwing(E throwable)
Get a new "throwing" unsafe value provider whose get()
method always throws the exception supplied to the throwable parameter. |
|
static
|
Values.unsafe(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 UnsafeValue | ||
|---|---|---|
static
|
Values.lazy(UnsafeValue<T,E> delegate)
Get a new lazily initialized unsafe value provider. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||