索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- accept(int[]) - 接口中的方法 net.apexes.commons.lang.Algorithms.IntArrayConsumer
-
接收运算结果
- accessible(T) - 类中的静态方法 net.apexes.commons.lang.Reflect
-
Conveniently render an
AccessibleObjectaccessible - add(String) - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- addChild(String) - 类中的方法 net.apexes.commons.xml.Xml
- addChild(String, String) - 类中的方法 net.apexes.commons.xml.Xml
- addChild(Xml) - 类中的方法 net.apexes.commons.xml.Xml
- addChild(XmlElement) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Adds a child element.
- addClassPath(String) - 类中的方法 net.apexes.commons.lang.DynamicClassLoader
- addConverterHolder(Beans.ConverterHolder<?, ?>) - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
- addFile(File) - 类中的方法 net.apexes.commons.lang.DynamicClassLoader
- addFile(File...) - 接口中的方法 net.apexes.commons.lang.Zips.ZipCompress
- addFile(Path) - 类中的方法 net.apexes.commons.lang.DynamicClassLoader
- addFileParameter(String, byte[]) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件内容到表单数据中
- addFileParameter(String, byte[], String) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件内容到表单数据中
- addFileParameter(String, File) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件到表单数据中
- addFileParameter(String, File, String) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件到表单数据中
- addFileParameter(String, String, byte[]) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件内容到表单数据中
- addFileParameter(String, String, byte[], String) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个文件内容到表单数据中
- addFiles(List<File>) - 接口中的方法 net.apexes.commons.lang.Zips.ZipCompress
- addTextParameter(String, String) - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
增加一个普通字符串数据到表单数据中
- aesDecrypt(byte[], byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
AES解密
- aesEncrypt(byte[], byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
AES加密
- Algorithms - net.apexes.commons.lang中的类
- Algorithms.IntArrayConsumer - net.apexes.commons.lang中的接口
-
接收int型数组结果的消费者
- ALPHABET - 类中的静态变量 net.apexes.commons.lang.Radix62
- apply(E) - 接口中的方法 net.apexes.commons.lang.Comparators.Getter
- apply(E) - 接口中的方法 net.apexes.commons.lang.Comparators.ObjectGetter
- as(Class<P>) - 类中的方法 net.apexes.commons.lang.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface
- ascBy(Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
参与对比的属性
- ascBy(Comparators.Getter<E>) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
添加参与对比的属性,该属性升序
- ascSort(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行升序排序,为null排在前面
- ascSortNullLast(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行升序排序,为null排在后面
- AsyncExecutor<E> - net.apexes.commons.lang中的类
-
异步并行处理器。
- AsyncExecutor(int, int, AsyncExecutor.Worker<E>) - 类的构造器 net.apexes.commons.lang.AsyncExecutor
-
创建一个异步并行处理器实例。
- AsyncExecutor(int, int, AsyncExecutor.Worker<E>, AsyncExecutor.ErrorMonitor) - 类的构造器 net.apexes.commons.lang.AsyncExecutor
-
创建一个异步并行处理器实例。
- AsyncExecutor(int, int, AsyncExecutor.Worker<E>, AsyncExecutor.ErrorMonitor, ThreadFactory) - 类的构造器 net.apexes.commons.lang.AsyncExecutor
-
创建一个异步并行处理器实例。
- AsyncExecutor(int, AsyncExecutor.Worker<E>) - 类的构造器 net.apexes.commons.lang.AsyncExecutor
-
创建一个异步并行处理器实例。
- AsyncExecutor(AsyncExecutor.Worker<E>) - 类的构造器 net.apexes.commons.lang.AsyncExecutor
-
创建一个异步并行处理器实例。
- AsyncExecutor.Builder - net.apexes.commons.lang中的类
- AsyncExecutor.ErrorMonitor - net.apexes.commons.lang中的接口
-
处理线程异常的监控器。
- AsyncExecutor.Worker<E> - net.apexes.commons.lang中的接口
-
数据处理者,执行对待处理数据的处理工作。
- autoincrementFilename(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
获取自增型文件名。
B
- Base32 - net.apexes.commons.lang中的类
- Base32() - 类的构造器 net.apexes.commons.lang.Base32
- Base58 - net.apexes.commons.lang中的类
- Base58() - 类的构造器 net.apexes.commons.lang.Base58
- Base64 - net.apexes.commons.lang中的类
- Base64() - 类的构造器 net.apexes.commons.lang.Base64
- Beans - net.apexes.commons.lang中的类
- Beans.BeanCopier - net.apexes.commons.lang中的类
- Beans.Converter<S,
T> - net.apexes.commons.lang中的接口 - Beans.ConverterHolder<S,
T> - net.apexes.commons.lang中的类 - Beans.FieldConverter - net.apexes.commons.lang中的接口
- Beans.SourceHolder<S> - net.apexes.commons.lang中的类
- Beans.TargetHolder<S,
T> - net.apexes.commons.lang中的类 - bit(BigDecimal, int) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回指定位的值
- build(AsyncExecutor.Worker<E>) - 类中的方法 net.apexes.commons.lang.AsyncExecutor.Builder
- builder() - 类中的静态方法 net.apexes.commons.lang.AsyncExecutor
- Bytes - net.apexes.commons.lang中的类
- bytesToInt(byte[]) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
byte数组构成int类型值 与
Bytes.intToBytes(int)方法互逆,即 value == byteToInt(intToByte(value)) 恒为true - bytesToLong(byte[]) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
byte数组构成long类型值。
- bytesToShort(byte[]) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
byte数组构成short类型值
C
- call(Object) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- call(Object, boolean) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- call(String) - 类中的方法 net.apexes.commons.lang.Reflect
-
Call a method by its name.
- call(String, Object...) - 类中的方法 net.apexes.commons.lang.Reflect
-
Call a method by its name.
- callGet() - 类中的方法 net.apexes.commons.net.JsonHttpClient
- camelCase(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
将下划线方式字符串转为小驼峰式。
- capitalize(String) - 类中的静态方法 net.apexes.commons.lang.Beans
-
获取属性名称对应的不含set、get、is前缀的方法名称(按JavaBean规范)。
- capitalize(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
将首字节大写。
- certKeyManagers(String, String) - 类中的静态方法 net.apexes.commons.lang.Networks
-
使用base64格式的证书创建KeyManager数组
- certTrustManagers(String) - 类中的静态方法 net.apexes.commons.lang.Networks
-
使用base64格式的证书创建TrustManager数组
- checkCDATA(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Scans a special tag and if the tag is a CDATA section, append its content to
buf. - checkLiteral(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Scans the data for literal text.
- Checks - net.apexes.commons.lang中的类
- clear() - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- clearParameter() - 类中的方法 net.apexes.commons.net.HttpFileUploader
-
清除所有表单数据
- client - 类中的变量 net.apexes.commons.net.JsonHttpClient
- close() - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
停止处理并释放资源。
- close(Closeable) - 类中的静态方法 net.apexes.commons.lang.Resources
- close(Closeable...) - 类中的静态方法 net.apexes.commons.lang.Resources
- close(Object) - 类中的静态方法 net.apexes.commons.lang.Resources
- close(Object...) - 类中的静态方法 net.apexes.commons.lang.Resources
- Collects - net.apexes.commons.lang中的类
- column(String...) - 接口中的方法 net.apexes.commons.lang.EnumeRegistry.ColumnRegister
- combination(int, int, Algorithms.IntArrayConsumer) - 类中的静态方法 net.apexes.commons.lang.Algorithms
-
计算“options 选 select”的全部组合。
- Comparators - net.apexes.commons.lang中的类
- Comparators() - 类的构造器 net.apexes.commons.lang.Comparators
- Comparators.ComparatorHelper<E> - net.apexes.commons.lang中的类
- Comparators.Getter<E> - net.apexes.commons.lang中的接口
- Comparators.ObjectGetter<E,
R> - net.apexes.commons.lang中的接口 - compare(E, E) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
- compare(E, E) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对比两个值,空值排在前面
- compare(E, E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的值大小排序,null 排在前面 - compare(E, E, boolean) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的值大小排序 - compareNullLast(E, E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的值大小排序,null 排在后面 - compareTo(Enume<T>) - 类中的方法 net.apexes.commons.lang.Enume
- compareTo(ObjectId) - 类中的方法 net.apexes.commons.lang.ObjectId
- completed(byte[], int, int) - 接口中的方法 net.apexes.commons.lang.Streams.TransferCallback
- compress() - 接口中的方法 net.apexes.commons.lang.Zips.ZipCompress
- configure(EnumeRegistry.EnumeConfigurator) - 接口中的方法 net.apexes.commons.lang.EnumeRegistry.EnumeConfigure
- connect(URL, SSLContext, HostnameVerifier) - 类中的静态方法 net.apexes.commons.lang.Networks
- connectExemptSSL(URL) - 类中的静态方法 net.apexes.commons.lang.Networks
- CONNECTION_KEEP_ALIVE - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- ConsistenthashHelper - net.apexes.commons.lang中的类
-
一致性hash算法
- ConsistenthashHelper() - 类的构造器 net.apexes.commons.lang.ConsistenthashHelper
- ConsistenthashHelper(int) - 类的构造器 net.apexes.commons.lang.ConsistenthashHelper
- containsKey(String) - 类中的方法 net.apexes.commons.i18n.I18nMsg
- containsKey(String) - 接口中的方法 net.apexes.commons.i18n.I18nResource
- containsKey(String) - 类中的方法 net.apexes.commons.i18n.JdkI18nResource
- CONTENT_TYPE - 类中的静态变量 net.apexes.commons.net.NameValuePairPoster
- CONTENT_TYPE_APPLICATION_JSON - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- CONTENT_TYPE_APPLICATION_OCTETSTREAM - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- convert(Object) - 类中的方法 net.apexes.commons.lang.Beans.ConverterHolder
- convert(Object, Method, Method) - 接口中的方法 net.apexes.commons.lang.Beans.FieldConverter
- convert(S) - 接口中的方法 net.apexes.commons.lang.Beans.Converter
- ConverterHolder(Class<S>, Class<T>, Beans.Converter<S, T>) - 类的构造器 net.apexes.commons.lang.Beans.ConverterHolder
- copier() - 类中的静态方法 net.apexes.commons.lang.Beans
- copy(Object, Object, String...) - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
- copyProperties(Object, Object, String...) - 类中的静态方法 net.apexes.commons.lang.Beans
-
将一个对象的属性值赋给另一个对象的相同的属性 这两个对象必须都符合javaBean的标准
- copyProperties(Object, Object, Beans.FieldConverter, String...) - 类中的静态方法 net.apexes.commons.lang.Beans
-
将一个对象的属性值赋给另一个对象的相同的属性 这两个对象必须都符合javaBean的标准
- crc16(byte[]) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算CRC16校验
- crc16(byte[], int, int) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算CRC16校验
- crc16(byte[], int, int, int) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算CRC16校验
- crc8(byte[]) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算数组的CRC8校验值
- crc8(byte[], int, int) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算CRC8校验值
- crc8(byte[], int, int, byte) - 类中的静态方法 net.apexes.commons.lang.CRCs
-
计算CRC8校验值
- CRCs - net.apexes.commons.lang中的类
- create() - 类中的方法 net.apexes.commons.lang.Reflect
-
Call a constructor.
- create(Object...) - 类中的方法 net.apexes.commons.lang.Reflect
-
Call a constructor.
- createAnotherElement() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a new similar XML element.
- createFromLegacyFormat(int, int, int) - 类中的静态方法 net.apexes.commons.lang.ObjectId
-
Creates an ObjectId using time, machine and inc values.
- currencySymbol(String) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
D
- DATE_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- Dates - net.apexes.commons.lang中的类
- dateStart(Date) - 类中的静态方法 net.apexes.commons.lang.Dates
-
返回代表指定日期的0时的对象
- DATETIME_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- dayCompare(Date, Date) - 类中的静态方法 net.apexes.commons.lang.Dates
-
比较两日期,如果 date1 在 date2 之前、同一天、之后分别返回-1、0、1
- dayDiff(Date, Date) - 类中的静态方法 net.apexes.commons.lang.Dates
-
计算两日期相差的天数(自然天数),即 to - from
- Decimal - net.apexes.commons.lang中的类
- decimalPart(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回指定数值的小数部分
- decode(byte[]) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded byte array.
- decode(char[]) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded char array.
- decode(String) - 类中的静态方法 net.apexes.commons.lang.Base32
-
Decodes the given Base32 String to a raw byte array.
- decode(String) - 类中的静态方法 net.apexes.commons.lang.Base58
- decode(String) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded
String. - decode(String) - 类中的静态方法 net.apexes.commons.lang.Radix62
-
将62进制字符串转为数值。
- decode(String) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- decodeFast(byte[]) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
- decodeFast(char[]) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
- decodeFast(String) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Decodes a BASE64 encoded string that is known to be resonably well formatted.
- decodeToBigInteger(String) - 类中的静态方法 net.apexes.commons.lang.Base58
- decrypt(long, String) - 类中的静态方法 net.apexes.commons.lang.Skip32
- descBy(Comparators.Getter<E>) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
添加参与对比的属性,该属性倒序
- descBy(Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
参与对比的属性
- descSort(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行降序排序,为null排在前面
- descSortNullLast(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行降序排序,为null排在后面
- digest(char[]) - 类中的静态方法 net.apexes.commons.lang.Passwords
-
生成明文密码的摘要
- digest(char[]) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordDigester
- digest(String) - 类中的静态方法 net.apexes.commons.lang.Passwords
-
生成明文密码的摘要
- digestBase58(char[]) - 类中的静态方法 net.apexes.commons.lang.Passwords
-
生成明文密码的base58摘要
- digestBase58(String) - 类中的静态方法 net.apexes.commons.lang.Passwords
-
生成明文密码的base58摘要
- digester() - 类中的静态方法 net.apexes.commons.lang.Passwords
- doGet() - 类中的方法 net.apexes.commons.net.StringHttpClient
- doPost(String) - 类中的方法 net.apexes.commons.net.StringHttpClient
- doPost(String, boolean) - 类中的方法 net.apexes.commons.net.StringHttpClient
- DynamicClassLoader - net.apexes.commons.lang中的类
- DynamicClassLoader(ClassLoader) - 类的构造器 net.apexes.commons.lang.DynamicClassLoader
E
- element(String, String) - 类中的静态方法 net.apexes.commons.xml.Xml
- encode(byte[]) - 类中的静态方法 net.apexes.commons.lang.Base32
-
Encodes byte array to Base32 String.
- encode(byte[]) - 类中的静态方法 net.apexes.commons.lang.Base58
-
Encodes the given bytes in base58.
- encode(long) - 类中的静态方法 net.apexes.commons.lang.Radix62
-
将num转为62进制字符串显示。
- encode(Object) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- encode(StringHttpClient, String, boolean) - 接口中的方法 net.apexes.commons.net.StringHttpClient.RequestEncoder
- encode(StringHttpClient, String, boolean) - 类中的方法 net.apexes.commons.net.StringHttpClient.SimpleRequestEncoder
- encodeToByte(byte[], boolean) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Encodes a raw byte array into a BASE64
byte[]representation i accordance with RFC 2045. - encodeToChar(byte[], boolean) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Encodes a raw byte array into a BASE64
char[]representation i accordance with RFC 2045. - encodeToString(byte[], boolean) - 类中的静态方法 net.apexes.commons.lang.Base64
-
Encodes a raw byte array into a BASE64
Stringrepresentation i accordance with RFC 2045. - encrypt(int, String) - 类中的静态方法 net.apexes.commons.lang.Skip32
- enume(Class<E>) - 接口中的方法 net.apexes.commons.lang.EnumeRegistry.EnumeConfigurator
- Enume<T extends Comparable<T>> - net.apexes.commons.lang中的类
- Enume.This<T extends Comparable<T>,
E extends Enume.This<T, E>> - net.apexes.commons.lang中的类 - EnumeRegistry - net.apexes.commons.lang中的类
- EnumeRegistry(EnumeRegistry.EnumeConfigure) - 类的构造器 net.apexes.commons.lang.EnumeRegistry
- EnumeRegistry.ColumnRegister - net.apexes.commons.lang中的接口
- EnumeRegistry.EnumeConfigurator - net.apexes.commons.lang中的接口
- EnumeRegistry.EnumeConfigure - net.apexes.commons.lang中的接口
- EnumeRegistry.EnumeInfo<E extends Enume<? extends Comparable<?>>> - net.apexes.commons.lang中的类
- EnumeRegistry.TableColumn - net.apexes.commons.lang中的类
- EnumeRegistry.TableColumnRegister - net.apexes.commons.lang中的接口
- EnumeRegistry.TableRegister - net.apexes.commons.lang中的接口
- enumMsg(String, Locale) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- enumMsg(String, Locale, I18nMsg.Logger) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- EnumMsg - net.apexes.commons.i18n中的类
- EnumMsg(I18nResource) - 类的构造器 net.apexes.commons.i18n.EnumMsg
- EnumMsg(I18nResource, I18nMsg.Logger) - 类的构造器 net.apexes.commons.i18n.EnumMsg
- eq(E) - 类中的方法 net.apexes.commons.lang.Enume.This
-
如果此
Enume与参数对象相等,就返回true - eq(E, E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
判断两个
Enume对象是否相同 - equals(Object) - 类中的方法 net.apexes.commons.lang.Enume
- equals(Object) - 类中的方法 net.apexes.commons.lang.ObjectId
- equals(Object) - 类中的方法 net.apexes.commons.lang.Reflect
- equalsValue(E, T) - 类中的方法 net.apexes.commons.lang.ValueEnum.Helper
- eqValue(E, T) - 类中的静态方法 net.apexes.commons.lang.Enume
-
判断指定的值与
Enume对象的值是否相同 - eqValue(BigDecimal, BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
判断value1和value2的值是否相等,null的值仅等于null
- eqValue(ValueEnum<T>, T) - 类中的静态方法 net.apexes.commons.lang.ValueEnums
-
如果指定的值与枚举值相同就返回true
- eqValue(T) - 类中的方法 net.apexes.commons.lang.Enume
-
如果此
Enume的value与参数值相等,就返回true - eqValue(T) - 接口中的方法 net.apexes.commons.lang.ValueEnum
- errorMonitor(AsyncExecutor.ErrorMonitor) - 类中的方法 net.apexes.commons.lang.AsyncExecutor.Builder
-
设置处理线程异常监控器。
- Exceptions - net.apexes.commons.lang中的类
- execute(E) - 接口中的方法 net.apexes.commons.lang.AsyncExecutor.Worker
- exemptHostnameVerifier() - 类中的静态方法 net.apexes.commons.lang.Networks
-
创建一个不验证的HostnameVerifier
- exemptSSL() - 类中的方法 net.apexes.commons.net.StringHttpClient
- exemptSSLContext() - 类中的静态方法 net.apexes.commons.lang.Networks
-
创建一个不检查证书的SSLContext
- exemptTrustManagers() - 类中的静态方法 net.apexes.commons.lang.Networks
-
创建一个不检查证书的TrustManager[]
- expectedInput(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when the next character read is not the character that was expected.
F
- field(String) - 类中的方法 net.apexes.commons.lang.Reflect
-
Get a wrapped field.
- fields() - 类中的方法 net.apexes.commons.lang.Reflect
-
Get a Map containing field names and wrapped values for the fields' values.
- floorOfFive(BigDecimal, int) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
将指定数值bits位向下对齐5,如:12.586第2位向下对齐的结果为12.55
- floorOfFiveByBitwise(BigDecimal, int) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
从最后一位向前逐位向下对齐5,直到stopBits位(包含)为止,并返回每次对齐的结果
- format(String, Object...) - 类中的静态方法 net.apexes.commons.lang.Strings
-
使用 fmt 做模板格式化给定的参数,作用与
MessageFormat.format(String, Object...)相同 - format(Date, String) - 类中的静态方法 net.apexes.commons.lang.Dates
- formatKey(String, Object...) - 类中的方法 net.apexes.commons.i18n.I18nMsg
- formBase58UUID(String) - 类中的静态方法 net.apexes.commons.lang.IDs
-
将Base58编码的UUID字符串转为UUID对象。
- forNameValuePair(Iterable<Map.Entry<String, String>>) - 类中的静态方法 net.apexes.commons.lang.Networks
-
返回
application/x-www-form-urlencoded字符串,如 key1=value1&key2=value2 - forNameValuePair(Iterable<Map.Entry<String, String>>, String) - 类中的静态方法 net.apexes.commons.lang.Networks
-
返回
application/x-www-form-urlencoded字符串,如 key1=value1&key2=value2 - forNotice(String, JsonHttpClient.JsonEncoder) - 类中的静态方法 net.apexes.commons.net.JsonHttpClient
- forRequest(String) - 类中的静态方法 net.apexes.commons.net.NameValuePairPoster
- forRequest(String) - 类中的静态方法 net.apexes.commons.net.StringHttpClient
- forRequest(String, JsonHttpClient.JsonEncoder, JsonHttpClient.JsonDecoder<R>) - 类中的静态方法 net.apexes.commons.net.JsonHttpClient
- from(Class<S>) - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
- fromEnume() - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
-
支持将
Enume类型实例转为值 - fromHex(String) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
将表示十六进制值的字符串转换为byte数组 与
Bytes.toHex(byte[])方法互逆 - fromJson(String) - 接口中的方法 net.apexes.commons.net.JsonHttpClient.JsonDecoder
- fromValue(Class<E>, T) - 类中的静态方法 net.apexes.commons.lang.Enume
-
将值转为指定类型的
Enume对象 - fullName() - 类中的方法 net.apexes.commons.lang.Enume
-
获取全名称。
G
- gen() - 类中的方法 net.apexes.commons.lang.IDGenerator
- generateNumbers() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- get() - 类中的静态方法 net.apexes.commons.lang.ObjectId
-
Gets a new object id.
- get() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
返回当前页的内容
- get() - 类中的方法 net.apexes.commons.lang.Reflect
-
Get the wrapped object
- get(int) - 类中的方法 net.apexes.commons.lang.PageableHelper
-
返回指定页中的元素
- get(String) - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- get(String) - 类中的方法 net.apexes.commons.lang.Reflect
-
Get a field value.
- get(String) - 接口中的方法 net.apexes.commons.net.StringHttpClient.Header
- getAccessor(String, String, Class<?>) - 类中的静态方法 net.apexes.commons.lang.Beans
- getArch() - 类中的静态方法 net.apexes.commons.lang.Platforms
-
Returns the CPU architecture.
- getAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getAttribute(String, Object) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getAttributeNames() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Get the attribute names.
- getBooleanAttribute(String, String, String, boolean) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getCharset() - 类中的方法 net.apexes.commons.net.StringHttpClient
- getChild(int) - 类中的方法 net.apexes.commons.xml.XmlElement
- getChild(String) - 类中的方法 net.apexes.commons.xml.XmlElement
- getChildContent(String) - 类中的方法 net.apexes.commons.xml.XmlElement
- getChildren() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the child elements as a List.
- getChildren(String) - 类中的方法 net.apexes.commons.xml.XmlElement
- getChildrenCount() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the number of child elements of the element.
- getColumns() - 类中的方法 net.apexes.commons.lang.EnumeRegistry.TableColumn
- getContent() - 接口中的方法 net.apexes.commons.net.HttpFileUploader.FileParameter
- getContent() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the PCDATA content of the object.
- getContentType() - 接口中的方法 net.apexes.commons.net.HttpFileUploader.FileParameter
- getCounter() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Gets the counter.
- getCurrentCounter() - 类中的静态方法 net.apexes.commons.lang.ObjectId
-
Gets the current value of the auto-incrementing counter.
- getCurrentPageIndex() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
返回当前页序号
- getDate() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Gets the timestamp as a
Dateinstance. - getDoubleAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getDoubleAttribute(String, double) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getEndNo() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- getEndNum() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- getEnumeClass() - 类中的方法 net.apexes.commons.lang.EnumeRegistry.EnumeInfo
- getEnumeClasses() - 类中的方法 net.apexes.commons.lang.EnumeRegistry
- getEnumeInfos() - 类中的方法 net.apexes.commons.lang.EnumeRegistry
- getEnumName(Enum<?>) - 类中的方法 net.apexes.commons.i18n.EnumMsg
-
返回枚举的名称
- getEnumName(Enum<?>, String) - 类中的方法 net.apexes.commons.i18n.EnumMsg
- getEnumName(T) - 类中的方法 net.apexes.commons.i18n.EnumMsg
-
返回Enume的名称。
- getEnumName(T, String) - 类中的方法 net.apexes.commons.i18n.EnumMsg
- getErrorMessage() - 异常错误中的方法 net.apexes.commons.net.ResponseException
- getFilename() - 接口中的方法 net.apexes.commons.net.HttpFileUploader.FileParameter
- getGeneratedMachineIdentifier() - 类中的静态方法 net.apexes.commons.lang.ObjectId
-
Gets the generated machine identifier.
- getHttpProperty(String) - 类中的方法 net.apexes.commons.net.StringHttpClient
- getIntAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getIntAttribute(String, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getInvokeClassName() - 类中的静态方法 net.apexes.commons.lang.Reflect
-
获取调用本类中方法的其他类名
- getJarFile(Class<?>) - 类中的静态方法 net.apexes.commons.lang.Resources
-
获取包含指定类的jar文件
- getLineNr() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the line nr in the source data on which the element is found.
- getLineNr() - 异常错误中的方法 net.apexes.commons.xml.XmlParseException
-
Where the error occurred, or
NO_LINEif the line number is unknown. - getLocale() - 类中的方法 net.apexes.commons.i18n.EnumMsg
- getLocale() - 类中的方法 net.apexes.commons.i18n.I18nMsg
- getLocale() - 接口中的方法 net.apexes.commons.i18n.I18nResource
- getLocale() - 类中的方法 net.apexes.commons.i18n.JdkI18nResource
- getLongAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getLongAttribute(String, long) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getMachineIdentifier() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Gets the machine identifier.
- getMessage(String) - 类中的方法 net.apexes.commons.i18n.I18nMsg
- getMessage(String, String) - 类中的方法 net.apexes.commons.i18n.I18nMsg
- getName() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the name of the element.
- getOriginals() - 类中的方法 net.apexes.commons.lang.PageableHelper
- getOS() - 类中的静态方法 net.apexes.commons.lang.Platforms
-
Returns the operating system name.
- getPageCount() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
返回总页数
- getPageSize() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
返回每页的最大元素个数
- getParent() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns the parent of the element.
- getPlatform() - 类中的静态方法 net.apexes.commons.lang.Platforms
-
Returns the platform name.
- getProcessIdentifier() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Gets the process identifier.
- getProjectFile(Class<?>) - 类中的静态方法 net.apexes.commons.lang.Resources
-
获取指定类的工程目录或所在jar文件
- getProjectPath(Class<?>) - 类中的静态方法 net.apexes.commons.lang.Resources
-
获取指定类的工程路径或所在jar文件路径
- getPropertiesValues(Object) - 类中的静态方法 net.apexes.commons.lang.Beans
-
返回包含指定对象的所有可读属性及值的Map,属性名称为key,属性值为value。
- getPropertyValue(Object, String) - 类中的静态方法 net.apexes.commons.lang.Beans
-
获取bean对象的可读属性值,相当于调用属性对应的getter方法
- getQty() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- getQueueSize() - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
获取当前处理队列的元素个数
- getResponseCode() - 异常错误中的方法 net.apexes.commons.net.ResponseException
- getResponseMessage() - 异常错误中的方法 net.apexes.commons.net.ResponseException
- getStartNo() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- getStartNum() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- getString(String) - 接口中的方法 net.apexes.commons.i18n.I18nResource
- getString(String) - 类中的方法 net.apexes.commons.i18n.JdkI18nResource
- getStringAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getStringAttribute(String, String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns an attribute of the element.
- getTable() - 类中的方法 net.apexes.commons.lang.EnumeRegistry.TableColumn
- getTableColumns() - 类中的方法 net.apexes.commons.lang.EnumeRegistry.EnumeInfo
- getTime() - 类中的方法 net.apexes.commons.lang.ObjectId
-
已过时。Use #getDate instead
- getTimeSecond() - 类中的方法 net.apexes.commons.lang.ObjectId
-
已过时。Use #getTimestamp instead
- getTimestamp() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Gets the timestamp (number of seconds since the Unix epoch).
- GZIP - 类中的静态变量 net.apexes.commons.net.StringHttpClient
H
- hasAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Returns true if this element contains a attribute for the specified name.
- hash32(byte[], int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 32 bit hash from byte array with default seed value.
- hash32(byte[], int, int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 32 bit hash from byte array of the given length and seed.
- hash32(String) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 32 bit hash from a string.
- hash32(String, int, int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 32 bit hash from a substring.
- hash64(byte[], int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 64 bit hash from byte array with default seed value.
- hash64(byte[], int, int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 64 bit hash from byte array of the given length and seed.
- hash64(String) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 64 bit hash from a string.
- hash64(String, int, int) - 类中的静态方法 net.apexes.commons.lang.MurmurHash
-
Generates 64 bit hash from a substring.
- hashCode() - 类中的方法 net.apexes.commons.lang.Enume
- hashCode() - 类中的方法 net.apexes.commons.lang.ObjectId
- hashCode() - 类中的方法 net.apexes.commons.lang.Reflect
- hasPageDown() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
是否还有后一页
- hasPageUp() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
是否还有前一页
- hexFormat(byte[]) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
获取指定字节数组的HEX表示形式(每个字节用空格分隔)
- high(int, int) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回value的高bits位
- HttpFileUploader - net.apexes.commons.net中的类
-
Http文件上传
- HttpFileUploader(String) - 类的构造器 net.apexes.commons.net.HttpFileUploader
- HttpFileUploader.FileParameter - net.apexes.commons.net中的接口
- HUNDRED - 类中的静态变量 net.apexes.commons.lang.Decimal
I
- I18nMsg - net.apexes.commons.i18n中的类
- I18nMsg(I18nResource) - 类的构造器 net.apexes.commons.i18n.I18nMsg
- I18nMsg(I18nResource, I18nMsg.Logger) - 类的构造器 net.apexes.commons.i18n.I18nMsg
- I18nMsg.Logger - net.apexes.commons.i18n中的接口
- i18nResource(String, Locale) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- I18nResource - net.apexes.commons.i18n中的接口
- I18Ns - net.apexes.commons.i18n中的类
- I18Ns() - 类的构造器 net.apexes.commons.i18n.I18Ns
- idGenerator(int, short) - 类中的静态方法 net.apexes.commons.lang.IDs
-
返回一个指定命名空间的ID生成器
- idGenerator(long) - 类中的静态方法 net.apexes.commons.lang.IDs
-
返回一个指定命名空间的ID生成器
- IDGenerator - net.apexes.commons.lang中的类
- IDs - net.apexes.commons.lang中的类
- Impl() - 类的构造器 net.apexes.commons.lang.ProcessIdentifier.Impl
- integralPart(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回指定数值的整数部分
- intToBytes(int) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
int型值转换成byte数组 与
Bytes.bytesToInt(byte[])方法互逆,即 value == byteToInt(intToByte(value)) 恒为true - invalidValue(String, String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when an invalid value is given to a method.
- invalidValueSet(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when an invalid valueset is given to a method.
- isAcceptCompress() - 类中的方法 net.apexes.commons.net.StringHttpClient
- isAccessorPresent(String, String, Class<?>) - 类中的静态方法 net.apexes.commons.lang.Beans
- isActivated() - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
判断此处理器是否处于激活状态。
- isBlank(String) - 类中的静态方法 net.apexes.commons.lang.Checks
- isDateOverlap(Date, Date, Date, Date, boolean, boolean, boolean, boolean) - 类中的静态方法 net.apexes.commons.lang.Dates
-
判断指定的日期段与指定的月日段是否重叠
- isDefine() - 类中的方法 net.apexes.commons.lang.Enume
-
返回true表示为定义的Enume对象
- isDefine(Class<E>, T) - 类中的静态方法 net.apexes.commons.lang.Enume
-
如果指定值是
Enume类定义的值就返回true - isEmpty() - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- isEmpty() - 类中的方法 net.apexes.commons.lang.PageableHelper
- isEmpty(String) - 类中的静态方法 net.apexes.commons.lang.Checks
- isEmpty(Map<?, ?>) - 类中的静态方法 net.apexes.commons.lang.Checks
- isEmpty(T) - 类中的静态方法 net.apexes.commons.lang.Checks
- isEmpty(T[]) - 类中的静态方法 net.apexes.commons.lang.Checks
- isEnd() - 类中的方法 net.apexes.commons.lang.PageableHelper
- isFirst() - 类中的方法 net.apexes.commons.lang.PageableHelper
- isIgnoreWhitespace() - 类中的方法 net.apexes.commons.xml.XmlElement
- isMatching(Method, Method) - 类中的方法 net.apexes.commons.lang.Beans.ConverterHolder
- isNotBlank(String) - 类中的静态方法 net.apexes.commons.lang.Checks
- isNotConnectThrowable(Throwable) - 类中的静态方法 net.apexes.commons.lang.Networks
- isNotEmpty(String) - 类中的静态方法 net.apexes.commons.lang.Checks
- isNotEmpty(Map<?, ?>) - 类中的静态方法 net.apexes.commons.lang.Checks
- isNotEmpty(T) - 类中的静态方法 net.apexes.commons.lang.Checks
- isNotEmpty(T[]) - 类中的静态方法 net.apexes.commons.lang.Checks
- ISO8601_DATE_WITHOUT_ZONE_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- ISO8601_TIMESTAMP_WITHOUT_ZONE_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- isSameDay(Date, Date) - 类中的静态方法 net.apexes.commons.lang.Dates
-
判断指定的两个日期是否是同一天
- isUnknown() - 类中的方法 net.apexes.commons.lang.Enume
-
返回true表示为非定义的Enume对象
- isUnknown() - 类中的方法 net.apexes.commons.lang.ValueEnum.Helper
- isUnknown() - 接口中的方法 net.apexes.commons.lang.ValueEnum
- isUnknown(Class<E>, T) - 类中的静态方法 net.apexes.commons.lang.Enume
-
如果指定值不是
Enume类定义的值就返回true - isValid() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- isValid(String) - 类中的静态方法 net.apexes.commons.lang.ObjectId
-
Checks if a string could be an
ObjectId. - iterationCount(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordDigester
- iterationCount(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordValidater
J
- JdkI18nResource - net.apexes.commons.i18n中的类
- JdkI18nResource(String, Locale) - 类的构造器 net.apexes.commons.i18n.JdkI18nResource
- JseProcessIdentifier - net.apexes.commons.lang.ext中的类
- JseProcessIdentifier() - 类的构造器 net.apexes.commons.lang.ext.JseProcessIdentifier
- JsonHttpClient<R> - net.apexes.commons.net中的类
- JsonHttpClient(String, JsonHttpClient.JsonEncoder, JsonHttpClient.JsonDecoder<R>) - 类的构造器 net.apexes.commons.net.JsonHttpClient
- JsonHttpClient.JsonDecoder<R> - net.apexes.commons.net中的接口
- JsonHttpClient.JsonEncoder - net.apexes.commons.net中的接口
- JsonHttpClient.JsonHttpNoticer - net.apexes.commons.net中的类
- JsonHttpNoticer(String, JsonHttpClient.JsonEncoder) - 类的构造器 net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer
K
- keepStructure(OutputStream) - 类中的静态方法 net.apexes.commons.lang.Zips
- keyLength(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordDigester
- keyLength(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordValidater
L
- log(StringHttpClient.Header, String, String) - 接口中的方法 net.apexes.commons.net.StringHttpClient.CallLogger
- logFormatError(Locale, Exception, String, Object...) - 接口中的方法 net.apexes.commons.i18n.I18nMsg.Logger
- logger - 类中的变量 net.apexes.commons.i18n.I18nMsg
- logNotFoundKey(Locale, String) - 接口中的方法 net.apexes.commons.i18n.I18nMsg.Logger
- longToBytes(long) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
long型值转换成byte数组。
- low(int, int) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回value的低bits位
- ltrim(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
去除字符串前面空白
M
- macBytes() - 类中的静态方法 net.apexes.commons.lang.Networks
- macString() - 类中的静态方法 net.apexes.commons.lang.Networks
-
获取本机的MAC地址的字符串格式。
- macValue() - 类中的静态方法 net.apexes.commons.lang.Networks
-
获取本机的MAC地址的Long值
- max(BigDecimal, BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
- md5(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的MD5码
- md5(InputStream) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取输入流中数据的MD5码
- md5(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的MD5码
- md5(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的MD5码
- md5(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的MD5码
- md5Base58String(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的Base58编码MD5码
- md5Base58String(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码MD5码
- md5Base58String(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码MD5码
- md5Base58String(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码MD5码
- md5HexString(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的Hex编码MD5码
- md5HexString(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex编码MD5码
- md5HexString(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex编码MD5码
- md5HexString(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex编码MD5码
- md5Id(String) - 类中的静态方法 net.apexes.commons.lang.IDs
-
用指定的文本的md5并生成一个长度为22字节的ID
- METHOD_GET - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- METHOD_POST - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- min(BigDecimal, BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
- MMDD_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- msg(String, Locale) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- msg(String, Locale, I18nMsg.Logger) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- MurmurHash - net.apexes.commons.lang中的类
-
Murmur hash 2.0
- MurmurHash() - 类的构造器 net.apexes.commons.lang.MurmurHash
- mutualAuthSSLContext(String, String, String) - 类中的静态方法 net.apexes.commons.lang.Networks
-
创建一个支持双向认证的SSLContext
- myPid() - 类中的静态方法 net.apexes.commons.lang.ext.JseProcessIdentifier
N
- name() - 类中的方法 net.apexes.commons.lang.Enume
-
返回此
Enume的定义名称,非定义的返回null - name(String) - 类中的静态方法 net.apexes.commons.xml.Xml
- NamedThreadFactory - net.apexes.commons.lang中的类
- NamedThreadFactory(String) - 类的构造器 net.apexes.commons.lang.NamedThreadFactory
- NamedThreadFactory(String, boolean) - 类的构造器 net.apexes.commons.lang.NamedThreadFactory
- NameValuePairPoster - net.apexes.commons.net中的类
- NameValuePairPoster(String) - 类的构造器 net.apexes.commons.net.NameValuePairPoster
- ne(E) - 类中的方法 net.apexes.commons.lang.Enume.This
-
如果此
Enume与参数对象不相等,就返回true - negate(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
获取指定数值的负数值,如果数值为 null 则返回 null
- net.apexes.commons.i18n - 程序包 net.apexes.commons.i18n
- net.apexes.commons.lang - 程序包 net.apexes.commons.lang
- net.apexes.commons.lang.ext - 程序包 net.apexes.commons.lang.ext
- net.apexes.commons.net - 程序包 net.apexes.commons.net
- net.apexes.commons.xml - 程序包 net.apexes.commons.xml
- Networks - net.apexes.commons.lang中的类
- networkTimeMillis() - 类中的静态方法 net.apexes.commons.lang.Dates
-
获取网络时间戳
- networkTimeMillis(int, String...) - 类中的静态方法 net.apexes.commons.lang.Dates
-
从指定的网络地址获取网络时间戳
- networkTimeMillis(String...) - 类中的静态方法 net.apexes.commons.lang.Dates
-
从指定的网络地址获取网络时间戳
- networkTimeMillis(ExecutorService, int, String...) - 类中的静态方法 net.apexes.commons.lang.Dates
-
从指定的网络地址获取网络时间戳
- networkTimeMillis(ExecutorService, String...) - 类中的静态方法 net.apexes.commons.lang.Dates
-
从指定的网络地址获取网络时间戳
- neValue(T) - 类中的方法 net.apexes.commons.lang.Enume
-
如果此
Enume的value与参数值不相等,就返回true - newId() - 类中的静态方法 net.apexes.commons.lang.IDs
-
生成一个长度为22字节的ID
- newInstance(String) - 类中的方法 net.apexes.commons.lang.DynamicClassLoader
- newObjectId() - 类中的静态方法 net.apexes.commons.lang.IDs
-
生成一个长度不超过17字节的ObjectId字符串
- newThread(Runnable) - 类中的方法 net.apexes.commons.lang.NamedThreadFactory
- NO_LINE - 异常错误中的静态变量 net.apexes.commons.xml.XmlParseException
-
Indicates that no line number has been associated with this exception.
- node(XmlElement, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- nodeAttr(XmlElement, String, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- nodeAttr(XmlElement, String, String, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- nodeContent(XmlElement, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- nodesSnapshoot() - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- notice(Object) - 类中的方法 net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer
- notice(Object, boolean) - 类中的方法 net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer
- notStructure(OutputStream) - 类中的静态方法 net.apexes.commons.lang.Zips
- nullableComparator(Comparator<E>, boolean) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
包装一个支持 null 的
Comparator对象 - nullFirstComparator(Comparator<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
包装一个 null 值排在前面的
Comparator对象 - nullFirstCompare(E, E) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对比两个值,空值排在前面
- nullLast() - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
为null排在后面
- nullLastComparator(Comparator<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
包装一个 null 值排在后面的
Comparator对象 - nullLastCompare(E, E) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对比两个值,空值排在后面
- nullToZero(Double) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回0,否则返回value
- nullToZero(Float) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回0,否则返回value
- nullToZero(Integer) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回0,否则返回value
- nullToZero(Long) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回0,否则返回value
- nullToZero(Short) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回0,否则返回value
- nullToZero(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
如果value为null返回BigDecimal.ZERO,否则返回value
- NumberRangeHelper - net.apexes.commons.lang中的类
- NumberRangeHelper() - 类的构造器 net.apexes.commons.lang.NumberRangeHelper
- NumberRangeHelper(String, int) - 类的构造器 net.apexes.commons.lang.NumberRangeHelper
- NumberRangeHelper(String, String) - 类的构造器 net.apexes.commons.lang.NumberRangeHelper
- Numbers - net.apexes.commons.lang中的类
O
- ObjectId - net.apexes.commons.lang中的类
-
A globally unique identifier for objects.
- ObjectId() - 类的构造器 net.apexes.commons.lang.ObjectId
-
Create a new object id.
- ObjectId(byte[]) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Constructs a new instance from the given byte array
- ObjectId(int, int, int) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Creates an ObjectId using the given time, machine identifier, and counter.
- ObjectId(String) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Constructs a new instance from a 24-byte hexadecimal string representation.
- ObjectId(Date) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Constructs a new instance using the given date.
- ObjectId(Date, int) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Constructs a new instances using the given date and counter.
- ObjectId(Date, int, int) - 类的构造器 net.apexes.commons.lang.ObjectId
-
Constructs a new instances using the given date, machine identifier, and counter.
- offer(E) - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
将指定元素加入到处理队列中(如果立即可行且不会违反容量限制),成功时返回 true,如果当前没有可用的空间,则返回 false。
- offer(E, long, TimeUnit) - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
将指定元素插入处理队列中,在到达指定的等待时间前等待可用的空间(如果有必要)
- omitString(String, int) - 类中的静态方法 net.apexes.commons.lang.Strings
-
按指定长度,省略字符串部分字符
- on(Class<?>) - 类中的静态方法 net.apexes.commons.lang.Reflect
-
Wrap a class.
- on(Object) - 类中的静态方法 net.apexes.commons.lang.Reflect
-
Wrap an object.
- on(String) - 类中的静态方法 net.apexes.commons.lang.Reflect
-
Wrap a class name.
- onError(Exception) - 接口中的方法 net.apexes.commons.lang.AsyncExecutor.ErrorMonitor
- openConnection(String, URL, boolean) - 类中的方法 net.apexes.commons.net.StringHttpClient
- orderBy(Comparators.Getter<E>) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
添加参与对比的属性,该属性升序
- orderBy(Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
参与对比的属性
- orderBy(Comparators.Getter<E>, boolean) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
添加参与对比的属性
- orderBy(Comparators.Getter<E>, boolean) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
参与对比的属性
- orderBy(Comparators.ObjectGetter<E, R>, Comparator<R>) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
添加参与对比的属性
- orderBy(Comparators.ObjectGetter<E, R>, Comparator<R>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
添加参与对比的属性
- ordinal() - 类中的方法 net.apexes.commons.lang.Enume
-
返回此
Enume对象的序号,如果是unknown的返回-1 - ordinalCompare(E, E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的定义先后排序,null 排在前面 - ordinalCompare(E, E, boolean) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的定义先后排序 - ordinalCompareNullLast(E, E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
按
Enume的定义先后排序,null 排在后面
P
- PageableHelper<T> - net.apexes.commons.lang中的类
-
分页辅助类
- PageableHelper() - 类的构造器 net.apexes.commons.lang.PageableHelper
- PageableHelper(int) - 类的构造器 net.apexes.commons.lang.PageableHelper
- PageableHelper(List<T>, int) - 类的构造器 net.apexes.commons.lang.PageableHelper
- pageDown() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
后翻一页并返回翻页后的内容
- pageUp() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
前翻一页并返回翻页后的内容
- parallelism(int) - 类中的方法 net.apexes.commons.lang.AsyncExecutor.Builder
-
设置并行处理线程数。
- parse(String, String) - 类中的静态方法 net.apexes.commons.lang.Dates
- parseAdaptive(String) - 类中的静态方法 net.apexes.commons.lang.Dates
- parseCharArray(char[], int, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a char array and parses it.
- parseCharArray(char[], int, int, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a char array and parses it.
- parseFromReader(Reader) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseFromReader(Reader, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a java.io.Reader and parses it.
- parseString(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a String and parses it.
- parseString(String, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a String and parses it.
- parseString(String, int, int, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads one XML element from a String and parses it.
- Passwords - net.apexes.commons.lang中的类
- Passwords() - 类的构造器 net.apexes.commons.lang.Passwords
- Passwords.PasswordDigester - net.apexes.commons.lang中的接口
- Passwords.PasswordValidater - net.apexes.commons.lang中的接口
- permutation(int, Algorithms.IntArrayConsumer) - 类中的静态方法 net.apexes.commons.lang.Algorithms
-
对 options 个元素进行全排列(算法采用字典序法)。
- Platforms - net.apexes.commons.lang中的类
- Platforms() - 类的构造器 net.apexes.commons.lang.Platforms
- pool(String) - 类中的静态方法 net.apexes.commons.lang.NamedThreadFactory
- post(Map<String, String>) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- post(Map<String, String>, String) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- processId() - 类中的方法 net.apexes.commons.lang.ext.JseProcessIdentifier
- processId() - 类中的静态方法 net.apexes.commons.lang.ProcessIdentifier.Impl
- processId() - 接口中的方法 net.apexes.commons.lang.ProcessIdentifier
- ProcessIdentifier - net.apexes.commons.lang中的接口
- ProcessIdentifier.Impl - net.apexes.commons.lang中的类
- PROPERTY_ACCEPT_ENCODING - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- PROPERTY_CONNECTION - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- PROPERTY_CONTENT_ENCODING - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- PROPERTY_CONTENT_LEN - 类中的静态变量 net.apexes.commons.net.StringHttpClient
- PROPERTY_CONTENT_TYPE - 类中的静态变量 net.apexes.commons.net.StringHttpClient
Q
- queueCapacity(int) - 类中的方法 net.apexes.commons.lang.AsyncExecutor.Builder
-
设置待处理队列的最大容量。
R
- Radix62 - net.apexes.commons.lang中的类
- Radix62() - 类的构造器 net.apexes.commons.lang.Radix62
- randomBase58UUID() - 类中的静态方法 net.apexes.commons.lang.IDs
-
随机生成一个长度为22字节的UUID字符串
- randomLetter(int) - 类中的静态方法 net.apexes.commons.lang.Strings
-
返回一个定长的随机纯字母字符串(只包含大小写字母)
- randomNumber(int) - 类中的静态方法 net.apexes.commons.lang.Strings
-
生成一个定长的随机纯数字字符串
- randomString(int) - 类中的静态方法 net.apexes.commons.lang.Strings
-
返回一个定长的随机字符串(只包含大小写字母、数字)
- read(InputStream) - 接口中的方法 net.apexes.commons.net.StringHttpClient.ResponseReader
- read(InputStream) - 类中的方法 net.apexes.commons.net.StringHttpClient.SimpleResponseReader
- readChar() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Reads a character from a reader.
- Reflect - net.apexes.commons.lang中的类
- ReflectException - net.apexes.commons.lang中的异常错误
-
A unchecked wrapper for any of Java's checked reflection exceptions:
- ReflectException() - 异常错误的构造器 net.apexes.commons.lang.ReflectException
- ReflectException(String) - 异常错误的构造器 net.apexes.commons.lang.ReflectException
- ReflectException(String, Throwable) - 异常错误的构造器 net.apexes.commons.lang.ReflectException
- ReflectException(Throwable) - 异常错误的构造器 net.apexes.commons.lang.ReflectException
- remove(String) - 类中的方法 net.apexes.commons.lang.ConsistenthashHelper
- removeAttribute(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Removes an attribute.
- removeChild(XmlElement) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Removes a child element.
- resolveEntity(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Resolves an entity.
- resource - 类中的变量 net.apexes.commons.i18n.I18nMsg
- Resources - net.apexes.commons.lang中的类
- ResponseException - net.apexes.commons.net中的异常错误
- ResponseException(int, String) - 异常错误的构造器 net.apexes.commons.net.ResponseException
- ResponseException(int, String, String) - 异常错误的构造器 net.apexes.commons.net.ResponseException
- rethrow(Throwable) - 类中的静态方法 net.apexes.commons.lang.Exceptions
- rethrowCause(Throwable) - 类中的静态方法 net.apexes.commons.lang.Exceptions
- rtrim(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
去除字符串后面空白
- runScript(Reader) - 类中的方法 net.apexes.commons.lang.SQLScriptRunner
-
Runs an SQL script (read in using the Reader parameter) using the connection passed in
S
- saltLength(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordDigester
- saltLength(int) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordValidater
- save(XmlElement, File, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- save(XmlElement, File, Charset) - 类中的静态方法 net.apexes.commons.xml.Xmls
- scanElement(XmlElement) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Scans an XML element.
- scanIdentifier(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Scans an identifier from the current reader.
- scanPCData(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Scans a #PCDATA element.
- scanString(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
This method scans a delimited string from the current reader.
- scanWhitespace() - 类中的方法 net.apexes.commons.xml.XmlElement
-
This method scans an identifier from the current reader.
- scanWhitespace(StringBuilder) - 类中的方法 net.apexes.commons.xml.XmlElement
-
This method scans an identifier from the current reader.
- ScriptRunner - net.apexes.commons.lang中的类
-
已过时。
- ScriptRunner(Connection, boolean, boolean) - 类的构造器 net.apexes.commons.lang.ScriptRunner
-
已过时。
- Secrets - net.apexes.commons.lang中的类
- set(String, Object) - 类中的方法 net.apexes.commons.lang.Reflect
-
Set a field value.
- set(ProcessIdentifier) - 类中的静态方法 net.apexes.commons.lang.ProcessIdentifier.Impl
- setAcceptCompress(boolean) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setAcceptCompress(boolean) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setAttr(String, Object) - 类中的方法 net.apexes.commons.xml.Xml
- setAttribute(String, Object) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Adds or modifies an attribute.
- setCharset(String) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setConnectTimeout(int) - 类中的方法 net.apexes.commons.net.HttpFileUploader
- setConnectTimeout(int) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setConnectTimeout(int) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setConnectTimeout(int) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setContent(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Changes the content string.
- setDelimiter(String, boolean) - 类中的方法 net.apexes.commons.lang.SQLScriptRunner
- setDoubleAttribute(String, double) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Adds or modifies an attribute.
- setHostNameVerifier(HostnameVerifier) - 类中的方法 net.apexes.commons.net.HttpFileUploader
- setHostNameVerifier(HostnameVerifier) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setHostNameVerifier(HostnameVerifier) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setHostNameVerifier(HostnameVerifier) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setHttpProperty(String, String) - 类中的方法 net.apexes.commons.net.HttpFileUploader
- setHttpProperty(String, String) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setHttpProperty(String, String) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setHttpProperty(String, String) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setIntAttribute(String, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Adds or modifies an attribute.
- setLongAttribute(String, long) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Adds or modifies an attribute.
- setName(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Changes the name of the element.
- setOriginals(List<T>) - 类中的方法 net.apexes.commons.lang.PageableHelper
- setOriginals(List<T>, int) - 类中的方法 net.apexes.commons.lang.PageableHelper
- setParent(XmlElement) - 类中的方法 net.apexes.commons.xml.XmlElement
- setPropertyValue(Object, String, Object) - 类中的静态方法 net.apexes.commons.lang.Beans
-
设置bean对象的可写属性值,相当于调用属性对应的setter方法
- setReadTimeout(int) - 类中的方法 net.apexes.commons.net.HttpFileUploader
- setReadTimeout(int) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setReadTimeout(int) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setReadTimeout(int) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setReference(String, int) - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- setReference(String, String) - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- setRequestEncoder(StringHttpClient.RequestEncoder) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setRequestEncoder(StringHttpClient.RequestEncoder) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setRequestEncoder(StringHttpClient.RequestEncoder) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setRequestLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setRequestLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setRequestLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setResponseLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setResponseLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setResponseLogger(StringHttpClient.CallLogger) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setResponseReader(StringHttpClient.ResponseReader) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setResponseReader(StringHttpClient.ResponseReader) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setResponseReader(StringHttpClient.ResponseReader) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setSslContext(SSLContext) - 类中的方法 net.apexes.commons.net.HttpFileUploader
- setSslContext(SSLContext) - 类中的方法 net.apexes.commons.net.JsonHttpClient
- setSslContext(SSLContext) - 类中的方法 net.apexes.commons.net.NameValuePairPoster
- setSslContext(SSLContext) - 类中的方法 net.apexes.commons.net.StringHttpClient
- setUnknownValue(T) - 类中的方法 net.apexes.commons.lang.ValueEnum.Helper
- setUnknownValue(T) - 接口中的方法 net.apexes.commons.lang.ValueEnum
- setValue(String) - 类中的方法 net.apexes.commons.xml.Xml
- sha1(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的SHA1码
- sha1(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的SHA1码
- sha1(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的SHA1码
- sha1(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的SHA1码
- sha1Base58String(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的Base58编码SHA1码
- sha1Base58String(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码SHA1码
- sha1Base58String(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码SHA1码
- sha1Base58String(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Base58编码SHA1码
- sha1HexString(byte[]) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符数组的Hex格式SHA1码
- sha1HexString(String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex格式SHA1码
- sha1HexString(String, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex格式SHA1码
- sha1HexString(String, Charset) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
获取字符串的Hex格式SHA1码
- shortToBytes(short) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
short型转byte数组
- SimpleRequestEncoder() - 类的构造器 net.apexes.commons.net.StringHttpClient.SimpleRequestEncoder
- SimpleResponseReader() - 类的构造器 net.apexes.commons.net.StringHttpClient.SimpleResponseReader
- single(String) - 类中的静态方法 net.apexes.commons.lang.NamedThreadFactory
- Skip32 - net.apexes.commons.lang中的类
- Skip32() - 类的构造器 net.apexes.commons.lang.Skip32
- skip32Decrypt(long, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
将使用skip32加密的值解密
- skip32Encrypt(int, String) - 类中的静态方法 net.apexes.commons.lang.Secrets
-
将value进行skip32加密
- skipComment() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Skips a comment.
- skipSpecialTag(int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Skips a special tag or comment.
- snapshoot() - 接口中的方法 net.apexes.commons.lang.Zips.ZipCompress
- sort(List<E>) - 类中的方法 net.apexes.commons.lang.Comparators.ComparatorHelper
-
对指定的列表进行排序
- sort(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行升序排序,为null的排在前面
- sort(List<E>, Comparators.Getter<E>, boolean) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行排序,为null的排在前面
- sortNullLast(List<E>, Comparators.Getter<E>) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行排序,为null排在后面
- sortNullLast(List<E>, Comparators.Getter<E>, boolean) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
对列表进行排序,为null排在后面
- splitCount(Collection<T>, int) - 类中的静态方法 net.apexes.commons.lang.Collects
-
按指定数量拆分小集合
- splitCount(Map<K, V>, int) - 类中的静态方法 net.apexes.commons.lang.Collects
-
按指定数量拆分 Map
- splitLimit(Collection<T>, int) - 类中的静态方法 net.apexes.commons.lang.Collects
-
将指定集合分折成多个大小不大于 limit 的小集合
- SQLScriptRunner - net.apexes.commons.lang中的类
-
Tool to run database scripts
- SQLScriptRunner(Connection, boolean, boolean) - 类的构造器 net.apexes.commons.lang.SQLScriptRunner
-
Default constructor
- start() - 类中的方法 net.apexes.commons.lang.AsyncExecutor
-
启动处理,调用此方法后要调用
AsyncExecutor.close()方法释放资源。 - Streams - net.apexes.commons.lang中的类
- Streams.TransferCallback - net.apexes.commons.lang中的接口
- StringHttpClient - net.apexes.commons.net中的类
- StringHttpClient(String) - 类的构造器 net.apexes.commons.net.StringHttpClient
- StringHttpClient(String, String) - 类的构造器 net.apexes.commons.net.StringHttpClient
- StringHttpClient.CallLogger - net.apexes.commons.net中的接口
- StringHttpClient.Header - net.apexes.commons.net中的接口
- StringHttpClient.RequestEncoder - net.apexes.commons.net中的接口
- StringHttpClient.ResponseReader - net.apexes.commons.net中的接口
- StringHttpClient.SimpleRequestEncoder - net.apexes.commons.net中的类
- StringHttpClient.SimpleResponseReader - net.apexes.commons.net中的类
- Strings - net.apexes.commons.lang中的类
- stringToHTMLString(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
将指定的字符串转换成适合HTML格式的字符串。
- syntaxError(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when a syntax error occured.
T
- table(String) - 接口中的方法 net.apexes.commons.lang.EnumeRegistry.TableRegister
- This(T) - 类的构造器 net.apexes.commons.lang.Enume.This
- threadFactory(ThreadFactory) - 类中的方法 net.apexes.commons.lang.AsyncExecutor.Builder
-
设置处理线程的线程工厂。
- TIMESTAMP_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
- to(Class<T>) - 类中的方法 net.apexes.commons.lang.Beans.SourceHolder
- toBase58UUID(UUID) - 类中的静态方法 net.apexes.commons.lang.IDs
-
将UUID转成使用Base58编码的22字节字符串。
- toByteArray() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Convert to a byte array.
- toByteArray(InputStream) - 类中的静态方法 net.apexes.commons.lang.Streams
- toByteArray(UUID) - 类中的静态方法 net.apexes.commons.lang.IDs
-
获取UUID的字节数组。
- toCompactString() - 类中的方法 net.apexes.commons.xml.XmlElement
- toEnd() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
翻到最后一页
- toEnume(Class<E>) - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
-
支持将值转为
Enume类型实例 - toEnumes(Collection<Class<? extends Enume<?>>>) - 类中的方法 net.apexes.commons.lang.Beans.BeanCopier
-
支持将值转为
Enume类型实例 - toFirst() - 类中的方法 net.apexes.commons.lang.PageableHelper
-
翻到第一页
- toHex(byte) - 类中的静态方法 net.apexes.commons.lang.Bytes
- toHex(byte[]) - 类中的静态方法 net.apexes.commons.lang.Bytes
-
以十六进制字符串形式显示byte数组 与
Bytes.fromHex(String)方法互逆 - toHex(int) - 类中的静态方法 net.apexes.commons.lang.Bytes
- toHex(long) - 类中的静态方法 net.apexes.commons.lang.Bytes
- toHex(short) - 类中的静态方法 net.apexes.commons.lang.Bytes
- toHexString() - 类中的方法 net.apexes.commons.lang.ObjectId
-
Converts this instance into a 24-byte hexadecimal string representation.
- toJson(Object) - 接口中的方法 net.apexes.commons.net.JsonHttpClient.JsonEncoder
- toLocale(String) - 类中的静态方法 net.apexes.commons.i18n.I18Ns
- toString() - 类中的方法 net.apexes.commons.lang.Decimal
- toString() - 类中的方法 net.apexes.commons.lang.Enume
- toString() - 类中的方法 net.apexes.commons.lang.NumberRangeHelper
- toString() - 类中的方法 net.apexes.commons.lang.ObjectId
- toString() - 类中的方法 net.apexes.commons.lang.Reflect
- toString() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Writes the XML element to a string.
- toString(InputStream, String) - 类中的静态方法 net.apexes.commons.lang.Streams
- toString(Throwable) - 类中的静态方法 net.apexes.commons.lang.Exceptions
- toStringMongod() - 类中的方法 net.apexes.commons.lang.ObjectId
-
已过时。
- toUUID(byte[]) - 类中的静态方法 net.apexes.commons.lang.IDs
-
将字节数组转成UUID。
- toValue(E) - 类中的静态方法 net.apexes.commons.lang.Enume
-
获取
Enume对象的值 - toValue(E) - 类中的静态方法 net.apexes.commons.lang.ValueEnums
-
获取枚举的值
- toZip(OutputStream, boolean, boolean, File...) - 类中的静态方法 net.apexes.commons.lang.Zips
- toZip(OutputStream, boolean, boolean, List<File>) - 类中的静态方法 net.apexes.commons.lang.Zips
- toZip(OutputStream, boolean, File...) - 类中的静态方法 net.apexes.commons.lang.Zips
- toZip(OutputStream, boolean, List<File>) - 类中的静态方法 net.apexes.commons.lang.Zips
- toZip(OutputStream, File...) - 类中的静态方法 net.apexes.commons.lang.Zips
- toZip(OutputStream, List<File>) - 类中的静态方法 net.apexes.commons.lang.Zips
- transfer(File, OutputStream, boolean) - 类中的静态方法 net.apexes.commons.lang.Streams
-
将文件输出到输出流中
- transfer(InputStream, OutputStream) - 类中的静态方法 net.apexes.commons.lang.Streams
- transfer(InputStream, OutputStream, Streams.TransferCallback) - 类中的静态方法 net.apexes.commons.lang.Streams
- trimZero(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
返回去掉不影响数值大小的0后的BigDecimal
- trimZeroString(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Numbers
-
将数值转为字符串形式并去掉不影响数值大小的0
- type() - 类中的方法 net.apexes.commons.lang.Reflect
-
Get the type of the wrapped object.
U
- uncapitalize(String) - 类中的静态方法 net.apexes.commons.lang.Beans
-
获取与不含set、get、is前缀的方法名称对应的属性(按JavaBean规范)。
- uncapitalize(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
将首字节小写。
- underscore(String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
将驼峰式字符串转换为下划线小写方式。
- unexpectedEndOfData() - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when the end of the data input has been reached.
- unknownEntity(String) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Creates a parse exception for when an entity could not be resolved.
- unknownHelper() - 类中的静态方法 net.apexes.commons.lang.ValueEnum.Helper
- unreadChar(char) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Pushes a character back to the read-back buffer.
- unzip(Path, String) - 类中的静态方法 net.apexes.commons.lang.Zips
-
将指定的zip文件中的内容(不含zip文件名目录)解压缩到descDir目录中
- upload() - 类中的方法 net.apexes.commons.net.HttpFileUploader
- url(String, String) - 类中的静态方法 net.apexes.commons.lang.Networks
V
- validate(char[], byte[]) - 接口中的方法 net.apexes.commons.lang.Passwords.PasswordValidater
- validate(char[], String) - 类中的静态方法 net.apexes.commons.lang.Passwords
- validate(String, String) - 类中的静态方法 net.apexes.commons.lang.Passwords
- validateBase58(char[], String) - 类中的静态方法 net.apexes.commons.lang.Passwords
- validateBase58(String, String) - 类中的静态方法 net.apexes.commons.lang.Passwords
- validater() - 类中的静态方法 net.apexes.commons.lang.Passwords
- value() - 类中的方法 net.apexes.commons.lang.Enume
-
返回此
Enume对象的value - value() - 类中的方法 net.apexes.commons.lang.ValueEnum.Helper
- value() - 接口中的方法 net.apexes.commons.lang.ValueEnum
- valueClass(Class<?>) - 类中的静态方法 net.apexes.commons.lang.Enume
-
如果指定类是Enume的子类,返回value的类型,否则返回null
- ValueEnum<T> - net.apexes.commons.lang中的接口
- ValueEnum.Helper<T> - net.apexes.commons.lang中的类
- ValueEnums - net.apexes.commons.lang中的类
- ValueEnums() - 类的构造器 net.apexes.commons.lang.ValueEnums
- valueHelper(T) - 类中的静态方法 net.apexes.commons.lang.ValueEnum.Helper
- valueOf(Class<? extends Enume<?>>, Object) - 类中的静态方法 net.apexes.commons.lang.Enume
-
将值转为指定类型的
Enume对象 - valueOf(Class<E>, T) - 类中的静态方法 net.apexes.commons.lang.ValueEnums
-
将值转为指定类型的枚举
- valueOf(BigDecimal) - 类中的静态方法 net.apexes.commons.lang.Decimal
- values(Class<E>) - 类中的静态方法 net.apexes.commons.lang.Enume
-
返回所有定义的
Enume对象 - verifyEnumeClass(Class<E>) - 类中的静态方法 net.apexes.commons.lang.Enume
-
如果指定的类不是有效的Enume子类,将抛出异常
- verifyNotEmpty(String, String) - 类中的静态方法 net.apexes.commons.lang.Checks
- verifyNotEmpty(Collection<?>, String) - 类中的静态方法 net.apexes.commons.lang.Checks
- verifyNotEmpty(T[], String) - 类中的静态方法 net.apexes.commons.lang.Checks
- verifyNotNull(Object, String) - 类中的静态方法 net.apexes.commons.lang.Checks
- verifyNotNull(T) - 类中的静态方法 net.apexes.commons.lang.Checks
- versionCompare(String, String) - 类中的静态方法 net.apexes.commons.lang.Comparators
-
比较 version1 和 version2,如果 version1 小于、等于、大于 version2 分别返回 -1、0、1
- versionCompare(String, String) - 类中的静态方法 net.apexes.commons.lang.Strings
-
比较version1和version2,如果version1小于、等于、大于version2分别返回 -1、0、1
W
- with(Beans.Converter<S, T>) - 类中的方法 net.apexes.commons.lang.Beans.TargetHolder
- write(Writer) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Writes the XML element to a writer.
- write(Writer, boolean, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Writes the XML element to a writer.
- write(Writer, int) - 类中的方法 net.apexes.commons.xml.XmlElement
-
Writes the XML element to a writer.
- write(Writer, XmlElement, boolean, int, int) - 类中的静态方法 net.apexes.commons.xml.XmlElement
-
Writes the XML element to a writer.
- writeEncoded(Writer, String) - 类中的静态方法 net.apexes.commons.xml.XmlElement
-
Writes a string encoded to a writer.
X
- xml(File, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- xml(File, Charset) - 类中的静态方法 net.apexes.commons.xml.Xmls
- xml(InputStream, String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- xml(InputStream, Charset) - 类中的静态方法 net.apexes.commons.xml.Xmls
- xml(Reader) - 类中的静态方法 net.apexes.commons.xml.Xmls
- xml(String) - 类中的静态方法 net.apexes.commons.xml.Xmls
- Xml - net.apexes.commons.xml中的类
- Xml(String) - 类的构造器 net.apexes.commons.xml.Xml
- XmlElement - net.apexes.commons.xml中的类
-
XmlElement is a representation of an XML object.
- XmlElement() - 类的构造器 net.apexes.commons.xml.XmlElement
-
Creates and initializes a new XML element.
- XmlElement(boolean) - 类的构造器 net.apexes.commons.xml.XmlElement
-
Creates and initializes a new XML element.
- XmlElement(Map<String, char[]>) - 类的构造器 net.apexes.commons.xml.XmlElement
-
Creates and initializes a new XML element.
- XmlElement(Map<String, char[]>, boolean) - 类的构造器 net.apexes.commons.xml.XmlElement
-
Creates and initializes a new XML element.
- XmlElement(Map<String, char[]>, boolean, boolean) - 类的构造器 net.apexes.commons.xml.XmlElement
-
Creates and initializes a new XML element.
- XmlParseException - net.apexes.commons.xml中的异常错误
-
An XmlParseException is thrown when an error occures while parsing an XML string.
- XmlParseException(String, int, String) - 异常错误的构造器 net.apexes.commons.xml.XmlParseException
-
Creates an exception.
- XmlParseException(String, String) - 异常错误的构造器 net.apexes.commons.xml.XmlParseException
-
Creates an exception.
- Xmls - net.apexes.commons.xml中的类
Y
- yearStart(Date) - 类中的静态方法 net.apexes.commons.lang.Dates
-
获取指定日期所在年份的第一天
- YYYYMMDD_PATTERN - 类中的静态变量 net.apexes.commons.lang.Dates
Z
- Zips - net.apexes.commons.lang中的类
- Zips() - 类的构造器 net.apexes.commons.lang.Zips
- Zips.ZipCompress - net.apexes.commons.lang中的接口
All Classes and Interfaces|常量字段值|所有程序包|序列化表格