java.lang.Object
org.glassfish.jersey.internal.util.collection.Values.EagerValue<T>
- All Implemented Interfaces:
Value<T>
- Enclosing class:
Values
private static class Values.EagerValue<T>
extends Object
implements Value<T>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
EagerValue
private EagerValue(Value<T> value)
-
Method Details
-
get
Description copied from interface: Value
Get the stored value.
- Specified by:
get
in interface Value<T>
- Returns:
- stored value.