Class SpreadFunctions


  • public final class SpreadFunctions
    extends java.lang.Object
    • Constructor Detail

      • SpreadFunctions

        private SpreadFunctions()
    • Method Detail

      • thirtyTwoBitSpread1

        private static int thirtyTwoBitSpread1​(int code)
      • thirtyTwoBitSpread2

        private static int thirtyTwoBitSpread2​(int code)
      • sixtyFourBitSpread1

        private static long sixtyFourBitSpread1​(long code)
      • sixtyFourBitSpread2

        private static long sixtyFourBitSpread2​(long code)
      • doubleSpreadOne

        public static long doubleSpreadOne​(double element)
      • doubleSpreadTwo

        public static long doubleSpreadTwo​(double element)
      • longSpreadOne

        public static long longSpreadOne​(long element)
      • longSpreadTwo

        public static long longSpreadTwo​(long element)
      • intSpreadOne

        public static int intSpreadOne​(int element)
      • intSpreadTwo

        public static int intSpreadTwo​(int element)
      • floatSpreadOne

        public static int floatSpreadOne​(float element)
      • floatSpreadTwo

        public static int floatSpreadTwo​(float element)
      • shortSpreadOne

        public static int shortSpreadOne​(short element)
      • shortSpreadTwo

        public static int shortSpreadTwo​(short element)
      • charSpreadOne

        public static int charSpreadOne​(char element)
      • charSpreadTwo

        public static int charSpreadTwo​(char element)