Class BooleanHolder
java.lang.Object
com.adobe.internal.pdftoolkit.core.util.BooleanHolder
This class represents a holder for boolean values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanHolder
public BooleanHolder(boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-