Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
-
Packages that use LazyUnsafeValue Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of LazyUnsafeValue in org.glassfish.jersey.internal.util.collection
Classes in org.glassfish.jersey.internal.util.collection that implement LazyUnsafeValue Modifier and Type Class Description private static classValues.LazyUnsafeValueImpl<T,E extends java.lang.Throwable>Fields in org.glassfish.jersey.internal.util.collection declared as LazyUnsafeValue Modifier and Type Field Description private static LazyUnsafeValueValues. EMPTY_UNSAFEMethods in org.glassfish.jersey.internal.util.collection that return LazyUnsafeValue Modifier and Type Method Description static <T,E extends java.lang.Throwable>
LazyUnsafeValue<T,E>Values. lazy(UnsafeValue<T,E> delegate)Get a new lazily initializedunsafe value provider.
-