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
Methods in org.glassfish.jersey.internal.util.collection that return LazyUnsafeValue Modifier and Type Method Description static <T,E extends Throwable>
LazyUnsafeValue<T,E>Values. lazy(UnsafeValue<T,E> delegate)Get a new lazily initializedunsafe value provider.
-