Class NSComparisonResult


  • public final class NSComparisonResult
    extends java.lang.Object
    These constants are used to indicate how items in a request are ordered, from the first one given in a method invocation or function call to the last (that is, left to right in code). Given the function: NSComparisonResult f(int a, int b) If: a < b then return NSOrderedAscending. The left operand is smaller than the right operand. a > b then return NSOrderedDescending. The left operand is greater than the right operand. a == b then return NSOrderedSame. The operands are equal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Ascending  
      static long Descending  
      static long Same  
    • Method Summary

      • Methods inherited from class java.lang.Object

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