类 ValueHolder<T>


  • public class ValueHolder<T>
    extends Object
    Represents a "final" value that is initialized either up front or once at some point after declaration. Note: If a Serializable class has a ValueHolder property, that property should be declared transient!
    作者:
    Steve Ebersole
    • 构造器详细资料

      • ValueHolder

        public ValueHolder​(T value)
    • 方法详细资料

      • getValue

        public T getValue()