A B C D E G H I L M N O R S T U V X Z
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- add(String) - 类 中的方法com.github.myibu.algorithm.filter.BloomFilter
- addAll(String[]) - 类 中的方法com.github.myibu.algorithm.filter.BloomFilter
- and(Bits, Bits) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- append(Bits) - 类 中的方法com.github.myibu.algorithm.data.Bits
- appendByte(byte[], byte) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- appendBytes(byte[], byte[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
B
- Bit - com.github.myibu.algorithm.data中的枚举
-
Bit enum
- Bits - com.github.myibu.algorithm.data中的类
-
Bits entity
- BloomFilter - com.github.myibu.algorithm.filter中的类
-
bloom filter
- BloomFilter() - 类 的构造器com.github.myibu.algorithm.filter.BloomFilter
- BloomFilter(int, double) - 类 的构造器com.github.myibu.algorithm.filter.BloomFilter
- BYTE_SIZE - 类 中的静态变量com.github.myibu.algorithm.data.Bits
- byteArrayToHexString(byte[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- byteArrayToInt(byte[], int) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- byteArrayToUnsignedInt(byte[], int) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- byteLength() - 类 中的方法com.github.myibu.algorithm.data.Bits
- Bytes - com.github.myibu.algorithm.data中的类
-
util for byte
- Bytes() - 类 的构造器com.github.myibu.algorithm.data.Bytes
C
- c - 类 中的变量com.github.myibu.algorithm.hash.SipHash
- check(String) - 类 中的静态方法com.github.myibu.algorithm.validate.IDCardChecker
- com.github.myibu.algorithm.data - 程序包 com.github.myibu.algorithm.data
- com.github.myibu.algorithm.filter - 程序包 com.github.myibu.algorithm.filter
- com.github.myibu.algorithm.hash - 程序包 com.github.myibu.algorithm.hash
- com.github.myibu.algorithm.random - 程序包 com.github.myibu.algorithm.random
- com.github.myibu.algorithm.validate - 程序包 com.github.myibu.algorithm.validate
- contains(String) - 类 中的方法com.github.myibu.algorithm.filter.BloomFilter
D
- d - 类 中的变量com.github.myibu.algorithm.hash.SipHash
- DEFAULT_SEED_SIZE - 类 中的静态变量com.github.myibu.algorithm.hash.SipHash
E
- encode(byte[]) - 类 中的方法com.github.myibu.algorithm.hash.SHA256
G
- getByte(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- getInt(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- getLong(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- getShort(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
H
- hash(byte[], int, long) - 类 中的静态方法com.github.myibu.algorithm.hash.MurmurHash2
- hash(String) - 类 中的方法com.github.myibu.algorithm.hash.SipHash
- hash(String, byte[]) - 类 中的方法com.github.myibu.algorithm.hash.SipHash
- hashSeed - 类 中的变量com.github.myibu.algorithm.hash.SipHash
I
- IDCardChecker - com.github.myibu.algorithm.validate中的类
-
tool of checking whether id card is validate
- IDCardChecker() - 类 的构造器com.github.myibu.algorithm.validate.IDCardChecker
- INT_SIZE - 类 中的静态变量com.github.myibu.algorithm.data.Bits
- intLength() - 类 中的方法com.github.myibu.algorithm.data.Bits
- intToHexString(int) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- inverse(Bits) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
L
- length() - 类 中的方法com.github.myibu.algorithm.data.Bits
- LinearCongruentialRandom - com.github.myibu.algorithm.random中的类
-
Linear Congruence method for generating Pseudo Random Numbers Copy from "java.util.Random"
- LinearCongruentialRandom() - 类 的构造器com.github.myibu.algorithm.random.LinearCongruentialRandom
- LinearCongruentialRandom(long) - 类 的构造器com.github.myibu.algorithm.random.LinearCongruentialRandom
- LONG_SIZE - 类 中的静态变量com.github.myibu.algorithm.data.Bits
- longLength() - 类 中的方法com.github.myibu.algorithm.data.Bits
- lShift(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- lShift(Bits) - 类 中的方法com.github.myibu.algorithm.data.Bits
M
- MersenneTwisterRandom - com.github.myibu.algorithm.random中的类
-
Mersenne Twister method for generating Pseudo Random Numbers MT19937
- MersenneTwisterRandom() - 类 的构造器com.github.myibu.algorithm.random.MersenneTwisterRandom
- MersenneTwisterRandom(long) - 类 的构造器com.github.myibu.algorithm.random.MersenneTwisterRandom
- MurmurHash2 - com.github.myibu.algorithm.hash中的类
-
MurmurHash2 algorithm
- MurmurHash2() - 类 的构造器com.github.myibu.algorithm.hash.MurmurHash2
N
- next(int) - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextBoolean() - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextBoolean() - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextBoolean() - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextBytes(byte[]) - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextBytes(byte[]) - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextBytes(byte[]) - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextDouble() - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextDouble() - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextDouble() - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextFloat() - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextFloat() - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextFloat() - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextInt() - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextInt() - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextInt() - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextInt(int) - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextInt(int) - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextInt(int) - 接口 中的方法com.github.myibu.algorithm.random.Random
- nextLong() - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- nextLong() - 类 中的方法com.github.myibu.algorithm.random.MersenneTwisterRandom
- nextLong() - 接口 中的方法com.github.myibu.algorithm.random.Random
O
- ofByte(byte) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofByte(byte[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofByte(byte, int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofInt(int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofInt(int[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofInt(int, int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofLong(long) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofLong(long[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofLong(long, int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofOne(int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofShort(short) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofShort(short[]) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofShort(short, int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ofZero(int) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
- ONE - com.github.myibu.algorithm.data.Bit
-
1
- or(Bits, Bits) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
R
- Random - com.github.myibu.algorithm.random中的接口
-
random interface
- RandomArrays - com.github.myibu.algorithm.random中的类
-
shuffle array
- RandomArrays() - 类 的构造器com.github.myibu.algorithm.random.RandomArrays
- rrShift(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- rrShift(Bits) - 类 中的方法com.github.myibu.algorithm.data.Bits
- rShift(int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- rShift(Bits) - 类 中的方法com.github.myibu.algorithm.data.Bits
S
- setSeed(long) - 类 中的方法com.github.myibu.algorithm.random.LinearCongruentialRandom
- SHA256 - com.github.myibu.algorithm.hash中的类
-
SHA256 algorithm
- SHA256() - 类 的构造器com.github.myibu.algorithm.hash.SHA256
- SHORT_SIZE - 类 中的静态变量com.github.myibu.algorithm.data.Bits
- shortLength() - 类 中的方法com.github.myibu.algorithm.data.Bits
- shuffle(boolean[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(byte[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(char[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(double[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(float[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(int[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(long[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(short[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(Object[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- shuffle(String[]) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- SipHash - com.github.myibu.algorithm.hash中的类
-
SipHash 2-4 algorithm
- SipHash() - 类 的构造器com.github.myibu.algorithm.hash.SipHash
- SipHash(byte[]) - 类 的构造器com.github.myibu.algorithm.hash.SipHash
- SipHash(byte[], int, int) - 类 的构造器com.github.myibu.algorithm.hash.SipHash
- SipHash13 - com.github.myibu.algorithm.hash中的类
-
SipHash 1-3 algorithm
- SipHash13() - 类 的构造器com.github.myibu.algorithm.hash.SipHash13
- SipHash13(byte[]) - 类 的构造器com.github.myibu.algorithm.hash.SipHash13
- subBits(int, int) - 类 中的方法com.github.myibu.algorithm.data.Bits
- swap(boolean[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(byte[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(char[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(double[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(float[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(int[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(long[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(short[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(Object[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
- swap(String[], int, int) - 类 中的静态方法com.github.myibu.algorithm.random.RandomArrays
T
- toByte() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toByteArray() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toInt() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toIntArray() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toLong() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toLongArray() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toShort() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toShortArray() - 类 中的方法com.github.myibu.algorithm.data.Bits
- toString() - 类 中的方法com.github.myibu.algorithm.data.Bits
U
- unsignedByte(byte) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
- unsignedInt(int) - 类 中的静态方法com.github.myibu.algorithm.data.Bytes
V
- value() - 枚举 中的方法com.github.myibu.algorithm.data.Bit
- valueOf(String) - 枚举 中的静态方法com.github.myibu.algorithm.data.Bit
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.github.myibu.algorithm.data.Bit
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
X
- xor(Bits, Bits) - 类 中的静态方法com.github.myibu.algorithm.data.Bits
Z
A B C D E G H I L M N O R S T U V X Z所有类 所有程序包