Class WrappedBoolean


  • public class WrappedBoolean
    extends java.lang.Object
    Simple wrapper for native boolean type
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedBoolean​(boolean initial)  
    • Method Summary

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

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

      • WrappedBoolean

        public WrappedBoolean​(boolean initial)
    • Method Detail

      • get

        public boolean get()
      • set

        public void set​(boolean value)