Class SpreadFunctions
java.lang.Object
org.eclipse.collections.impl.SpreadFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcharSpreadOne(char element) static intcharSpreadTwo(char element) static longdoubleSpreadOne(double element) static longdoubleSpreadTwo(double element) static intfloatSpreadOne(float element) static intfloatSpreadTwo(float element) static intintSpreadOne(int element) static intintSpreadTwo(int element) static longlongSpreadOne(long element) static longlongSpreadTwo(long element) static intshortSpreadOne(short element) static intshortSpreadTwo(short element) private static longsixtyFourBitSpread1(long code) private static longsixtyFourBitSpread2(long code) private static intthirtyTwoBitSpread1(int code) private static intthirtyTwoBitSpread2(int code)
-
Constructor Details
-
SpreadFunctions
private SpreadFunctions()
-
-
Method Details
-
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)
-