Package de.intarsys.tools.valueholder
Interface IValueHolder<T>
-
- All Known Implementing Classes:
BooleanPrefValueHolder,IntegerPrefValueHolder,NullValueHolder,ObjectValueHolder,PrefValueHolder,StringPrefValueHolder,ThreadLocalValueHolder
public interface IValueHolder<T>Generic interface for objects holding references to others.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Dereference theIValueHolder.Tset(T newValue)Assign a new value.
-
-
-
Method Detail
-
get
T get()
Dereference theIValueHolder.- Returns:
- The referenced object.
-
-