Class BooleanByRef


  • public class BooleanByRef
    extends java.lang.Object
    Useful as "out" or "by ref" function parameter.
    • 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

      • BooleanByRef

        public BooleanByRef()
      • BooleanByRef

        public BooleanByRef​(boolean value_)