Klasse NO_VALUE_HOLDER
java.lang.Object
de.uplanet.lucy.server.dataobjects.NO_VALUE_HOLDER
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final IValueHolder<?> An instance of an immutable value holder. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <T> IValueHolder<T> instance()ReturnINSTANCEwith the correct generic type.
-
Felddetails
-
INSTANCE
An instance of an immutable value holder.All method calls on the
IValueHolderinterface of this instance will throw anjava.lang.UnsupportedOperationExceptionto enforce fail-fast programming style.
-
-
Methodendetails