Package org.eclipse.jgit.util
Class Holder<T>
- java.lang.Object
-
- org.eclipse.jgit.util.Holder<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()Get the value held by thisHoldervoidset(T value)Set a new value held by thisHolder
-
-
-
Constructor Detail
-
Holder
public Holder(T value)
Constructor for Holder.
- Parameters:
value- is the initial value that isset(Object)
-
-