A B C D E G H I L M N O P Q R S T
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- add(Trie, char[], int) - 类 中的方法top.bluesword.util.algorithm.Trie
B
- baseConvert(String, int, int) - 接口 中的静态方法top.bluesword.util.base.math.NumericalUtil
-
36以內任何进制转换,
- BCryptForPHP - top.bluesword.util.algorithm.hash.bcrypt中的类
-
修改BCrypt实现与php中相同算法统一
C
- check(String, String) - 类 中的静态方法top.bluesword.util.algorithm.hash.bcrypt.SwordBCrypt
- checkpw(String, String) - 类 中的静态方法top.bluesword.util.algorithm.hash.bcrypt.BCryptForPHP
- checkTimeOTP(String, String, int, String) - 类 中的静态方法top.bluesword.util.algorithm.totp.SwordTimeAuthenticator
-
验证时间令牌
D
- DateFormatConstants - top.bluesword.util.constants中的类
-
日期格式常量
E
- equals(Object) - 类 中的方法top.bluesword.util.io.OrderedProperties
- ExceptionUtil - top.bluesword.util.exception中的类
-
异常工具类
G
- generateTimeOTP(String, String, int) - 类 中的静态方法top.bluesword.util.algorithm.totp.SwordTimeAuthenticator
-
生成基于时间的令牌
- getInstanceCode() - 类 中的静态方法top.bluesword.util.algorithm.InstanceCode
- getKeys() - 类 中的方法top.bluesword.util.io.OrderedProperties
- getLocalMac() - 类 中的静态方法top.bluesword.util.network.LocalMacUtil
- GetNetworkTime - top.bluesword.util.network.time中的类
-
读取网络时间
- getProperty(String) - 类 中的方法top.bluesword.util.io.OrderedProperties
- getShortMassage(Exception, String) - 类 中的静态方法top.bluesword.util.exception.ExceptionUtil
-
提取异常短信息
- getWebsiteDatetime(String) - 类 中的静态方法top.bluesword.util.network.time.GetNetworkTime
-
获取指定网站的日期时间
H
- hash(String) - 类 中的静态方法top.bluesword.util.algorithm.hash.bcrypt.SwordBCrypt
- hashCode() - 类 中的方法top.bluesword.util.io.OrderedProperties
- hashpw(String, String) - 类 中的静态方法top.bluesword.util.algorithm.hash.bcrypt.BCryptForPHP
- HttpClientUtil - top.bluesword.util.network中的类
-
http请求工具
I
- insert(String) - 类 中的方法top.bluesword.util.algorithm.Trie
- InstanceCode - top.bluesword.util.algorithm中的类
-
进程实例编码
L
- load(InputStream) - 类 中的方法top.bluesword.util.io.OrderedProperties
-
加载Properties文件
- LocalIpAddressUtil - top.bluesword.util.network中的类
-
获取本地ip4的工具
- LocalMacUtil - top.bluesword.util.network中的类
-
获取mac 地址列表
M
- MersenneTwister - top.bluesword.util.algorithm.random中的类
-
随机数算法
- MersenneTwister(int) - 类 的构造器top.bluesword.util.algorithm.random.MersenneTwister
- MOBILE_PHONE_NUMBER_PATTERN - 类 中的静态变量top.bluesword.util.constants.PatternConstants
-
手机号正则表达式模板
N
- nextId() - 类 中的方法top.bluesword.util.sequence.Snowflake
-
获取ID
- NumericalUtil - top.bluesword.util.base.math中的接口
-
数字工具,进行36以下的任意进制转换
O
P
- PatternConstants - top.bluesword.util.constants中的类
-
常用正则表达式
Q
- QuickSort - top.bluesword.util.algorithm.sort中的类
-
快速排序算法
- quickSortInt(int[]) - 类 中的静态方法top.bluesword.util.algorithm.sort.QuickSort
-
int数组快速排序
R
- rand() - 类 中的方法top.bluesword.util.algorithm.random.MersenneTwister
- resolveLocalAddresses() - 类 中的静态方法top.bluesword.util.network.LocalIpAddressUtil
-
获取本地ip地址列表,兼容多网卡情景
- resolveLocalIps() - 类 中的静态方法top.bluesword.util.network.LocalIpAddressUtil
-
获取字符串ip4地址
S
- search(String) - 类 中的方法top.bluesword.util.algorithm.Trie
- sendGet(String) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
-
发送无参数get请求
- sendGet(String, Map<String, String>) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
-
发送携带参数,没有请求头的get请求
- sendGet(String, Map<String, String>, Map<String, String>) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
-
发送完整信息的get请求
- sendPostJson(String, String) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
-
发送json格式的post请求
- sendPostParam(String, Map<String, String>, Header[]) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
-
发送普通格式参数的post请求
- Snowflake - top.bluesword.util.sequence中的类
-
基于Twitter的SnowFlake算法的ID生成工具
- Snowflake() - 类 的构造器top.bluesword.util.sequence.Snowflake
-
基于Snowflake创建分布式ID生成器
- Snowflake(long) - 类 的构造器top.bluesword.util.sequence.Snowflake
- Snowflake(long, long) - 类 的构造器top.bluesword.util.sequence.Snowflake
- Snowflake(long, long, long, long, long) - 类 的构造器top.bluesword.util.sequence.Snowflake
- STANDARD_DATE_FORMAT - 类 中的静态变量top.bluesword.util.constants.DateFormatConstants
-
标准日期格式 "yyyy-MM-dd"
- STANDARD_DATETIME_FORMAT - 类 中的静态变量top.bluesword.util.constants.DateFormatConstants
-
标准日期时间格式 "yyyy-MM-dd HH:mm:ss"
- startsWith(String) - 类 中的方法top.bluesword.util.algorithm.Trie
- SwordBCrypt - top.bluesword.util.algorithm.hash.bcrypt中的类
-
对BCrypt算法修改
- SwordRuntimeException - top.bluesword.util.exception中的异常错误
-
自定义运行时异常
- SwordRuntimeException() - 异常错误 的构造器top.bluesword.util.exception.SwordRuntimeException
- SwordRuntimeException(String) - 异常错误 的构造器top.bluesword.util.exception.SwordRuntimeException
- SwordTimeAuthenticator - top.bluesword.util.algorithm.totp中的类
-
信息验证码生成工具 基于RFC6238
T
- TimeSync - top.bluesword.util.network.time中的接口
-
本地时间与网络时间比较工具
- timeSyncTask() - 接口 中的静态方法top.bluesword.util.network.time.TimeSync
-
获取本地时间与网络时间差值,单位为毫秒
- top.bluesword.util.algorithm - 程序包 top.bluesword.util.algorithm
- top.bluesword.util.algorithm.hash.bcrypt - 程序包 top.bluesword.util.algorithm.hash.bcrypt
- top.bluesword.util.algorithm.random - 程序包 top.bluesword.util.algorithm.random
- top.bluesword.util.algorithm.sort - 程序包 top.bluesword.util.algorithm.sort
- top.bluesword.util.algorithm.totp - 程序包 top.bluesword.util.algorithm.totp
- top.bluesword.util.base.math - 程序包 top.bluesword.util.base.math
- top.bluesword.util.constants - 程序包 top.bluesword.util.constants
- top.bluesword.util.exception - 程序包 top.bluesword.util.exception
- top.bluesword.util.io - 程序包 top.bluesword.util.io
- top.bluesword.util.network - 程序包 top.bluesword.util.network
- top.bluesword.util.network.time - 程序包 top.bluesword.util.network.time
- top.bluesword.util.sequence - 程序包 top.bluesword.util.sequence
- toParamMap(Map<String, String>) - 类 中的静态方法top.bluesword.util.network.HttpClientUtil
- Trie - top.bluesword.util.algorithm中的类
-
前缀树
- Trie() - 类 的构造器top.bluesword.util.algorithm.Trie
所有类 所有程序包