Class 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanHolder

        public BooleanHolder​(boolean value)
    • Method Detail

      • getValue

        public boolean getValue()
      • setValue

        public void setValue​(boolean value)