Package org.hibernate.internal.util
Class MutableBoolean
java.lang.Object
org.hibernate.internal.util.MutableBoolean
Support for mutable boolean references, generally used from within
anon inner classes, lambdas, etc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableBoolean
public MutableBoolean() -
MutableBoolean
public MutableBoolean(boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-