跳过导航链接
A B C D E F G H I J K L M N O P R S T U V X Z 

A

addCell(ConfigCell) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
addConfig(Configable) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigBuilder
 
addCookie(String) - 类 中的方法com.github.bingoohuang.utils.net.Cookies
 
addCookie(String, int, TimeUnit) - 类 中的方法com.github.bingoohuang.utils.net.Cookies
 
addCookie(String, int, Cookies.HttpOnly, Cookies.Secure4Https) - 类 中的方法com.github.bingoohuang.utils.net.Cookies
 
addFilePart(File) - 类 中的方法com.github.bingoohuang.utils.net.FileUploader
 
addFilePart(String, InputStream) - 类 中的方法com.github.bingoohuang.utils.net.FileUploader
 
addHeader(String, String) - 类 中的方法com.github.bingoohuang.utils.net.FileUploader
Adds a header field to the request.
addLastSlash(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
addRow(ConfigRow) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
Aes - com.github.bingoohuang.utils.crypto中的类
 
Aes() - 类 的构造器com.github.bingoohuang.utils.crypto.Aes
 
AesIV - com.github.bingoohuang.utils.crypto中的类
 
AesIV() - 类 的构造器com.github.bingoohuang.utils.crypto.AesIV
 
AfterPropertiesSet - com.github.bingoohuang.utils.config.utils中的接口
 
afterPropertiesSet() - 接口 中的方法com.github.bingoohuang.utils.config.utils.AfterPropertiesSet
 
anchor(String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
applyParams(String[]) - 接口 中的方法com.github.bingoohuang.utils.config.utils.ParamsAppliable
 
as(Class<P>) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
asyncExec() - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 

B

Base62 - com.github.bingoohuang.utils.codec中的类
 
Base62() - 类 的构造器com.github.bingoohuang.utils.codec.Base62
 
base62(byte[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base62
 
base64(byte[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base62
 
Base64 - com.github.bingoohuang.utils.codec中的类
 
Base64() - 类 的构造器com.github.bingoohuang.utils.codec.Base64
 
base64(byte[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
base64(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
base64(String, Base64.Format) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
base64(byte[], Base64.Format) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
Base64.Format - com.github.bingoohuang.utils.codec中的枚举
 
BaseConfigable - com.github.bingoohuang.utils.config.impl中的类
 
BaseConfigable() - 类 的构造器com.github.bingoohuang.utils.config.impl.BaseConfigable
 
BCrypt - com.github.bingoohuang.utils.codec中的类
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - 类 的构造器com.github.bingoohuang.utils.codec.BCrypt
 
bcrypt(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
bcryptMatch(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
body(String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
buildConfig() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigBuilder
 
Bytes - com.github.bingoohuang.utils.codec中的类
 
Bytes() - 类 的构造器com.github.bingoohuang.utils.codec.Bytes
 
bytes(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Bytes
 
bytesPattern - 类 中的静态变量com.github.bingoohuang.utils.metric.BytesSize
 
BytesSize - com.github.bingoohuang.utils.metric中的类
 
BytesSize() - 类 的构造器com.github.bingoohuang.utils.metric.BytesSize
 

C

call(String) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
call(String, Object...) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
checkpw(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.BCrypt
Check that a plaintext password matches a previously hashed one
close() - 类 中的方法com.github.bingoohuang.utils.config.impl.CSVReader
Closes the underlying reader.
closeQuietly(Object...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Closer
关闭对象, 屏蔽所有异常。
closeQuietly(Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Closer
关闭对象, 屏蔽所有异常。
Closer - com.github.bingoohuang.utils.lang中的类
 
Clz - com.github.bingoohuang.utils.lang中的类
 
Clz() - 类 的构造器com.github.bingoohuang.utils.lang.Clz
 
ClzPath - com.github.bingoohuang.utils.lang中的类
 
ClzPath() - 类 的构造器com.github.bingoohuang.utils.lang.ClzPath
 
Cmd - com.github.bingoohuang.utils.lang中的类
 
Cmd(String...) - 类 的构造器com.github.bingoohuang.utils.lang.Cmd
 
com.github.bingoohuang.utils.codec - 程序包 com.github.bingoohuang.utils.codec
 
com.github.bingoohuang.utils.config - 程序包 com.github.bingoohuang.utils.config
 
com.github.bingoohuang.utils.config.ex - 程序包 com.github.bingoohuang.utils.config.ex
 
com.github.bingoohuang.utils.config.impl - 程序包 com.github.bingoohuang.utils.config.impl
 
com.github.bingoohuang.utils.config.utils - 程序包 com.github.bingoohuang.utils.config.utils
 
com.github.bingoohuang.utils.crypto - 程序包 com.github.bingoohuang.utils.crypto
 
com.github.bingoohuang.utils.joor - 程序包 com.github.bingoohuang.utils.joor
 
com.github.bingoohuang.utils.joou - 程序包 com.github.bingoohuang.utils.joou
 
com.github.bingoohuang.utils.lang - 程序包 com.github.bingoohuang.utils.lang
 
com.github.bingoohuang.utils.metric - 程序包 com.github.bingoohuang.utils.metric
 
com.github.bingoohuang.utils.net - 程序包 com.github.bingoohuang.utils.net
 
com.github.bingoohuang.utils.redis - 程序包 com.github.bingoohuang.utils.redis
 
com.github.bingoohuang.utils.time - 程序包 com.github.bingoohuang.utils.time
 
com.github.bingoohuang.utils.xml - 程序包 com.github.bingoohuang.utils.xml
 
compareTo(UByte) - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
compareTo(UInteger) - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
compareTo(ULong) - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
compareTo(UShort) - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
Config - com.github.bingoohuang.utils.config中的类
 
Config() - 类 的构造器com.github.bingoohuang.utils.config.Config
 
config(Properties) - 类 中的静态方法com.github.bingoohuang.utils.lang.Jdbc
 
Configable - com.github.bingoohuang.utils.config中的接口
读取配置.
ConfigBuilder - com.github.bingoohuang.utils.config.impl中的类
 
ConfigBuilder() - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigBuilder
 
ConfigCell - com.github.bingoohuang.utils.config.impl中的类
 
ConfigCell() - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigCell
 
ConfigCell(String, String) - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigCell
 
ConfigException - com.github.bingoohuang.utils.config.ex中的异常错误
 
ConfigException(String) - 异常错误 的构造器com.github.bingoohuang.utils.config.ex.ConfigException
 
ConfigException(String, Throwable) - 异常错误 的构造器com.github.bingoohuang.utils.config.ex.ConfigException
 
ConfigNotFoundException - com.github.bingoohuang.utils.config.ex中的异常错误
 
ConfigNotFoundException(String) - 异常错误 的构造器com.github.bingoohuang.utils.config.ex.ConfigNotFoundException
 
ConfigRow - com.github.bingoohuang.utils.config.impl中的类
 
ConfigRow() - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigRow
 
ConfigTable - com.github.bingoohuang.utils.config.impl中的类
 
ConfigTable() - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigTable
 
ConfigTable(String) - 类 的构造器com.github.bingoohuang.utils.config.impl.ConfigTable
 
ConfigValueFormatException - com.github.bingoohuang.utils.config.ex中的异常错误
 
ConfigValueFormatException(String) - 异常错误 的构造器com.github.bingoohuang.utils.config.ex.ConfigValueFormatException
 
cookie(String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
Cookies - com.github.bingoohuang.utils.net中的类
 
Cookies(HttpServletRequest, HttpServletResponse, String, String) - 类 的构造器com.github.bingoohuang.utils.net.Cookies
 
Cookies(HttpServletResponse, String, String) - 类 的构造器com.github.bingoohuang.utils.net.Cookies
 
Cookies(HttpServletResponse, String) - 类 的构造器com.github.bingoohuang.utils.net.Cookies
 
Cookies(HttpServletRequest, String) - 类 的构造器com.github.bingoohuang.utils.net.Cookies
 
Cookies.HttpOnly - com.github.bingoohuang.utils.net中的枚举
 
Cookies.Secure4Https - com.github.bingoohuang.utils.net中的枚举
 
create() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
create(Object...) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
createObject(String, Class<? super T>) - 类 中的静态方法com.github.bingoohuang.utils.config.utils.ParamsApplyUtils
 
createObjects(String, Class<? super T>) - 类 中的静态方法com.github.bingoohuang.utils.config.utils.ParamsApplyUtils
 
CSVLineReader - com.github.bingoohuang.utils.config.impl中的类
 
CSVLineReader() - 类 的构造器com.github.bingoohuang.utils.config.impl.CSVLineReader
 
CSVReader - com.github.bingoohuang.utils.config.impl中的类
CSV读取器。
CSVReader(Reader) - 类 的构造器com.github.bingoohuang.utils.config.impl.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - 类 的构造器com.github.bingoohuang.utils.config.impl.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - 类 的构造器com.github.bingoohuang.utils.config.impl.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - 类 的构造器com.github.bingoohuang.utils.config.impl.CSVReader
Constructs CSVReader with supplied separator and quote char.

D

date() - 类 中的静态方法com.github.bingoohuang.utils.time.Now
 
DateFormatter - com.github.bingoohuang.utils.time中的类
 
DateFormatter(String) - 类 的构造器com.github.bingoohuang.utils.time.DateFormatter
 
dealReqParams(Map<String, String[]>) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
dealRequestBody(HttpServletRequest, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
decode(String) - 类 中的静态方法com.github.bingoohuang.utils.net.Url
 
decrypt(String, Key) - 类 中的静态方法com.github.bingoohuang.utils.crypto.Aes
 
decrypt(String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
decrypt(String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
decrypt(String, Key, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
decrypt(String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 
DEF_HOLDER_PREFIX - 类 中的静态变量com.github.bingoohuang.utils.lang.Substituters
Default Holder prefix: "${" .
DEF_HOLDER_SUFFIX - 类 中的静态变量com.github.bingoohuang.utils.lang.Substituters
Default Holder suffix: "}".
DEFAULT_QUOTE_CHARACTER - 类 中的静态变量com.github.bingoohuang.utils.config.impl.CSVLineReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - 类 中的静态变量com.github.bingoohuang.utils.config.impl.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - 类 中的静态变量com.github.bingoohuang.utils.config.impl.CSVLineReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - 类 中的静态变量com.github.bingoohuang.utils.config.impl.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - 类 中的静态变量com.github.bingoohuang.utils.config.impl.CSVReader
The default line to start reading.
DefaultBeanMapper<T> - com.github.bingoohuang.utils.lang中的类
 
DefaultBeanMapper(Class<T>) - 类 的构造器com.github.bingoohuang.utils.lang.DefaultBeanMapper
 
DefaultConfigable - com.github.bingoohuang.utils.config.impl中的类
 
DefaultConfigable() - 类 的构造器com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
DefaultConfigable(Properties) - 类 的构造器com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
DefConfigSetter - com.github.bingoohuang.utils.config.impl中的接口
 
del(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
delCookie() - 类 中的方法com.github.bingoohuang.utils.net.Cookies
 
desc(Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
destroy() - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
detectProcessAlive() - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 
Digest - com.github.bingoohuang.utils.codec中的枚举
 
digest(String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
digest(String, String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
digestBase64(String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
digestBase64(String, String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
digestHex(String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
digestHex(String, String) - 枚举 中的方法com.github.bingoohuang.utils.codec.Digest
 
doubleValue() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
doubleValue() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
doubleValue() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
doubleValue() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 

E

Email - com.github.bingoohuang.utils.net中的类
 
Email(String, String, String, String, boolean) - 类 的构造器com.github.bingoohuang.utils.net.Email
 
emailTo(String, String, String) - 类 中的方法com.github.bingoohuang.utils.net.Email
 
Empty - com.github.bingoohuang.utils.lang中的类
 
Empty() - 类 的构造器com.github.bingoohuang.utils.lang.Empty
 
encode(String) - 类 中的静态方法com.github.bingoohuang.utils.net.Url
 
encrypt(String, Key) - 类 中的静态方法com.github.bingoohuang.utils.crypto.Aes
 
encrypt(String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
encrypt(String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
encrypt(String, Key, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
equals(Object) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
error(HttpServletResponse, int, Throwable) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
error(HttpServletResponse, int, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
exec(String, Object...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Jdbc
 
exec(Jdbc.BeanMapper<T>, String, Object...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Jdbc
 
exec(Class<T>, String, Object...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Jdbc
 
exec(Jedis) - 类 中的方法com.github.bingoohuang.utils.redis.RedisCall
 
exec(Jedis) - 接口 中的方法com.github.bingoohuang.utils.redis.RedisOp
 
exists(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
exists(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
exists(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
exists(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
exists(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
expire(String, long, TimeUnit) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 

F

field(String) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
fields() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
FileUploader - com.github.bingoohuang.utils.net中的类
 
FileUploader(String) - 类 的构造器com.github.bingoohuang.utils.net.FileUploader
 
findClass(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
 
finish() - 类 中的方法com.github.bingoohuang.utils.net.FileUploader
 
floatValue() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
floatValue() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
floatValue() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
floatValue() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
fuck(Throwable) - 类 中的静态方法com.github.bingoohuang.utils.lang.Fucks
 
FuckException() - 类 的构造器com.github.bingoohuang.utils.lang.Fucks.FuckException
 
Fucks - com.github.bingoohuang.utils.lang中的类
 
Fucks() - 类 的构造器com.github.bingoohuang.utils.lang.Fucks
 
Fucks.FuckException<T extends Exception> - com.github.bingoohuang.utils.lang中的类
 

G

generateKey() - 类 中的静态方法com.github.bingoohuang.utils.crypto.Aes
 
generatePrivateKey(String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 
generatePublicKey(String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 
gensalt(int, SecureRandom) - 类 中的静态方法com.github.bingoohuang.utils.codec.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - 类 中的静态方法com.github.bingoohuang.utils.codec.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - 类 中的静态方法com.github.bingoohuang.utils.codec.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
get() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
get(String) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
get(Field) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
get(String) - 类 中的静态方法com.github.bingoohuang.utils.net.HttpReq
 
get() - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
get(String, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
get(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
getActualTypeArgument(Class<?>, Class<?>) - 类 中的静态方法com.github.bingoohuang.utils.lang.Typee
 
getActualTypeArgument(Class<?>, Class<?>, int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Typee
 
getAndDel(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
getAnnotatedClasses(String, Class<? extends Annotation>, Class<?>...) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getAnnotatedClasses(String, String, Class<? extends Annotation>, Class<?>...) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getBean(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getBean(String, Class<T>) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getBean(String, Class<T>) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getBean(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getBeans(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getBeans(String, Class<T>) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getBeans(String, Class<T>) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getBeans(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getBool(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getBool(String, boolean) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getBool(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getBool(String, boolean) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getBool(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getBool(String, boolean) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getBool(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getBool(String, boolean) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getCell(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
getCell(int) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
getCellName() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigCell
 
getCells() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
getCellText() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigCell
 
getClasses(String, Predicate<Class<?>>) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getClasses(String, String, Predicate<Class<?>>, Predicate<String>) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getClassLoader() - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
Return the context classloader.
getConfigImpl() - 类 中的静态方法com.github.bingoohuang.utils.config.Config
提供一个可以获取配置impl的入口, 用于展示出当前配置impl所有配置的结果集, 修改了配置刷新相应配置,免重启服务,免发布.
getConn() - 类 中的静态方法com.github.bingoohuang.utils.lang.Jdbc
 
getCookie() - 类 中的方法com.github.bingoohuang.utils.net.Cookies
 
getDatabase() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
getDouble(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getDouble(String, double) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getDouble(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getDouble(String, double) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getDouble(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getDouble(String, double) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getDouble(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getDouble(String, double) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getExitValue() - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 
getFloat(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getFloat(String, float) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getFloat(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getFloat(String, float) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getFloat(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getFloat(String, float) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getFloat(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getFloat(String, float) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getHost() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
getInt(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getInt(String, int) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getInt(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getInt(String, int) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getInt(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getInt(String, int) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getInt(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getInt(String, int) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getInt(Map, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
getKey(String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.Aes
 
getKeyPrefixes() - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getKeyPrefixes() - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getLineNumber() - 类 中的方法com.github.bingoohuang.utils.config.impl.IniReader
 
getLong(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getLong(String, long) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getLong(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getLong(String, long) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getLong(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getLong(String, long) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getLong(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getLong(String, long) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getLong(Map, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
getMaxClients() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
getMethod(Class<? extends Object>, String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
Get method.
getNum(Map, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
getOutput() - 类 中的方法com.github.bingoohuang.utils.lang.StreamGobbler
 
getPassword() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
getPort() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
getProperties() - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getProperties() - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getProperties() - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
getPropertyName() - 类 中的方法com.github.bingoohuang.utils.config.impl.PropsReader
 
getPropertyValue() - 类 中的方法com.github.bingoohuang.utils.config.impl.PropsReader
 
getResource(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getResources(String, String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getRow(int) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
getRow(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
getRowKey() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
getRows() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
getSection(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.IniReader
 
getSections() - 类 中的方法com.github.bingoohuang.utils.config.impl.IniReader
Return a set containing the sections in this ini configuration.
getStdErr() - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 
getStdOut() - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 
getStr(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getStr(String, String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
getStr(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getStr(String, String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
getStr(String, String) - 类 中的方法com.github.bingoohuang.utils.config.impl.BaseConfigable
 
getStr(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
getStr(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getStr(String, String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
getStr(Map, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
getStr(Map, Object, String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
getSubClasses(String, Class<?>) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getSubClasses(String, String, Class<?>) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
getTableName() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
getTables() - 类 中的方法com.github.bingoohuang.utils.config.impl.TableReader
 
getTimeout() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 

H

hashCode() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
hashCode() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
hashCode() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
hashCode() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
hashCode() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
hashCode() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
hashpw(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.BCrypt
Hash a password using the OpenBSD bcrypt scheme
Hex - com.github.bingoohuang.utils.codec中的类
 
Hex() - 类 的构造器com.github.bingoohuang.utils.codec.Hex
 
hex(byte[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Hex
 
hget(String, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
hmset(String, Map) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
hmsetex(String, Map, long, TimeUnit) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
hostnameVerifier(HostnameVerifier) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
Http - com.github.bingoohuang.utils.net中的类
 
Http() - 类 的构造器com.github.bingoohuang.utils.net.Http
 
HttpReq - com.github.bingoohuang.utils.net中的类
 
HttpReq(String) - 类 的构造器com.github.bingoohuang.utils.net.HttpReq
 

I

incr(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
incrBy(String, long) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
IniConfigable - com.github.bingoohuang.utils.config.impl中的类
 
IniConfigable(Resource) - 类 的构造器com.github.bingoohuang.utils.config.impl.IniConfigable
 
IniReader - com.github.bingoohuang.utils.config.impl中的类
 
IniReader(Reader) - 类 的构造器com.github.bingoohuang.utils.config.impl.IniReader
 
intValue() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
intValue() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
intValue() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
intValue() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
invoke(Object, Method, Object[]) - 类 中的方法com.github.bingoohuang.utils.xml.PrettyPrintHandler
 
invokeQuietly(Object, Method) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
安静的调用对象的方法。
isAjax(HttpServletRequest) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
isAssignable(Class<?>, Class<?>...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
 
isConcrete(Class<?>) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
 
isEmpty(Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Empty
 
isEmpty(Collection) - 类 中的静态方法com.github.bingoohuang.utils.lang.Listt
 
isEmpty(Map<?, ?>) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
isLocked(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
isNotEmpty(Collection) - 类 中的静态方法com.github.bingoohuang.utils.lang.Listt
 
isWindows - 接口 中的静态变量com.github.bingoohuang.utils.lang.Os
 

J

Jdbc - com.github.bingoohuang.utils.lang中的类
 
Jdbc() - 类 的构造器com.github.bingoohuang.utils.lang.Jdbc
 
Jdbc.BeanMapper<T> - com.github.bingoohuang.utils.lang中的接口
 
Json - com.github.bingoohuang.utils.codec中的类
 
Json() - 类 的构造器com.github.bingoohuang.utils.codec.Json
 
json(Object) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
jsonOf(Object...) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
jsonWithType(Object) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 

K

KEY_ALGORITHMS - 类 中的静态变量com.github.bingoohuang.utils.crypto.RSA
 

L

Listt - com.github.bingoohuang.utils.lang中的类
 
Listt() - 类 的构造器com.github.bingoohuang.utils.lang.Listt
 
loadClass(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Clz
Load a class given its name.
longValue() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
longValue() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
longValue() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
longValue() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
lpop(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
lpush(String, String...) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
lrange(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
lrange(String, long, long) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 

M

main(String[]) - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
map(ResultSet) - 类 中的方法com.github.bingoohuang.utils.lang.DefaultBeanMapper
 
map(ResultSet) - 接口 中的方法com.github.bingoohuang.utils.lang.Jdbc.BeanMapper
 
map(Object...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
mapFromList(List<Map>, String, String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
Mapp - com.github.bingoohuang.utils.lang中的类
 
Mapp() - 类 的构造器com.github.bingoohuang.utils.lang.Mapp
 
marshal(Object, Xmls.MarshalOption...) - 类 中的静态方法com.github.bingoohuang.utils.xml.Xmls
 
marshal(Object, EnumSet<Xmls.MarshalOption>, Class...) - 类 中的静态方法com.github.bingoohuang.utils.xml.Xmls
 
matches(char, char) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
MAX_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UByte
A constant holding the maximum value an unsigned byte can have, 28-1.
MAX_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UInteger
A constant holding the maximum value an unsigned int can have, 232-1.
MAX_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.ULong
A constant holding the maximum value an unsigned long can have, 264-1.
MAX_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UShort
A constant holding the maximum value an unsigned short can have, 216-1.
MAX_VALUE_LONG - 类 中的静态变量com.github.bingoohuang.utils.joou.ULong
A constant holding the maximum value + 1 an signed long can have, 263.
Md5 - com.github.bingoohuang.utils.codec中的类
 
Md5() - 类 的构造器com.github.bingoohuang.utils.codec.Md5
 
md5(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Md5
 
md5(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Md5
 
md5Hex(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Md5
 
md5Hex(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Md5
 
millis() - 类 中的静态方法com.github.bingoohuang.utils.time.Now
 
MIN_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UByte
A constant holding the minimum value an unsigned byte can have, 0.
MIN_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UInteger
A constant holding the minimum value an unsigned int can have, 0.
MIN_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.ULong
A constant holding the minimum value an unsigned long can have, 0.
MIN_VALUE - 类 中的静态变量com.github.bingoohuang.utils.joou.UShort
A constant holding the minimum value an unsigned short can have, 0.
Money - com.github.bingoohuang.utils.lang中的类
 
Money() - 类 的构造器com.github.bingoohuang.utils.lang.Money
 

N

name - 接口 中的静态变量com.github.bingoohuang.utils.lang.Os
 
newHashMap() - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
nextProperty() - 类 中的方法com.github.bingoohuang.utils.config.impl.PropsReader
 
Now - com.github.bingoohuang.utils.time中的类
 
Now() - 类 的构造器com.github.bingoohuang.utils.time.Now
 
now() - 类 中的静态方法com.github.bingoohuang.utils.time.Now
 
now(String) - 类 中的静态方法com.github.bingoohuang.utils.time.Now
 

O

of(K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(K, V, K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(K, V, K, V, K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(K, V, K, V, K, V, K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
of(T...) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
on(String) - 类 中的静态方法com.github.bingoohuang.utils.joor.Reflect
 
on(Class<?>) - 类 中的静态方法com.github.bingoohuang.utils.joor.Reflect
 
on(Object) - 类 中的静态方法com.github.bingoohuang.utils.joor.Reflect
 
op(RedisOp<T>) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
Os - com.github.bingoohuang.utils.lang中的接口
 

P

padding(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
padding(String, char, int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
param(String, String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
ParamsAppliable - com.github.bingoohuang.utils.config.utils中的接口
 
ParamsApplyUtils - com.github.bingoohuang.utils.config.utils中的类
 
ParamsApplyUtils() - 类 的构造器com.github.bingoohuang.utils.config.utils.ParamsApplyUtils
 
parse(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
Parse the given String value recursively, to be able to resolve nested Holders (when resolved property values in turn contain Holders again).
parse(String, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
Parse the given String value recursively, to be able to resolve nested Holders (when resolved property values in turn contain Holders again).
parse(String, Object, Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
 
parse(String, boolean) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
Parse the given String value recursively, to be able to resolve nested Holders (when resolved property values in turn contain Holders again).
parse(String, Object, Set<String>, boolean) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
Parse the given String value recursively, to be able to resolve nested Holders (when resolved property values in turn contain Holders again).
parse(String) - 类 中的静态方法com.github.bingoohuang.utils.metric.BytesSize
 
parseKeyAsBase64String(Key) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 
parseLine(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.CSVLineReader
 
parseXmlFile(String) - 类 中的静态方法com.github.bingoohuang.utils.xml.Xmls
 
Passwd - com.github.bingoohuang.utils.codec中的类
 
Passwd() - 类 的构造器com.github.bingoohuang.utils.codec.Passwd
 
pbkdf2(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
pbkdf2Match(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
post() - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
powerMap - 类 中的静态变量com.github.bingoohuang.utils.metric.BytesSize
 
PrettyPrintHandler - com.github.bingoohuang.utils.xml中的类
 
PrettyPrintHandler(XMLStreamWriter, EnumSet<Xmls.MarshalOption>) - 类 的构造器com.github.bingoohuang.utils.xml.PrettyPrintHandler
 
prettyXml(String) - 类 中的静态方法com.github.bingoohuang.utils.xml.Xmls
 
prop(String, String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
PropertiesConfigable - com.github.bingoohuang.utils.config.impl中的类
 
PropertiesConfigable(Resource) - 类 的构造器com.github.bingoohuang.utils.config.impl.PropertiesConfigable
 
PropsConfigable - com.github.bingoohuang.utils.config.impl中的类
 
PropsConfigable(Resource) - 类 的构造器com.github.bingoohuang.utils.config.impl.PropsConfigable
 
PropsReader - com.github.bingoohuang.utils.config.impl中的类
 
PropsReader(Reader) - 类 的构造器com.github.bingoohuang.utils.config.impl.PropsReader
 
purify(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 

R

Rand - com.github.bingoohuang.utils.lang中的类
 
Rand() - 类 的构造器com.github.bingoohuang.utils.lang.Rand
 
randAlphanumeric(int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randAscii(int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randBoolean() - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randDouble() - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randFloat() - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randInt() - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randInt(int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randLetters(int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randLong() - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randNum(int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Rand
 
randomIV() - 类 中的静态方法com.github.bingoohuang.utils.crypto.AesIV
 
readAll() - 类 中的方法com.github.bingoohuang.utils.config.impl.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readNext() - 类 中的方法com.github.bingoohuang.utils.config.impl.CSVReader
Reads the next line from the buffer and converts to a string array.
readProperty() - 类 中的方法com.github.bingoohuang.utils.config.impl.PropsReader
 
Redis - com.github.bingoohuang.utils.redis中的类
 
Redis(RedisConfig) - 类 的构造器com.github.bingoohuang.utils.redis.Redis
 
RedisCall - com.github.bingoohuang.utils.redis中的类
 
RedisCall() - 类 的构造器com.github.bingoohuang.utils.redis.RedisCall
 
RedisConfig - com.github.bingoohuang.utils.redis中的类
 
RedisConfig(String, int, String, int, int, int) - 类 的构造器com.github.bingoohuang.utils.redis.RedisConfig
 
RedisConfig() - 类 的构造器com.github.bingoohuang.utils.redis.RedisConfig
 
RedisOp<T> - com.github.bingoohuang.utils.redis中的接口
 
Reflect - com.github.bingoohuang.utils.joor中的类
 
ReflectException - com.github.bingoohuang.utils.joor中的异常错误
 
ReflectException(String) - 异常错误 的构造器com.github.bingoohuang.utils.joor.ReflectException
 
ReflectException(String, Throwable) - 异常错误 的构造器com.github.bingoohuang.utils.joor.ReflectException
 
ReflectException() - 异常错误 的构造器com.github.bingoohuang.utils.joor.ReflectException
 
ReflectException(Throwable) - 异常错误 的构造器com.github.bingoohuang.utils.joor.ReflectException
 
RefreshConfig - com.github.bingoohuang.utils.config中的类
 
RefreshConfig() - 类 的构造器com.github.bingoohuang.utils.config.RefreshConfig
 
refreshConfigSet(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
refreshConfigSet(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
refreshConfigSet(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
refreshConfigSet(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
removeLastLetters(String, char) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
req(String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
requestBody(String) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
respondJSON(HttpServletResponse, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
responseContent(HttpServletResponse, String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
responseText(HttpServletResponse, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Http
 
rmb(long) - 类 中的静态方法com.github.bingoohuang.utils.lang.Money
 
RSA - com.github.bingoohuang.utils.crypto中的类
 
RSA() - 类 的构造器com.github.bingoohuang.utils.crypto.RSA
 
run() - 类 中的方法com.github.bingoohuang.utils.lang.StreamGobbler
 

S

salt() - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
sendSms(String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.net.Sms
发短信
set(String, Object) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
set(Field, Object) - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
set(String, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
setCellName(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigCell
 
setCells(List<ConfigCell>) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
setCellText(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigCell
 
setDatabase(int) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
setDefConfig(Configable) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigBuilder
 
setDefConfig(Configable) - 接口 中的方法com.github.bingoohuang.utils.config.impl.DefConfigSetter
 
setex(String, String, long, TimeUnit) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
setHost(String) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
setMaxClients(int) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
setnx(String, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
setPassword(String) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
setPort(int) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
setProperties(Properties) - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
setRowKey(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
setRows(List<ConfigRow>) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
setTableName(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
setTables(List<ConfigTable>) - 类 中的方法com.github.bingoohuang.utils.config.impl.TableReader
 
setTimeout(int) - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
sha1(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
sha256(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
sha384(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
sha512(String, String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Passwd
 
sign(String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 
SIGN_ALGORITHMS - 类 中的静态变量com.github.bingoohuang.utils.crypto.RSA
 
sleep(long, TimeUnit) - 类 中的静态方法com.github.bingoohuang.utils.lang.Threadd
 
sleepMilis(long) - 类 中的静态方法com.github.bingoohuang.utils.lang.Threadd
 
Sms - com.github.bingoohuang.utils.net中的类
 
Sms() - 类 的构造器com.github.bingoohuang.utils.net.Sms
 
spec(Map, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.lang.Mapp
 
sslSocketFactory(SSLSocketFactory) - 类 中的方法com.github.bingoohuang.utils.net.HttpReq
 
Str - com.github.bingoohuang.utils.lang中的类
 
Str() - 类 的构造器com.github.bingoohuang.utils.lang.Str
 
StreamGobbler - com.github.bingoohuang.utils.lang中的类
 
StreamGobbler(Logger, String, InputStream, StreamGobbler.TYPE) - 类 的构造器com.github.bingoohuang.utils.lang.StreamGobbler
 
StreamGobbler.TYPE - com.github.bingoohuang.utils.lang中的枚举
 
string(byte[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Bytes
 
subset(String) - 类 中的静态方法com.github.bingoohuang.utils.config.Config
 
subset(String) - 接口 中的方法com.github.bingoohuang.utils.config.Configable
 
subset(String) - 类 中的方法com.github.bingoohuang.utils.config.impl.DefaultConfigable
 
subset(String) - 类 中的静态方法com.github.bingoohuang.utils.config.RefreshConfig
 
Substituters - com.github.bingoohuang.utils.lang中的类
从PropertyPlaceholderConfigurer.java代码中摘出的字符串变量解析的辅助类。
Substituters() - 类 的构造器com.github.bingoohuang.utils.lang.Substituters
 
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法com.github.bingoohuang.utils.lang.Substituters
Test whether the given string matches the given substring at the given index.
substrInQuotes(String, char, int) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
syncExec(long) - 类 中的方法com.github.bingoohuang.utils.lang.Cmd
 
SYS_PROPS_MODE_FALLBACK - 类 中的静态变量com.github.bingoohuang.utils.lang.Substituters
Check system properties if not resolvable in the specified properties.
SYS_PROPS_MODE_OVERRIDE - 类 中的静态变量com.github.bingoohuang.utils.lang.Substituters
Check system properties first, before trying the specified properties.

T

TableConfigable - com.github.bingoohuang.utils.config.impl中的类
 
TableConfigable(Resource) - 类 的构造器com.github.bingoohuang.utils.config.impl.TableConfigable
 
TableReader - com.github.bingoohuang.utils.config.impl中的类
 
TableReader(Reader) - 类 的构造器com.github.bingoohuang.utils.config.impl.TableReader
 
Threadd - com.github.bingoohuang.utils.lang中的类
 
Threadd() - 类 的构造器com.github.bingoohuang.utils.lang.Threadd
 
toBigInteger() - 类 中的方法com.github.bingoohuang.utils.joou.UNumber
Get this number as a BigInteger.
toInputStream(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
toLines(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
toLines(String, Charset) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
topn(String, double, String, int) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
topn(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
toReader(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
toStr(String) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
toStr(String, Charset) - 类 中的静态方法com.github.bingoohuang.utils.lang.ClzPath
 
toStr(Object) - 类 中的静态方法com.github.bingoohuang.utils.lang.Str
 
toString() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigCell
 
toString() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigRow
 
toString() - 类 中的方法com.github.bingoohuang.utils.config.impl.ConfigTable
 
toString() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
toString() - 类 中的方法com.github.bingoohuang.utils.joou.UByte
 
toString() - 类 中的方法com.github.bingoohuang.utils.joou.UInteger
 
toString() - 类 中的方法com.github.bingoohuang.utils.joou.ULong
 
toString() - 类 中的方法com.github.bingoohuang.utils.joou.UShort
 
toString() - 类 中的方法com.github.bingoohuang.utils.redis.RedisConfig
 
transFromFormat(String, String) - 类 中的方法com.github.bingoohuang.utils.time.DateFormatter
 
transToFormat(String, String) - 类 中的方法com.github.bingoohuang.utils.time.DateFormatter
 
tryLock(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
ttl(String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
type() - 类 中的方法com.github.bingoohuang.utils.joor.Reflect
 
Typee - com.github.bingoohuang.utils.lang中的类
 
Typee() - 类 的构造器com.github.bingoohuang.utils.lang.Typee
 

U

UByte - com.github.bingoohuang.utils.joou中的类
The unsigned byte type
UByte(short) - 类 的构造器com.github.bingoohuang.utils.joou.UByte
Create an unsigned byte
UByte(byte) - 类 的构造器com.github.bingoohuang.utils.joou.UByte
Create an unsigned byte by masking it with 0xFF i.e.
UByte(String) - 类 的构造器com.github.bingoohuang.utils.joou.UByte
Create an unsigned byte
ubyte(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned byte
ubyte(byte) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned byte by masking it with 0xFF i.e.
ubyte(short) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned byte
uint(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned int
uint(int) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
uint(long) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned int
UInteger - com.github.bingoohuang.utils.joou中的类
The unsigned int type
UInteger(long) - 类 的构造器com.github.bingoohuang.utils.joou.UInteger
Create an unsigned int
UInteger(int) - 类 的构造器com.github.bingoohuang.utils.joou.UInteger
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
UInteger(String) - 类 的构造器com.github.bingoohuang.utils.joou.UInteger
Create an unsigned int
ULong - com.github.bingoohuang.utils.joou中的类
The unsigned long type
ULong(BigInteger) - 类 的构造器com.github.bingoohuang.utils.joou.ULong
Create an unsigned long
ULong(long) - 类 的构造器com.github.bingoohuang.utils.joou.ULong
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
ULong(String) - 类 的构造器com.github.bingoohuang.utils.joou.ULong
Create an unsigned long
ulong(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned long
ulong(long) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
ulong(BigInteger) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned long
unBase62(char[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base62
 
unBase64(char[]) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base62
 
unBase64(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
unBase64AsString(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Base64
 
unHex(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Hex
 
unique(List<T>) - 类 中的静态方法com.github.bingoohuang.utils.lang.Listt
 
unJson(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
unJson(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
unJsonArray(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
unJsonArray(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
unJsonWithType(String) - 类 中的静态方法com.github.bingoohuang.utils.codec.Json
 
unmarshal(String, Class<T>) - 类 中的静态方法com.github.bingoohuang.utils.xml.Xmls
 
Unsigned - com.github.bingoohuang.utils.joou中的类
A utility class for static access to unsigned number functionality.
UNumber - com.github.bingoohuang.utils.joou中的类
A base type for unsigned numbers.
UNumber() - 类 的构造器com.github.bingoohuang.utils.joou.UNumber
 
Url - com.github.bingoohuang.utils.net中的类
 
Url() - 类 的构造器com.github.bingoohuang.utils.net.Url
 
ushort(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned short
ushort(short) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned short by masking it with 0xFFFF i.e.
ushort(int) - 类 中的静态方法com.github.bingoohuang.utils.joou.Unsigned
Create an unsigned short
UShort - com.github.bingoohuang.utils.joou中的类
The unsigned short type
UShort(int) - 类 的构造器com.github.bingoohuang.utils.joou.UShort
Create an unsigned short
UShort(short) - 类 的构造器com.github.bingoohuang.utils.joou.UShort
Create an unsigned short by masking it with 0xFFFF i.e.
UShort(String) - 类 的构造器com.github.bingoohuang.utils.joou.UShort
Create an unsigned short
UTF_8 - 类 中的静态变量com.github.bingoohuang.utils.net.Url
 

V

valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.codec.Base64.Format
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.codec.Digest
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.UByte
Create an unsigned byte
valueOf(byte) - 类 中的静态方法com.github.bingoohuang.utils.joou.UByte
Create an unsigned byte by masking it with 0xFF i.e.
valueOf(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.UInteger
Create an unsigned int
valueOf(int) - 类 中的静态方法com.github.bingoohuang.utils.joou.UInteger
Create an unsigned int by masking it with 0xFFFFFFFF i.e.
valueOf(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.ULong
Create an unsigned long
valueOf(long) - 类 中的静态方法com.github.bingoohuang.utils.joou.ULong
Create an unsigned long by masking it with 0xFFFFFFFFFFFFFFFF i.e.
valueOf(String) - 类 中的静态方法com.github.bingoohuang.utils.joou.UShort
Create an unsigned short
valueOf(short) - 类 中的静态方法com.github.bingoohuang.utils.joou.UShort
Create an unsigned short by masking it with 0xFFFF i.e.
valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.lang.StreamGobbler.TYPE
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.net.Cookies.HttpOnly
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.net.Cookies.Secure4Https
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.bingoohuang.utils.xml.Xmls.MarshalOption
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.codec.Base64.Format
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.codec.Digest
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.lang.StreamGobbler.TYPE
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.net.Cookies.HttpOnly
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.net.Cookies.Secure4Https
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.bingoohuang.utils.xml.Xmls.MarshalOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, String, String) - 类 中的静态方法com.github.bingoohuang.utils.crypto.RSA
 

X

Xmls - com.github.bingoohuang.utils.xml中的类
 
Xmls() - 类 的构造器com.github.bingoohuang.utils.xml.Xmls
 
Xmls.MarshalOption - com.github.bingoohuang.utils.xml中的枚举
 

Z

zadd(String, double, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
zadd(String, Map<String, Double>) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
zremrangeByRank(String, long, long) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
zscore(String, String) - 类 中的方法com.github.bingoohuang.utils.redis.Redis
 
A B C D E F G H I J K L M N O P R S T U V X Z 
跳过导航链接

Copyright © 2016. All rights reserved.