Class BooleanHolder

  • All Implemented Interfaces:
    Holder

    public final class BooleanHolder
    extends java.lang.Object
    implements Holder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean value  
    • Method Summary

      • 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

      • BooleanHolder

        public BooleanHolder()
      • BooleanHolder

        public BooleanHolder​(boolean myboolean)