Class Operators


  • public final class Operators
    extends java.lang.Object
    Author:
    Jacek Ambroziak, Santiago Pericas-Geertsen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EQ  
      static int GE  
      static int GT  
      static int LE  
      static int LT  
      static int NE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Operators()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getOpNames​(int operator)  
      static int swapOp​(int operator)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait