Package org.eclipse.jgit.util
Class Holder<T>
java.lang.Object
org.eclipse.jgit.util.Holder<T>
- Type Parameters:
T
- the type of value held by thisHolder
Holder of an object.
- Since:
- 4.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Holder
Constructor for Holder.
- Parameters:
value
- is the initial value that isset(Object)
-
-
Method Details