Class BooleanHolder

java.lang.Object
com.adobe.internal.pdftoolkit.core.util.BooleanHolder

public class BooleanHolder extends Object
This class represents a holder for boolean values.
  • Constructor Details

    • BooleanHolder

      public BooleanHolder(boolean value)
  • Method Details

    • getValue

      public boolean getValue()
    • setValue

      public void setValue(boolean value)