-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
T |
value |
-
Constructor Summary
Constructors
Constructor and Description |
Holder()
Initializes value to null.
|
Holder(T value)
Initializes value by the given value.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Holder
public Holder()
Initializes
value
to
null.
-
Holder
public Holder(T value)
Initializes
value
by the given value.
Copyright © 2014. All rights reserved.