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:ValueGet the stored value. -
isInitialized
public boolean isInitialized()Description copied from interface:LazyValueCheck if the lazy value has been initialized already (i.e. itsValue.get()method has already been called previously) or not.- Specified by:
isInitializedin interfaceLazyValue<T>- Returns:
trueif the lazy value has already been initialized,falseotherwise.
-
equals
-
hashCode
public int hashCode() -
toString
-