|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyObjectReference<V>
Provide a container for holding an object that cannot be changed.
ObjectReference| Method Summary | |
|---|---|
V |
getValue()
Return the current value. |
boolean |
isNotNull()
Return whether the current value is not null. |
boolean |
isNull()
Return whether the current value is null. |
boolean |
valueEquals(java.lang.Object object)
Return whether the current value is equal to the specified value. |
boolean |
valueNotEqual(java.lang.Object object)
Return whether the current value is not equal to the specified value. |
| Method Detail |
|---|
V getValue()
boolean valueEquals(java.lang.Object object)
boolean valueNotEqual(java.lang.Object object)
boolean isNull()
null.
boolean isNotNull()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||