Package org.eclipse.collections.impl
Class SpreadFunctions
java.lang.Object
org.eclipse.collections.impl.SpreadFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
charSpreadOne
(char element) static int
charSpreadTwo
(char element) static long
doubleSpreadOne
(double element) static long
doubleSpreadTwo
(double element) static int
floatSpreadOne
(float element) static int
floatSpreadTwo
(float element) static int
intSpreadOne
(int element) static int
intSpreadTwo
(int element) static long
longSpreadOne
(long element) static long
longSpreadTwo
(long element) static int
shortSpreadOne
(short element) static int
shortSpreadTwo
(short element) private static long
sixtyFourBitSpread1
(long code) private static long
sixtyFourBitSpread2
(long code) private static int
thirtyTwoBitSpread1
(int code) private static int
thirtyTwoBitSpread2
(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)
-