A B C D E G H I L M 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.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
- 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
- MurmurHash2 - com.github.myibu.algorithm.hash中的类
-
MurmurHash2 algorithm
- MurmurHash2() - 类 的构造器com.github.myibu.algorithm.hash.MurmurHash2
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
- 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
- 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
- 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
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 O R S T U V X Z所有类 所有程序包