Class BooleanHolder


  • public class BooleanHolder
    extends java.lang.Object
    hold a boolean value.
    Author:
    Davanum Srinivas (dims@yahoo.com)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean value
      Field value
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanHolder​(boolean value)
      Constructor BooleanHolder
    • 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
        Field value
    • Constructor Detail

      • BooleanHolder

        public BooleanHolder​(boolean value)
        Constructor BooleanHolder
        Parameters:
        value -