public class ValueHolder<T> extends Object
| Constructor and Description |
|---|
ValueHolder()
Constructs with null value.
|
ValueHolder(T aValue)
Constructs with given value.
|
public ValueHolder()
public ValueHolder(T aValue)
aValue - Value.Copyright © 2025. All rights reserved.