Class IntPairUtil

java.lang.Object
ca.spottedleaf.concurrentutil.util.IntPairUtil

public final class IntPairUtil extends Object
  • Method Details

    • key

      public static long key(int left, int right)
      Packs the specified integers into one long value.
    • left

      public static int left(long key)
      Retrieves the left packed integer from the key
    • right

      public static int right(long key)
      Retrieves the right packed integer from the key
    • toString

      public static String toString(long key)
    • toString

      public static String toString(long[] array, int from, int to)