Class BooleanHolder
- java.lang.Object
-
- com.adobe.internal.pdftoolkit.core.util.BooleanHolder
-
public class BooleanHolder extends java.lang.Object
This class represents a holder for boolean values.
-
-
Constructor Summary
Constructors Constructor Description BooleanHolder(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
void
setValue(boolean value)
-