Class ConditionalOperators


  • class ConditionalOperators
    extends java.lang.Object
    Provides the conditional operators such as "if" and "ifelse".
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  ConditionalOperators.If
      Implements the "if" operator.
      (package private) static class  ConditionalOperators.IfElse
      Implements the "ifelse" operator.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ConditionalOperators

        private ConditionalOperators()