Searched defs:ValueObjectImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DValueObjectImpl.java35 final class ValueObjectImpl implements ValueObject { class in inherits:ValueObject
36 static final ValueObject NULL = new ValueObjectImpl(null);
37 static final ValueObject VOID = new ValueObjectImpl();
47 ? new ValueObjectImpl(value)
57 private ValueObjectImpl() { method in class:ValueObjectImpl
66 private ValueObjectImpl(Object value) { method in class:ValueObjectImpl

Completed in 36 milliseconds