Class BitUtils
java.lang.Object
icu.congee.id.generator.broid.BitUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]listToByteArray(List<Boolean> booleanList) 将List<Boolean>转换为byte数组static longlistToLong(List<Boolean> booleanList) 将List<Boolean>转换为long值longToList(long value, int bits) 将long值转换为List<Boolean>
-
Constructor Details
-
BitUtils
public BitUtils()
-
-
Method Details
-
longToList
-
listToByteArray
-
listToLong
-