Class StatePair


  • public class StatePair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StatePair()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long pack​(int a, int b)  
      static int unpackA​(long l)  
      static int unpackB​(long l)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatePair

        public StatePair()
    • Method Detail

      • pack

        public static long pack​(int a,
                                int b)
      • unpackA

        public static int unpackA​(long l)
      • unpackB

        public static int unpackB​(long l)