Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
Packages that use LazyUnsafeValue
Package
Description
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 LazyUnsafeValueModifier and TypeClassDescriptionprivate static class
Values.LazyUnsafeValueImpl<T,
E extends Throwable> Fields in org.glassfish.jersey.internal.util.collection declared as LazyUnsafeValueMethods in org.glassfish.jersey.internal.util.collection that return LazyUnsafeValueModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
LazyUnsafeValue<T,E> Values.lazy
(UnsafeValue<T, E> delegate) Get a new lazily initializedunsafe value provider
.