Class TriState


  • public final class TriState
    extends java.lang.Object
    Class that represents the tristate values possible in a logical operation: true, false and indeterminate.
    Author:
    David Huen
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TRUE

        public static final TriState TRUE
      • FALSE

        public static final TriState FALSE
      • INDETERMINATE

        public static final TriState INDETERMINATE