Class IntPairUtil
java.lang.Object
ca.spottedleaf.concurrentutil.util.IntPairUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic longkey(int left, int right) Packs the specified integers into one long value.static intleft(long key) Retrieves the left packed integer from the keystatic intright(long key) Retrieves the right packed integer from the keystatic StringtoString(long key) static StringtoString(long[] array, int from, int to)
-
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
-
toString
-