Class ConditionVars


  • class ConditionVars
    extends java.lang.Object
    This class is used to hold two sets of variables, one for the true branch, one for the false branch. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Vset vsFalse  
      (package private) Vset vsTrue  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConditionVars()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ConditionVars

        ConditionVars()