Uses of Interface
org.glassfish.jersey.internal.util.collection.UnsafeValue

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
<T,E extends Throwable>
UnsafeValue<T,E>
Values.emptyUnsafe()
          Get an empty value provider whose get() method always returns null.
static
<T,E extends Throwable>
UnsafeValue<T,E>
Values.lazy(UnsafeValue<T,E> delegate)
          Get a new lazily initialized unsafe value provider.
static
<T,E extends Throwable>
UnsafeValue<T,E>
Values.throwing(E throwable)
          Get a new "throwing" unsafe value provider whose get() method always throws the exception supplied to the throwable parameter.
static
<T,E extends Throwable>
UnsafeValue<T,E>
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
<T,E extends Throwable>
UnsafeValue<T,E>
Values.lazy(UnsafeValue<T,E> delegate)
          Get a new lazily initialized unsafe value provider.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.