-
-
Constructor Summary
Constructors
Constructor and Description |
Holder(T 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(T value)
- Parameters:
value
- is the initial value that is set(Object)
-
Method Detail
-
get
public T get()
- Returns:
- the value held by this
Holder
-
set
public void set(T value)
- Parameters:
value
- to be set as new value held by this Holder
Copyright © 2016 Eclipse JGit Project. All rights reserved.