Class RefUtil


  • public class RefUtil
    extends Object
    • Constructor Detail

      • RefUtil

        public RefUtil()
    • Method Detail

      • isAbsCol

        public static boolean isAbsCol​(long refHash)
      • hasColRef

        public static boolean hasColRef​(long refHash)
      • isAbsRow

        public static boolean isAbsRow​(long refHash)
      • hasRowRef

        public static boolean hasRowRef​(long refHash)
      • getColIndex

        public static long getColIndex​(long refHash)
      • getRowIndex

        public static long getRowIndex​(long refHash)
      • toColHash

        public static long toColHash​(long col,
                                     boolean var1)
      • toRowHash

        public static long toRowHash​(long result,
                                     boolean var1)
      • toRefHash

        public static long toRefHash​(long row,
                                     boolean relativeRow,
                                     long col,
                                     boolean relativeCol)
      • decodeRef

        public static String decodeRef​(long refHash)
      • encodeRef

        public static long encodeRef​(String ref)