Class Values.InstanceUnsafeValue<T,E extends Throwable>
java.lang.Object
org.glassfish.jersey.internal.util.collection.Values.InstanceUnsafeValue<T,E>
- All Implemented Interfaces:
UnsafeValue<T,
E>
- Enclosing class:
- Values
private static class Values.InstanceUnsafeValue<T,E extends Throwable>
extends Object
implements UnsafeValue<T,E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
InstanceUnsafeValue
-
-
Method Details
-
get
Description copied from interface:UnsafeValue
Get the stored value.- Specified by:
get
in interfaceUnsafeValue<T,
E extends Throwable> - Returns:
- stored value.
-
equals
-
hashCode
public int hashCode() -
toString
-