Class BooleanMutable


  • public class BooleanMutable
    extends java.lang.Object
    A mutable boolean
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean is()  
      void set​(boolean value)  
      void setFalse()  
      void setTrue()  
      void toggle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public boolean value
    • Constructor Detail

      • BooleanMutable

        public BooleanMutable()
      • BooleanMutable

        public BooleanMutable​(boolean value)
    • Method Detail

      • is

        public boolean is()
      • set

        public void set​(boolean value)
      • setFalse

        public void setFalse()
      • setTrue

        public void setTrue()
      • toggle

        public void toggle()