Class CompareUtil

java.lang.Object
org.spongepowered.asm.util.CompareUtil

public final class CompareUtil
extends java.lang.Object
Comparison helpers.
  • Method Summary

    Modifier and Type Method Description
    static int compare​(int a, int b)
    Officially added in Java 7.
    static int compare​(long a, long b)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • compare

      public static int compare​(int a, int b)
      Officially added in Java 7.
    • compare

      public static int compare​(long a, long b)