java.lang.Object
org.eclipse.jgit.treewalk.filter.TreeFilter.MutableBoolean
- Enclosing class:
- TreeFilter
Mutable wrapper to return a boolean in a function parameter.
- Since:
- 7.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableBoolean
public MutableBoolean()
-
-
Method Details
-
get
public boolean get()Return the boolean value.- Returns:
- The state of the internal boolean value.
-
reset
public void reset()Reset the boolean value.
-