Class Values.LazyValueImpl<T>
java.lang.Object
org.glassfish.jersey.internal.util.collection.Values.LazyValueImpl<T>
- Enclosing class:
Values
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lock
-
delegate
-
value
-
-
Constructor Details
-
LazyValueImpl
-
-
Method Details
-
get
Description copied from interface:Value
Get the stored value. -
isInitialized
public boolean isInitialized()Description copied from interface:LazyValue
Check if the lazy value has been initialized already (i.e. itsValue.get()
method has already been called previously) or not.- Specified by:
isInitialized
in interfaceLazyValue<T>
- Returns:
true
if the lazy value has already been initialized,false
otherwise.
-
equals
-
hashCode
public int hashCode() -
toString
-