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

A

AbstractExtNameRenamePolicy - cn.featherfly.common.io.file.rename中的类
是否包含扩展名的抽象重命名策略
AbstractExtNameRenamePolicy() - 类 的构造器cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
 
AbstractMemberMatcher<T extends java.lang.reflect.Member> - cn.featherfly.common.lang.matcher中的类
Member抽象匹配接口
AbstractMemberMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.AbstractMemberMatcher
 
add(E) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
addAll(Collection<T>, T...) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
批量添加元素到集合,如果collection==null返回false,或者elements为空返回false,其他情况请参考Collections.addAll(Collection, Object...)
addAll(Collection<? extends E>) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
addBlack(T) - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
添加项到黑名单
addBlack(T...) - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
添加多个项到黑名单
addBlack(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
添加项到黑名单
addBlack(T...) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
添加多个项到黑名单
addChildNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
添加子节点
addChildNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
添加子节点
addChildNodes(TreeNode<E>...) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
批量添加子节点
addChildNodes(List<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
批量添加子节点
addChildNodes(T...) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
批量添加子节点
addChildNodes(List<T>) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
批量添加子节点
addEnumeration(Enumeration<E>) - 类 中的方法cn.featherfly.common.lang.ClassLoaderUtils.AggregateIterator
 
addErrorMessage(String) - 类 中的方法cn.featherfly.common.validate.Errors
set errorMessage
addFieldError(FieldError) - 类 中的方法cn.featherfly.common.validate.Errors
set fieldError
addMatcher(M) - 类 中的方法cn.featherfly.common.data.GroupMatcher
add matcher
addMatcher(M...) - 类 中的方法cn.featherfly.common.data.GroupMatcher
add matchers
addMatcher(Collection<M>) - 类 中的方法cn.featherfly.common.data.GroupMatcher
add matchers
addProperty(T, String, Object) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
添加属性值(如果添加目标是Collection,则会一直添加,如果是其他类型同setProperty) .
addProperty(E, String, Object) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
添加属性值(如果添加目标是Collection,则会一直添加,如果是其他类型同setProperty)
addProperty(String, String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
添加环境变量,如果指定key已经存在值,则再添加到最后,使用PathSeparator隔离(windows ; linux :)
addSignBeforeUpper(String, char, boolean) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将驼峰的单词改为指定符号连接的单词.
addVariable(String, Object) - 接口 中的方法cn.featherfly.common.form.Parameter
添加变量
addWhite(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
添加项到白名单
addWhite(T...) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
添加多个项到白名单
addWhite(T) - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
添加项到白名单
addWhite(T...) - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
添加多个项到白名单
afterDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以日为最小单位判断第一个日期是否晚于第二个日期 .
afterDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以日为最小单位判断第一个日期是否晚于第二个日期
afterHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以小时为最小单位判断第一个日期是否晚于第二个日期 .
afterHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以小时为最小单位判断第一个日期是否晚于第二个日期
afterMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以分钟为最小单位判断第一个日期是否晚于第二个日期 .
afterMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以分钟为最小单位判断第一个日期是否晚于第二个日期
afterMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以月为最小单位判断第一个日期是否晚于第二个日期 .
afterMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以月为最小单位判断第一个日期是否晚于第二个日期
afterSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以秒为最小单位判断第一个日期是否晚于第二个日期 .
afterSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以秒为最小单位判断第一个日期是否晚于第二个日期
afterYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以年为最小单位判断第一个日期是否晚于第二个日期 .
afterYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以年为最小单位判断第一个日期是否晚于第二个日期
AggregateIterator() - 类 的构造器cn.featherfly.common.lang.ClassLoaderUtils.AggregateIterator
 
AllowPolicy<T> - cn.featherfly.common.policy中的接口
允许列表策略
append(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
追加字符串,如果字符串为null,忽略.
append(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
追加字符串,如果字符串为null,忽略.
appendExtName(String, String) - 类 中的方法cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
为重命名的文件名称附加扩展名
appendRequestParams(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
为传入URI附加请求参数 .
appendRequestParams(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
为传入URI附加请求参数
ArrayUtils - cn.featherfly.common.lang中的类
数组的工具类 .
Assert - cn.featherfly.common.lang中的类
断言工具类,对于满足断言的情况,抛出指定异常 一般用于检查传入参数是否合法
Assert(Class<E>) - 类 的构造器cn.featherfly.common.lang.Assert
 
ASSERT - 接口 中的静态变量cn.featherfly.common.storage.Storage
 
AssertIllegalArgument - cn.featherfly.common.lang中的类
断言工具类,对于满足断言的情况,抛出IllegalArgumentException异常.
AssertLocalizedException - cn.featherfly.common.exception中的类
已过时。
AssertLocalizedException(Class<E>) - 类 的构造器cn.featherfly.common.exception.AssertLocalizedException
已过时。
 
AssertUtils - cn.featherfly.common.lang中的类
断言工具类,对于满足断言的情况,抛出指定异常 一般用于检查传入参数是否合法
AutoAsyncExecutor - cn.featherfly.common.lang.executor中的类
执行者实现,如果设置了线程池则使用异步调用,否则同步调用.
AutoAsyncExecutor() - 类 的构造器cn.featherfly.common.lang.executor.AutoAsyncExecutor
 

B

BaseException - cn.featherfly.common.exception中的异常错误
BaseException
BaseException() - 异常错误 的构造器cn.featherfly.common.exception.BaseException
 
BaseException(String, Throwable, boolean, boolean) - 异常错误 的构造器cn.featherfly.common.exception.BaseException
 
BaseException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.BaseException
 
BaseException(String) - 异常错误 的构造器cn.featherfly.common.exception.BaseException
 
BaseException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.BaseException
 
BeanDescriptor<T> - cn.featherfly.common.bean中的类
java bean 的描述信息 .
BeanDescriptor(Class<T>) - 类 的构造器cn.featherfly.common.bean.BeanDescriptor
Instantiates a new bean descriptor.
BeanProperty<T> - cn.featherfly.common.bean中的类
java bean 的属性
BeanProperty(String, Field, Class<T>, Method, Method, Class<?>, Class<?>) - 类 的构造器cn.featherfly.common.bean.BeanProperty
 
BeanPropertyAnnotationMatcher - cn.featherfly.common.bean.matcher中的类
注解匹配的属性查找条件类
BeanPropertyAnnotationMatcher(Class<?>...) - 类 的构造器cn.featherfly.common.bean.matcher.BeanPropertyAnnotationMatcher
使用并集判断逻辑来匹配.
BeanPropertyAnnotationMatcher(Logic, Class<?>...) - 类 的构造器cn.featherfly.common.bean.matcher.BeanPropertyAnnotationMatcher
使用指定的判断逻辑来匹配.
BeanPropertyClassMatcher - cn.featherfly.common.bean.matcher中的类
类型匹配的属性查找条件类
BeanPropertyClassMatcher(Class<?>...) - 类 的构造器cn.featherfly.common.bean.matcher.BeanPropertyClassMatcher
使用交集判断逻辑来匹配.
BeanPropertyFactory - cn.featherfly.common.bean中的接口
BeanPropertyFactory接口
BeanPropertyMatcher - cn.featherfly.common.bean.matcher中的接口
属性匹配接口
BeanPropertyNameRegexMatcher - cn.featherfly.common.bean.matcher中的类
正则匹配名称的属性查找条件类
BeanPropertyNameRegexMatcher(String) - 类 的构造器cn.featherfly.common.bean.matcher.BeanPropertyNameRegexMatcher
 
BeanPropertyNameRegexMatcher(String, int) - 类 的构造器cn.featherfly.common.bean.matcher.BeanPropertyNameRegexMatcher
 
BeanUtils - cn.featherfly.common.bean中的类
JAVA BEAN 工具类.
beforeDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以日为最小单位判断第一个日期是否早于第二个日期 .
beforeDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以日为最小单位判断第一个日期是否早于第二个日期
beforeHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以小时为最小单位判断第一个日期是否早于第二个日期 .
beforeHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以小时为最小单位判断第一个日期是否早于第二个日期
beforeMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以分钟为最小单位判断第一个日期是否早于第二个日期 .
beforeMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以分钟为最小单位判断第一个日期是否早于第二个日期
beforeMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以月为最小单位判断第一个日期是否早于第二个日期 .
beforeMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以月为最小单位判断第一个日期是否早于第二个日期
beforeSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以秒为最小单位判断第一个日期是否早于第二个日期 .
beforeSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以秒为最小单位判断第一个日期是否早于第二个日期
beforeYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以年为最小单位判断第一个日期是否早于第二个日期 .
beforeYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以年为最小单位判断第一个日期是否早于第二个日期
BIG5 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
BIG5 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
BIG5
BlackListPolicy<T,P extends BlackListPolicy<T,P>> - cn.featherfly.common.policy中的接口
黑名单策略

C

castGenericType(Class<?>, T) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
Class泛型参数强制转型
ChainMap<K,V> - cn.featherfly.common.structure中的接口
chian put map
changeDepth(int) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
改变当前节点的depth,级联改变子孙节点
Charset - cn.featherfly.common.constant中的接口
已过时。
charset - 异常错误 中的变量cn.featherfly.common.exception.LocalizedException
 
Charsets - cn.featherfly.common.constant中的接口
字符集的常量
Children - cn.featherfly.common.structure.tree.annotation中的注释类型
树结构对象标注获取子节点的方法
ChineseNumber - cn.featherfly.common.lang.number中的类
The Class ChineseNumber.
ChineseNumber() - 类 的构造器cn.featherfly.common.lang.number.ChineseNumber
Instantiates a new chinese number.
ChineseNumber(boolean) - 类 的构造器cn.featherfly.common.lang.number.ChineseNumber
Instantiates a new chinese number.
ClassLoaderUtils - cn.featherfly.common.lang中的类
类加载器工具
ClassLoaderUtils.AggregateIterator<E> - cn.featherfly.common.lang中的类
聚合成一个能进行重复迭代和过滤的枚举实例。
ClassUtils - cn.featherfly.common.lang中的类
class处理的工具类
clear() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
清除黑名单和白名单
clear() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
clearBlackList() - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
清除黑名单
clearBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
清除黑名单
clearDirectory(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
清空指定目录中的文件。
clearDirectory(File, boolean) - 类 中的静态方法cn.featherfly.common.io.FileUtils
清空指定目录中的文件。
clearDirectory(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
清空指定目录中的文件。
clearWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
清除白名单
clearWhiteList() - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
清除白名单
clone() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回一个复制的节点,迭代复制所有节点
clone() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
复制
cloneAsRoot() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
复制节点并改变为根节点
cloneAsRoot() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
复制节点并改变为根节点
cn.featherfly.common.bean - 程序包 cn.featherfly.common.bean
 
cn.featherfly.common.bean.matcher - 程序包 cn.featherfly.common.bean.matcher
 
cn.featherfly.common.bean.rule - 程序包 cn.featherfly.common.bean.rule
 
cn.featherfly.common.bytecode - 程序包 cn.featherfly.common.bytecode
 
cn.featherfly.common.constant - 程序包 cn.featherfly.common.constant
 
cn.featherfly.common.data - 程序包 cn.featherfly.common.data
 
cn.featherfly.common.enums - 程序包 cn.featherfly.common.enums
 
cn.featherfly.common.exception - 程序包 cn.featherfly.common.exception
 
cn.featherfly.common.form - 程序包 cn.featherfly.common.form
 
cn.featherfly.common.io - 程序包 cn.featherfly.common.io
 
cn.featherfly.common.io.file - 程序包 cn.featherfly.common.io.file
 
cn.featherfly.common.io.file.rename - 程序包 cn.featherfly.common.io.file.rename
 
cn.featherfly.common.lang - 程序包 cn.featherfly.common.lang
 
cn.featherfly.common.lang.asserts - 程序包 cn.featherfly.common.lang.asserts
 
cn.featherfly.common.lang.date - 程序包 cn.featherfly.common.lang.date
 
cn.featherfly.common.lang.executor - 程序包 cn.featherfly.common.lang.executor
 
cn.featherfly.common.lang.matcher - 程序包 cn.featherfly.common.lang.matcher
 
cn.featherfly.common.lang.number - 程序包 cn.featherfly.common.lang.number
 
cn.featherfly.common.lang.reflect - 程序包 cn.featherfly.common.lang.reflect
 
cn.featherfly.common.lang.string - 程序包 cn.featherfly.common.lang.string
 
cn.featherfly.common.locale - 程序包 cn.featherfly.common.locale
 
cn.featherfly.common.location - 程序包 cn.featherfly.common.location
 
cn.featherfly.common.log - 程序包 cn.featherfly.common.log
 
cn.featherfly.common.policy - 程序包 cn.featherfly.common.policy
 
cn.featherfly.common.storage - 程序包 cn.featherfly.common.storage
 
cn.featherfly.common.storage.file - 程序包 cn.featherfly.common.storage.file
 
cn.featherfly.common.storage.stream - 程序包 cn.featherfly.common.storage.stream
 
cn.featherfly.common.structure - 程序包 cn.featherfly.common.structure
 
cn.featherfly.common.structure.page - 程序包 cn.featherfly.common.structure.page
 
cn.featherfly.common.structure.tree - 程序包 cn.featherfly.common.structure.tree
 
cn.featherfly.common.structure.tree.annotation - 程序包 cn.featherfly.common.structure.tree.annotation
 
cn.featherfly.common.structure.tree.matcher - 程序包 cn.featherfly.common.structure.tree.matcher
 
cn.featherfly.common.structure.tree.util - 程序包 cn.featherfly.common.structure.tree.util
 
cn.featherfly.common.validate - 程序包 cn.featherfly.common.validate
 
CollectionUtils - cn.featherfly.common.lang中的类
集合类工具 .
Collector<D,P> - cn.featherfly.common.data中的接口
Collector
COMPARE_EQ - 类 中的静态变量cn.featherfly.common.lang.Dates
日期比较等于的常量.
COMPARE_EQ - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
日期比较等于的常量.
COMPARE_GT - 类 中的静态变量cn.featherfly.common.lang.Dates
日期比较大于的常量.
COMPARE_GT - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
日期比较大于的常量.
COMPARE_LT - 类 中的静态变量cn.featherfly.common.lang.Dates
日期比较小于的常量.
COMPARE_LT - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
日期比较小于的常量.
compareDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以日为最小单位比较日期大小.
compareDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以日为最小单位比较日期大小.
compareHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以小时为最小单位比较日期大小.
compareHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以小时为最小单位比较日期大小.
compareMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以分钟为最小单位比较日期大小.
compareMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以分钟为最小单位比较日期大小.
compareMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以月为最小单位比较日期大小.
compareMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以月为最小单位比较日期大小.
compareSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以秒为最小单位比较日期大小.
compareSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以秒为最小单位比较日期大小.
compareYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以年为最小单位比较日期大小.
compareYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以年为最小单位比较日期大小.
concat(Object, Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
数组链接 .
constract(Tree<E>) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
返回树的结构字符串
constract(TreeNode<E>) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
返回树节点的结构字符串
contain(T[], T) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
判断第一个传入的数组中是否存在第二个参数 .
contain(String[], String, boolean) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
判断第一个传入的字符串数组中是否存在第二个传入的字符串.
contains(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断一个String里是不是包含另一个String.
contains(String[], String) - 类 中的静态方法cn.featherfly.common.lang.Strings
字符串数组中是否包含指定的字符串.大小写敏感
contains(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断一个String里是不是包含另一个String
contains(String[], String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
字符串数组中是否包含指定的字符串.大小写敏感
contains(Object) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
containsAll(Collection<?>) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
containsIgnoreCase(String[], String) - 类 中的静态方法cn.featherfly.common.lang.Strings
不区分大小写判定字符串数组中是否包含指定的字符串。.
containsIgnoreCase(String[], String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
不区分大小写判定字符串数组中是否包含指定的字符串。
containsKey(String) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
containsKey(String) - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
 
containString(String[], String, boolean) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
convert(Class<T>) - 接口 中的方法cn.featherfly.common.form.Parameter
转换
convert(Class<T>, String) - 接口 中的方法cn.featherfly.common.form.Parameter
转换
convert(File) - 接口 中的方法cn.featherfly.common.io.file.FileConvention
将文件转换为指定对象.
convert(Number, Class<T>) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
转换数字对象到指定数字类型 .
convertSeparator(String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
转换 \ 为 /
copyAnnotations(Method, CtMethod, CtClass) - 类 中的静态方法cn.featherfly.common.bytecode.JavassistUtils
 
copyDirectory(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
复制文件夹.
copyDirectory(String, String, FileFilter) - 类 中的静态方法cn.featherfly.common.io.FileUtils
复制文件夹.
copyFile(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
复制文件.
copyFileToDirectory(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
复制文件到指定文件夹.
copyProperties(E, E) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性复制,复制源和复制目标必须是一样的类型或者继承关系
copyProperties(E, E, CopyRuleEnum) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性复制,复制源和复制目标必须是一样的类型或者继承关系
copyProperties(E, E, CopyRule) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性复制,复制源和复制目标必须是一样的类型或者继承关系
copyProperty(E, E, String) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象指定的属性复制
copyProperty(E, E, String, CopyRuleEnum) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象指定的属性复制
copyProperty(E, E, String, CopyRule) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象指定的属性复制
CopyRule - cn.featherfly.common.bean.rule中的接口
属性复制的规则
CopyRuleAlwaysCopy - cn.featherfly.common.bean.rule中的类
始终复制
CopyRuleAlwaysCopy() - 类 的构造器cn.featherfly.common.bean.rule.CopyRuleAlwaysCopy
 
CopyRuleEnum - cn.featherfly.common.bean.rule中的枚举
自带的复制规则类型的枚举
CopyRuleIgnoreCaseEmpty - cn.featherfly.common.bean.rule中的类
如果复制源属性值为null或empty则不复制(empty判断array,collection,map,string)
CopyRuleIgnoreCaseEmpty() - 类 的构造器cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseEmpty
 
CopyRuleIgnoreCaseNull - cn.featherfly.common.bean.rule中的类
如果复制源属性值为null则不复制
CopyRuleIgnoreCaseNull() - 类 的构造器cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseNull
 
CountValidateCodeGenerator - cn.featherfly.common.validate中的类
VerifyCodeGenerator .
CountValidateCodeGenerator() - 类 的构造器cn.featherfly.common.validate.CountValidateCodeGenerator
Instantiates a new count validate code generator.
CountValidateCodeGenerator(int) - 类 的构造器cn.featherfly.common.validate.CountValidateCodeGenerator
Instantiates a new count validate code generator.
crc32(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
generate crc32 long number.
crc32Hex(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
generate crc32 hex string.
create(String, Field, Class<T>, Method, Method, Class<?>, Class<?>) - 接口 中的方法cn.featherfly.common.bean.BeanPropertyFactory
创建指定类型指定属性对应的BeanProperty
create(String, Field, Class<T>, Method, Method, Class<?>, Class<?>) - 类 中的方法cn.featherfly.common.bean.ReflectionBeanPropertyFactory
创建指定类型指定属性对应的BeanProperty
create(Class<T>, int) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
创建数组 .
createAnnotations(Method, CtClass) - 类 中的静态方法cn.featherfly.common.bytecode.JavassistUtils
 
createDirectory(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
创建文件夹,自动创建不存在的父目录.
createFile(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
文件的创建 如果路经不存在,则自动创建路经 .
createMemberValue(Object, ConstPool) - 类 中的静态方法cn.featherfly.common.bytecode.JavassistUtils
 
createMethod(Method, CtClass, ClassPool) - 类 中的静态方法cn.featherfly.common.bytecode.JavassistUtils
 
createRelativeDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建相对路径对象
createTargetFile(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建实际存储的文件

D

DateLocalDirStorage<E> - cn.featherfly.common.storage中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
DateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.DateLocalDirStorage
 
Dates - cn.featherfly.common.lang中的类
日期的帮助类 .
Dates.TimeType - cn.featherfly.common.lang中的枚举
时间类型 millisecond 毫秒 second 秒 minute 分钟 hour 小时 day 日.
DateUtils - cn.featherfly.common.lang中的类
已过时。
DateUtils.TimeType - cn.featherfly.common.lang中的枚举
已过时。
时间类型 millisecond 毫秒 second 秒 minute 分钟 hour 小时 day 日
debug(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
debug.
debug(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
记录日志(debug级别) .
debugObject(Object, Logger) - 类 中的方法cn.featherfly.common.lang.LogUtils
将对象属性信息图输出到日志 .
debugObject(Object, Logger, String) - 类 中的方法cn.featherfly.common.lang.LogUtils
将对象属性信息图输出到日志 .
DefaultLocaleManager - cn.featherfly.common.locale中的类
SimpleLocaleManager
DefaultLocaleManager() - 类 的构造器cn.featherfly.common.locale.DefaultLocaleManager
 
delete(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定文件或目录。.
delete(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定文件或目录。.
delete(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
删除对象
delete(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
删除对象
delete(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
删除对象
delete(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
删除对象
delete(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
删除对象
deleteDir(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定目录及其中的所有内容。.
deleteDir(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定目录及其中的所有内容。.
deleteFile(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定文件。.
deleteFile(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
删除指定文件。.
destroy() - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
销毁
DOT - 类 中的静态变量cn.featherfly.common.bean.BeanDescriptor
句号(.)

E

each(T[], BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
Each.
each(Iterable<T>, BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
Each.
each(T[], BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.Lang
Each.
each(Iterable<T>, BiConsumer<T, Integer>) - 类 中的静态方法cn.featherfly.common.lang.Lang
Each.
each(NodeExecutor<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
该节点及其所有子节点使用传入执行器进行操作 深度优先
each(NodeExecutor<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
树的所有子节点使用传入执行器进行操作
each(NodeExecutor<T>) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
该节点及其所有子节点使用传入执行器进行操作 深度优先
element() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
EMPTY_BOOLEAN_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - 类 中的静态变量cn.featherfly.common.lang.ArrayUtils
An empty immutable String array.
encode(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
use ISO8859-1 as the input str charset, encode it to UTF-8.
encode(String, Charset) - 类 中的静态方法cn.featherfly.common.lang.Strings
将一个字符串进行转码处理,使用系统默认字符集解码并使用传入字符集进行编码.
encode(String, Charset, Charset) - 类 中的静态方法cn.featherfly.common.lang.Strings
将一个字符串进行转码处理.
encode(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
将一个字符串进行转码处理.
encode(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
将一个字符串进行转码处理.
encode(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
use ISO8859-1 as the input str charset, encode it to UTF-8
encode(String, Charset) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将一个字符串进行转码处理,使用系统默认字符集解码并使用传入字符集进行编码.
encode(String, Charset, Charset) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将一个字符串进行转码处理.
encode(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将一个字符串进行转码处理.
encode(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将一个字符串进行转码处理.
endWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断字符串是否以指定字符串结束,如果需要判断的源文本为null,返回false.
endWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断字符串是否以指定字符串结束,如果需要判断的源文本为null,返回false.
equals(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
equals(Object, Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
安全的equals,防止空指针异常 .
equals(Object, Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
安全的equals,防止空指针异常 .
equals(Object) - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
equals(Object) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
equals(Object) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
Equals - cn.featherfly.common.structure.tree.annotation中的注释类型
树结构对象标注判断是否相同的方法,返回boolean类型
equals(Object) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
 
equalsDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以日为最小单位判断第一个日期是否等于第二个日期 .
equalsDay(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以日为最小单位判断第一个日期是否等于第二个日期
equalsHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以小时为最小单位判断第一个日期是否等于第二个日期 .
equalsHour(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以小时为最小单位判断第一个日期是否等于第二个日期
equalsMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以分钟为最小单位判断第一个日期是否等于第二个日期 .
equalsMinute(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以分钟为最小单位判断第一个日期是否等于第二个日期
equalsMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以月为最小单位判断第一个日期是否等于第二个日期 .
equalsMonth(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以月为最小单位判断第一个日期是否等于第二个日期
equalsSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以秒为最小单位判断第一个日期是否等于第二个日期 .
equalsSecond(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以秒为最小单位判断第一个日期是否等于第二个日期
equalsYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
以年为最小单位判断第一个日期是否等于第二个日期 .
equalsYear(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
以年为最小单位判断第一个日期是否等于第二个日期
error(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
error.
error(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
记录日志(error级别) .
Errors - cn.featherfly.common.validate中的类
 
Errors() - 类 的构造器cn.featherfly.common.validate.Errors
 
exception - 类 中的变量cn.featherfly.common.exception.ExceptionWrapper
exception type.
exception - 类 中的变量cn.featherfly.common.lang.Assert
exception type
ExceptionCode - cn.featherfly.common.exception中的接口
异常code
ExceptionCodeException - cn.featherfly.common.exception中的异常错误
ExceptionCodeException
ExceptionCodeException() - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionCodeException(ExceptionCode, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ExceptionCodeException
构造方法
ExceptionWrapper<E extends java.lang.RuntimeException> - cn.featherfly.common.exception中的类
ExceptionWrapper .
ExceptionWrapper(Class<E>) - 类 的构造器cn.featherfly.common.exception.ExceptionWrapper
Instantiates a new exception wrapper.
Executable - cn.featherfly.common.lang.executor中的接口
可执行接口
execute(Executable) - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
 
execute() - 接口 中的方法cn.featherfly.common.lang.executor.Executable
执行
execute(Executable) - 接口 中的方法cn.featherfly.common.lang.executor.Executor
执行
execute(T) - 接口 中的方法cn.featherfly.common.structure.tree.NodeExecutor
 
Executor - cn.featherfly.common.lang.executor中的接口
执行者

F

FieldAnnotationMatcher - cn.featherfly.common.lang.matcher中的类
匹配Field的注解的实现
FieldAnnotationMatcher(Class<?>...) - 类 的构造器cn.featherfly.common.lang.matcher.FieldAnnotationMatcher
使用并集判断逻辑来匹配.
FieldAnnotationMatcher(Logic, Class<?>...) - 类 的构造器cn.featherfly.common.lang.matcher.FieldAnnotationMatcher
使用指定的判断逻辑来匹配.
FieldError - cn.featherfly.common.validate中的类
 
FieldError() - 类 的构造器cn.featherfly.common.validate.FieldError
 
FieldGroupMatcher - cn.featherfly.common.lang.matcher中的类
Field匹配组
FieldGroupMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.FieldGroupMatcher
 
FieldGroupMatcher(Logic, FieldMatcher...) - 类 的构造器cn.featherfly.common.lang.matcher.FieldGroupMatcher
 
FieldGroupMatcher(FieldMatcher...) - 类 的构造器cn.featherfly.common.lang.matcher.FieldGroupMatcher
 
FieldMatcher - cn.featherfly.common.lang.matcher中的接口
Field匹配接口
FieldModifierMatcher - cn.featherfly.common.lang.matcher中的类
匹配Field Modifier的实现
FieldModifierMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.FieldModifierMatcher
 
FieldModifierMatcher(Modifier) - 类 的构造器cn.featherfly.common.lang.matcher.FieldModifierMatcher
 
FieldNameRegexMatcher - cn.featherfly.common.lang.matcher中的类
正则匹配Field名称的实现
FieldNameRegexMatcher(String) - 类 的构造器cn.featherfly.common.lang.matcher.FieldNameRegexMatcher
 
FieldNameRegexMatcher(String, int) - 类 的构造器cn.featherfly.common.lang.matcher.FieldNameRegexMatcher
 
FieldTypeMatcher - cn.featherfly.common.lang.matcher中的类
匹配Field的类型的实现
FieldTypeMatcher(Class<?>) - 类 的构造器cn.featherfly.common.lang.matcher.FieldTypeMatcher
 
FieldTypeMatcher(Class<?>, boolean) - 类 的构造器cn.featherfly.common.lang.matcher.FieldTypeMatcher
 
FileConvention - cn.featherfly.common.io.file中的接口
文件转换器.
FileDateLocalDirStorage - cn.featherfly.common.storage.file中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
FileDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileDateLocalDirStorage
 
FileLocalAndRemoteStorage - cn.featherfly.common.storage.file中的类
本地和远程都存储的存储实现 copyright featherfly 2010-2020, all rights reserved.
FileLocalAndRemoteStorage(FileLocalDirStorage, List<RemoteFileStorage>) - 类 的构造器cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
 
FileLocalDirStorage - cn.featherfly.common.storage.file中的类
抽象文件存储对象 copyright featherfly 2010-2020, all rights reserved.
FileLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileLocalDirStorage
 
FileProjectModuleDateDirStorage - cn.featherfly.common.storage.file中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
FileProjectModuleDateDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
 
FileStorage - cn.featherfly.common.storage.file中的接口
文件存储
FileUtils - cn.featherfly.common.io中的类
文件操作类
此类中封装一些常用的文件操作
.
FileWrapper - cn.featherfly.common.io.file中的类
文件包装类
FileWrapper(File) - 类 的构造器cn.featherfly.common.io.file.FileWrapper
构造方法
fill(T[], T[]) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
fill target array with source array .
fillingAtStart(N, int, char) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
传入数字长度低于传入最小长度则使用传入字符补全在开头使长度达到最小长度 .
fillProperties(Map<String, Object>, E) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
用传入的MAP填充传入的bean的属性值(可写属性),忽略map中的null值.
fillProperties(Map<String, Object>, E, boolean) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
用传入的MAP填充传入的bean的属性值(可写属性).
filterHtml(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
过滤<, >, " 等html字符的方法。.
filterHtml(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
过滤<, >, " 等html字符的方法。
find(TreeNodeMatcher<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
查找指定匹配节点
find(String) - 类 中的方法cn.featherfly.common.structure.tree.Tree
查找指定id的节点
find(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
查找指定节点
findBeanProperty(BeanPropertyMatcher) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
查找并返回第一个符合条件BeanProperty.
findBeanPropertys(BeanPropertyMatcher) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
查找并返回所有符合条件BeanProperty的集合.
findField(Class<?>, FieldMatcher) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
查找并返回第一个符合条件的Field.
findFields(Class<?>, FieldMatcher) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
查找并返回所有符合条件Field的集合.
findMethod(Class<?>, MethodMatcher) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
查找并返回第一个符合条件的Method.
findMethods(Class<?>, MethodMatcher) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
查找并返回所有符合条件Method的集合.
findProgeny(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
从子孙节点中找到指定节点,并将其返回.
findProgeny(String) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
从子孙节点中找到指定id的节点,并将其返回
findProgeny(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
从子孙节点中找到指定节点,并将其返回.
findProgeny(String) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
从子孙节点中找到指定id的节点,并将其返回
findTreeNode(TreeNodeMatcher<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
从子孙节点中找到第一个匹配的节点,并将其返回(包含自身)
findTreeNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
从子孙节点中找到指定节点,并将其返回(包含自身)
findTreeNode(String) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
从子孙节点中找到指定id的节点,并将其返回(包含自身)
findTreeNode(TreeNodeMatcher<T>) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
从子孙节点中找到第一个匹配的节点,并将其返回(包含自身)
findTreeNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
从子孙节点中找到指定节点,并将其返回(包含自身)
findTreeNode(String) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
从子孙节点中找到指定id的节点,并将其返回(包含自身)
Form<P extends Parameter> - cn.featherfly.common.form中的接口
表单
formart(Date, String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
使用传入的格式化参数进行格式化
formartDate(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
使用yyyy-MM-dd进行格式化
formartTime(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
使用yyyy-MM-dd hh:mm:ss进行格式化
format(LocalDateTime, String) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用传入的格式化参数进行格式化.
format(Date, String) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用传入的格式化参数进行格式化.
format(String, Object...) - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
format str.
format(String, Map<String, Object>) - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
format str.
format(String, Object) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Object, Object) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Object[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Object[], char) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Object[], char, char) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Map<String, Object>) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Map<String, Object>, char) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, Map<String, Object>, char, char) - 类 中的静态方法cn.featherfly.common.lang.Strings
format str.
format(String, String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将传入字符串中[#数字]的字符串使用传入的参数替换(第几个替换#数字) 例如:[#1] is a [#2],"lilei","boy",返回lilei is a boy
format(String, Map<String, String>) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
format str.
formatDate(LocalDateTime) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用yyyy-MM-dd进行格式化.
formatDate(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用yyyy-MM-dd进行格式化.
formatTime(LocalDateTime) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用yyyy-MM-dd hh:mm:ss进行格式化.
formatTime(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用yyyy-MM-dd hh:mm:ss进行格式化.
forName(String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
查找指定类型
FRIDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期五.
FRIDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期五.
fromMap(Map<String, Object>, Class<E>) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
以传入类型生成的实例对象,并用传入的MAP填充其属性值(可写属性,忽略map中的null值).
fromMap(Map<String, Object>, Class<E>, boolean) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
以传入类型生成的实例对象,并用传入的MAP填充其属性值(可写属性).

G

GB18030 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
GB18030 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
GB18030
GB2312 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
GB2312 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
GB2312
GBK - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
GBK - 接口 中的静态变量cn.featherfly.common.constant.Charsets
GBK
generate() - 类 中的方法cn.featherfly.common.validate.CountValidateCodeGenerator
generate(int) - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
使用系统默认字符源生成验证码.
generate(int, String) - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
使用指定源生成验证码.
generate() - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
generate() - 接口 中的方法cn.featherfly.common.validate.ValidateCodeGenerator
 
generateUUID() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
返回默认的UUID字符串(长度32位)
generateUUID22Chars() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
生成长度为22的UUID.包含字符( a到z,`1234567890-=~!
generateUUID22Letters() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
生成长度为22的UUID.包含字符( a到z,A到Z,0到9,-_ ).
generateUUID32() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
生成长度为32的UUID
generateUUID36() - 类 中的静态方法cn.featherfly.common.lang.UUIDGenerator
生成长度为36的UUID
generateVerifyCode(int) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
使用系统默认字符源生成验证码
generateVerifyCode(int, String) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
使用指定源生成验证码
GenericClass<T> - cn.featherfly.common.lang.reflect中的类
GenericClass
GenericClass(Class<T>) - 类 的构造器cn.featherfly.common.lang.reflect.GenericClass
 
GenericType<T> - cn.featherfly.common.lang中的接口
GenericType
get(String, Class<T>) - 接口 中的方法cn.featherfly.common.form.Parameter
获取参数
get(List<T>) - 类 中的静态方法cn.featherfly.common.lang.Randoms
以给定的列表为源,随机抽取其中一个元素返回
get(K) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
Gets the key of value.
getAge(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用系统当前日期与传入出生日期比较获得年龄 .
getAge(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
使用传入比较日期与传入出生日期比较获得年龄.参数只要有一个为null,则返回null
getAge(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
使用系统当前日期与传入出生日期比较获得年龄
getAge(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
使用传入比较日期与传入出生日期比较获得年龄.参数只要有一个为null,则返回null
getAncestors() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回当前节点的所有祖先节点.
getAncestors() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回当前节点的所有祖先节点.
getAnnotatedFields(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)被指定注解(annotationType)标注的所有字段【成员变量】(field) 会把父类里有被标注的字段也进行返回
getAnnotatedFields(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)被指定注解(annotationType)标注的所有字段【成员变量】(field) fromSuper 为 true 时会把父类里有被标注的字段也进行返回,为false则只返回本类的
getAnnotatedMethods(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)被指定注解(annotationType)标注的公共(public)方法(method)
getAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回当前对象的指定类型注解.
getAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回当前属性的指定类型注解.
getAnnotation(A1, Class<A2>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
获取标注的注解实力对象,如果没有标注,返回null
getAnnotation(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)的指定注解类型(annotationType), 会把父类里有被标注的字段也进行返回
getAnnotation(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)的指定注解类型(annotationType), fromSuper 为 true 时如果没有找到annotionType,则继续从父类查找
getAnnotations() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回当前对象的所有注解 .
getAnnotations() - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回当前属性的所有注解
getAnnotations(A1, Class<A2>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
获取标注的注解实力对象,如果没有标注,返回null
getAnnotations(Class<?>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)的指定注解类型(annotationType), 会把父类里有被标注的字段也进行返回
getAnnotations(Class<?>, Class<A>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回指定类型(objectType)的指定注解类型(annotationType), fromSuper 为 true 时如果没有找到annotionType,则继续从父类查找
getAnnotations() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
返回annotations
getArgus() - 接口 中的方法cn.featherfly.common.exception.LocalizedExceptionCode
返回消息绑定参数
getArgus() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
返回消息绑定参数
getBaseDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回baseDir
getBaseDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回baseDir
getBeanDescriptor(Class<T>) - 类 中的静态方法cn.featherfly.common.bean.BeanDescriptor
返回指定类型的描述.
getBeanProperties() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
Gets the bean properties.
getBeanProperty(int) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回指定索引属性.
getBeanProperty(String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回指定属性.
getBlackList() - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
获取黑名单集合
getBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
返回blackList
getBoolean() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个布尔值
getBundle(String, Locale) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleFactory
getBundle
getBundle(String, Locale, Charset) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleFactory
getBundle
getBundle(String, Locale) - 接口 中的方法cn.featherfly.common.locale.ResourceBundleFactory
getBundle
getBundle(String, Locale, Charset) - 接口 中的方法cn.featherfly.common.locale.ResourceBundleFactory
getBundle
getBundle(String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getBundle,use default locale
getBundle(String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getBundle,use default locale
getBundle(String, Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getBundle
getBundle(String, Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getBundle
getCharset() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
返回charset
getCharset() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getCharset() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getChildBeanProperty(String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回指定子孙属性.
getChildNodes() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回直属下级
getChildNodes() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回直属下级
getChildSize() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回子节点的数量
getChildSize() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回子节点的数量
getChineseNumber(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
Gets the chinese number.
getCode() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
返回异常码
getCode() - 类 中的方法cn.featherfly.common.validate.Errors
返回code
getContentType() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
 
getCopyRule() - 枚举 中的方法cn.featherfly.common.bean.rule.CopyRuleEnum
返回复制规则
getCurrentDayOfMonth() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前日期(一月中的哪天).
getCurrentDayOfMonth() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前日期(一月中的哪天)
getCurrentDayOfWeek() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前是星期几. 1 - 7.
getCurrentDayOfWeek() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前是星期几
getCurrentHour() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前小时(24小时制).
getCurrentHour() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前小时(24小时制)
getCurrentMinute() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前分钟.
getCurrentMinute() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前分钟
getCurrentMonth() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前月,与Date和Calendar的0-11不同,返回的是1-12.
getCurrentMonth() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前月,与Date和Calendar的0-11不同,返回的是1-12
getCurrentSecond() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前秒.
getCurrentSecond() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前秒
getCurrentYear() - 类 中的静态方法cn.featherfly.common.lang.Dates
返回当前年.
getCurrentYear() - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回当前年
getData(P) - 接口 中的方法cn.featherfly.common.data.Collector
返回数据
getDate(int, int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
根据指定的 year,month,day 返回Date实例.
getDate(int, int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
根据指定的 year,month,day 返回Date实例
getDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的天数.
getDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的天数.
getDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期的日(一月中的哪天).
getDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期的日(一月中的哪天)
getDayOfWeek(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期是星期几,星期一是1,星期日是7.
getDayOfWeek(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期是星期几,星期一是1,星期日是7
getDayOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期是当年的第几天.
getDayOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期是当年的第几天
getDeclaringType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回declaringType
getDepth() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回depth
getDepth() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回depth
getDirectory() - 类 中的方法cn.featherfly.common.io.Watcher
返回directory.
getDistance(LocationPoint, LocationPoint) - 类 中的静态方法cn.featherfly.common.location.LocationUtils
Gets distance.
getDouble() - 类 中的静态方法cn.featherfly.common.lang.Randoms
返回一个随机double
getEndSymbol() - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
返回endSymbol.
getErrorMessages() - 类 中的方法cn.featherfly.common.validate.Errors
返回errorMessages
getEvents() - 类 中的方法cn.featherfly.common.io.Watcher
返回events.
getEveryNode() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回该节点及其所有子孙节点(包含该节点)
getEveryNode() - 类 中的方法cn.featherfly.common.structure.tree.Tree
返回该树所有节点的列表
getEveryNode() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回该节点及其所有子孙节点(包含该节点)
getExceptionCode() - 异常错误 中的方法cn.featherfly.common.exception.ExceptionCodeException
返回exceptionCode
getExceptionCode() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedCodeException
返回exceptionCode
getExecutorService() - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
返回executorService
getExtDir() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建扩展目录
getExtDirs() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 ExtDirs
getExtName() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
返回extName
getField() - 类 中的方法cn.featherfly.common.bean.BeanProperty
 
getField(E, String) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
返回字段值(绕过访问控制,可以访问私有字段)
getField(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回目标类型的指定名称的字段,支持多层嵌套 例如, user.address.no
getFieldErrors() - 类 中的方法cn.featherfly.common.validate.Errors
返回fieldErrors
getFieldGenericType(Field) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得Field泛型参数的实际类型.
getFieldGenericType(Field, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得Field泛型参数的实际类型.
getFieldValue(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回目标类型的指定类型的静态字段值,支持多层嵌套 例如, user.address.no
getFieldValue(Object, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回目标对象的指定类型的字段值,支持多层嵌套 例如, user.address.no
getFile() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
 
getFileContent(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
读取文档正文.
getFileContentLines(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
读取文档正文.
getFileExtName(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到文件的扩展名.
getFileExtName(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到文件的扩展名.
getFileName() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
 
getFileName(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
从文件路径得到文件名。.
getFileName(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
从文件路径得到文件名.
getFilePath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
从文件名得到文件绝对路径。.
getFilePath(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
从文件得到文件绝对路径。.
getFileSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 FileSeparator
getFirstChild() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回第一个子节点
getFirstChild() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回第一个子节点
getFloat() - 类 中的静态方法cn.featherfly.common.lang.Randoms
返回一个随机Float
getForExceptionType() - 类 中的方法cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
返回forExceptionType
getFromTotal(double, int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
把传入总数分解为随机的传入份数
getGaussian() - 类 中的静态方法cn.featherfly.common.lang.Randoms
返回一个随机Double
getGenericType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
如果属性是一个支持的对象,返回其泛型,如属性为类型java.util.Optional<java.lang.String>,则返回java.lang.String.
getGetter(Field, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回getter方法,包括getXxx和isXxx 没有找到返回null
getGroupUnit(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
Gets the group unit.
getHost() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
返回host
getHour(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期小时(24小时制).
getHour(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期小时(24小时制)
getId(File, String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
获取文件存储后的唯一标示
getId(File) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
获取文件存储后的唯一标示
getId() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
获取唯一标识
getId() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
获取唯一标识
getInt() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个整数
getInt(int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
返回一个不大于max的随机整数
getInvoker() - 类 中的静态方法cn.featherfly.common.lang.Lang
获取调用getInvoker方法所在的方法被调用的信息(即调用方法、类等) .
getInvoker() - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
获取调用getInvoker方法所在的方法被调用的信息(即调用方法、类等) .
getInvokers() - 类 中的静态方法cn.featherfly.common.lang.Lang
获取调用此方法的调用方法栈 .
getInvokers() - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
获取调用此方法的调用方法栈 .
getJar(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
获取指定类所在的JAR包的JAR文件.如果不是JAR文件中的返回null
getJar(String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
获取指定类所在的JAR包的JAR文件.如果不是JAR文件中的返回null
getJavaClassPath() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaClassPath
getJavaClassVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaClassVersion
getJavaCompiler() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaCompiler
getJavaHome() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaHome
getJavaIoTmpdir() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaIoTmpdir
getJavaLibraryPath() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaLibraryPath
getJavaSpecificationName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaSpecificationName
getJavaSpecificationVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaSpecificationVendor
getJavaSpecificationVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaSpecificationVersion
getJavaVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVendor
getJavaVendorUrl() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVendorUrl
getJavaVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVersion
getJavaVmName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmName
getJavaVmSpecificationName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmSpecificationName
getJavaVmSpecificationVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmSpecificationVendor
getJavaVmSpecificationVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmSpecificationVersion
getJavaVmVendor() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmVendor
getJavaVmVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 JavaVmVersion
getKey() - 接口 中的方法cn.featherfly.common.exception.LocalizedExceptionCode
返回资源文件中的key
getKey() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
返回资源文件中的key
getKeys() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
getKeys() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
ResourceBundle.getKeys()
getLambdaInfo(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaMethod(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaMethod(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaMethodName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaMethodName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaPropertyName(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLambdaPropertyName(SerializedLambda) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getLastChild() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回最后一个子节点
getLastChild() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回最后一个子节点
getLatitude() - 类 中的方法cn.featherfly.common.location.LocationPoint
Gets latitude.
getLeftBottom() - 类 中的方法cn.featherfly.common.location.RectangleRange
Gets left bottom.
getLeftTop() - 类 中的方法cn.featherfly.common.location.RectangleRange
Gets left top.
getLength() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
返回文件大小.
getLength(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
返回文件大小(速度快).如果文件不存在返回-1.
getLength(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
获取传入字符串的长度,null返回0.
getLength(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.Strings
获取传入字符串的长度,null返回0.
getLength(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
获取传入字符串的长度,null返回0.
getLength(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
获取传入字符串的长度,null返回0.
getLetter() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个字母(随机大小写)
getLetterLowerCase() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个小写字母
getLetterUpperCase() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个大写字母
getLimit() - 类 中的方法cn.featherfly.common.structure.LimitQueue
获取限制大小
getLimit() - 类 中的方法cn.featherfly.common.structure.page.Limit
返回limit
getLineSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 LineSeparator
getListener() - 类 中的方法cn.featherfly.common.io.Watcher
返回listener.
getLocale() - 接口 中的方法cn.featherfly.common.exception.LocalizedExceptionCode
返回locale
getLocale() - 类 中的方法cn.featherfly.common.exception.SimpleLocalizedExceptionCode
返回locale
getLocale() - 类 中的方法cn.featherfly.common.locale.DefaultLocaleManager
get Locale
getLocale() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
getLocale() - 接口 中的方法cn.featherfly.common.locale.LocaleManager
get Locale
getLocale() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
ResourceBundle.getLocale()
getLocale() - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
获取ResourceBundleUtils在没有传入Locale时使用的默认Locale,默认Locale使用LocaleManager加载
getLocalizedMessage() - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
getLogger() - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
 
getLogger(String) - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
 
getLogger(Class<?>) - 类 中的静态方法cn.featherfly.common.log.LoggerFactory
 
getLogic() - 类 中的方法cn.featherfly.common.data.GroupMatcher
返回logic
getLong() - 类 中的静态方法cn.featherfly.common.lang.Randoms
返回一个随机Long
getLongitude() - 类 中的方法cn.featherfly.common.location.LocationPoint
Gets longitude.
getMatchers() - 类 中的方法cn.featherfly.common.data.GroupMatcher
返回matchers
getMaxDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回某年某月的最大天数 .
getMaxDayOfMonth(int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回某年某月的最大天数 .
getMaxDayOfMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回某年某月的最大天数
getMaxDayOfMonth(int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回某年某月的最大天数
getMessage() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
返回异常消息
getMessage() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
返回异常消息
getMessage(Object...) - 接口 中的方法cn.featherfly.common.locale.LocalizedMessage
Gets the message.
getMessage(Locale, Object...) - 接口 中的方法cn.featherfly.common.locale.LocalizedMessage
Gets the message.
getMessage() - 类 中的方法cn.featherfly.common.validate.Errors
返回message
getMessage() - 类 中的方法cn.featherfly.common.validate.FieldError
返回message
getMethod() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回method
getMethod() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
返回method
getMethodDeclaredClassName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回methodDeclaredClassName
getMethodGenericParameterType(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法输入参数第一个输入参数的第一个泛型参数的实际类型.
getMethodGenericParameterType(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法输入参数第index个输入参数的第一个泛型参数的实际类型.
getMethodGenericParameterType(Method, int, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
getMethodGenericParameterTypes(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法输入参数第一个输入参数的所有泛型参数的实际类型.
getMethodGenericParameterTypes(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法输入参数第index个输入参数的所有泛型参数的实际类型.
getMethodGenericReturnType(Method, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法返回值泛型参数的实际类型.
getMethodGenericReturnType(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得方法返回值第一个泛型参数的实际类型.
getMethodInstanceClassName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回methodInstanceClassName
getMethodName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回methodName
getMethodParameters() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
返回methodParameters
getMinute(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期分钟.
getMinute(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期分钟
getModifier() - 枚举 中的方法cn.featherfly.common.lang.reflect.Modifier
返回java.lang.reflect.Modifier对应的int值
getModule() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
返回异常模块
getModule() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
返回异常模块
getModule() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回module
getModule() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回module
getMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期的月份,与Date和Calendar的0-11不同,返回的是1-12.
getMonth(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期的月份,与Date和Calendar的0-11不同,返回的是1-12
getMonthNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的月份数(包含天数计算).
getMonthNumber(Date, Date, boolean) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的月份数.
getMonthNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的月份数(包含天数计算).
getMonthNumber(Date, Date, boolean) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的月份数.
getName() - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回属性名称
getName() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
返回name
getName() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
返回name
getName() - 类 中的方法cn.featherfly.common.validate.FieldError
返回name
getNextSibling() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回相邻的下一个节点
getNextSibling() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回相邻的下一个节点
getNodeObject() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回nodeObject
getNodeObject() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNode
返回nodeObject
getNum() - 接口 中的方法cn.featherfly.common.exception.ExceptionCode
返回异常编号
getNum() - 类 中的方法cn.featherfly.common.exception.SimpleExceptionCode
返回异常编号
getNumber() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个数字,(0-9)
getNumber() - 接口 中的方法cn.featherfly.common.structure.page.Page
获取当前页数(第几页)
getNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
获取当前页数(第几页)
getNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
获取当前页数(第几页)
getObjectInfo(Object) - 类 中的方法cn.featherfly.common.lang.LogUtils
返回对象属性信息.发生异常返回null
getOffset() - 类 中的方法cn.featherfly.common.structure.page.Limit
返回offset
getOsArch() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 OsArch
getOsName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 OsName
getOsVersion() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 OsVersion
getOwnerType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回ownerType
getPageNumber() - 接口 中的方法cn.featherfly.common.structure.page.Page
已过时。
getPageNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
已过时。
getPageNumber() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
已过时。
getPageResults() - 接口 中的方法cn.featherfly.common.structure.page.PaginationResults
获取结果集
getPageResults() - 类 中的方法cn.featherfly.common.structure.page.SimplePaginationResults
获取结果集
getPageSize() - 接口 中的方法cn.featherfly.common.structure.page.Page
已过时。
getPageSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
已过时。
getPageSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
已过时。
getParameter(String) - 接口 中的方法cn.featherfly.common.form.Parameter
返回param
getParameterMap() - 接口 中的方法cn.featherfly.common.form.Parameter
返回param
getParameterNames() - 接口 中的方法cn.featherfly.common.form.Parameter
返回参数名集合
getParameters(String) - 接口 中的方法cn.featherfly.common.form.Parameter
返回params
getParent() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回上级
getParent() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回上级
getParentPath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到上级路径.
getParentPath(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到上级路径.
getPathIndex(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到路径分隔符在文件路径中首次出现的位置。
getPathIndex(String, int) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到路径分隔符在文件路径中指定位置后首次出现的位置。
getPathInJar(URL) - 类 中的静态方法cn.featherfly.common.io.FileUtils
获取jar包内的path.
getPathLsatIndex(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到路径分隔符在文件路径中最后出现的位置。
getPathLsatIndex(String, int) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到路径分隔符在文件路径中指定位置前最后出现的位置。
getPathSeparator() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 PathSeparator
getPort() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
返回port
getPosition() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回自己的位置
getPosition() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回自己的位置
getPreviousSibling() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回相邻的上一个节点
getPreviousSibling() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回相邻的上一个节点
getProgenys() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回该节点下的所有子孙节点(包含下级的下级,不包含该节点).
getProgenys() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回该节点下的所有子孙节点(包含下级的下级,不包含该节点).
getProject() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回project
getProject() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回project
getProperty(T, String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回属性 .
getProperty(E, String) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
返回属性值
getProperty(T, String) - 类 中的方法cn.featherfly.common.bean.MapBeanDescriptor
返回属性
getProperty(String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getProperty(String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getProperty(String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 key对应的属性
getPropertyName() - 异常错误 中的方法cn.featherfly.common.bean.PropertyException
 
getPropertyName(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回访问方法的属性名.
getPropertyName() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回propertyName
getPropertyNames() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getPropertyNames() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getPropertyPart(String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getPropertyPart(String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getPropertyParts() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
getPropertyParts() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
getProtocol() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
获取协议
getQueue() - 类 中的方法cn.featherfly.common.structure.LimitQueue
获取队列
getRandom(List<T>) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
以给定的列表为源,随机抽取其中一个元素返回
getRandomBoolean() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个布尔值
getRandomDouble() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
返回一个随机double
getRandomFloat() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
返回一个随机Float
getRandomFromTotal(double, int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
把传入总数分解为随机的传入份数
getRandomGaussian() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
返回一个随机Double
getRandomInt() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个整数
getRandomInt(int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
返回一个不大于max的随机整数
getRandomLetter() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个字母(随机大小写)
getRandomLetterLowerCase() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个小写字母
getRandomLetterUpperCase() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个大写字母
getRandomLong() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
返回一个随机Long
getRandomNumber() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个数字,(0-9)
getRandomString(int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个字符串(大小写字母,数字0-9)
getRandomString(int, RandomUtils.CharType...) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个字符串,包含大写,小写还是数字又传入参数charTypes确定
getRandomString(List<T>, int) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
以给定的列表为源,随机抽取其中一个元素返回
getRandomWord() - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
随机返回一个字符(大小写字母,数字0-9)
getRawType(Type) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
getRawType
getRectanglePoint(LocationPoint, double) - 类 中的静态方法cn.featherfly.common.location.LocationUtils
Gets rectangle range.
getRecursionLevel() - 类 中的方法cn.featherfly.common.lang.LogUtils
Gets the recursion level.
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回relativeDir
getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回renamePolicy
getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回renamePolicy
getReplaceString(String, String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串中的变量(以“%”为前导后接数字)使用values数组中的内容进行替换。
getReplaceString(String, String, String[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串中的变量使用values数组中的内容进行替换。
getReplaceString(String, String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串中的变量(以“%”为前导后接数字)使用values数组中的内容进行替换。
getReplaceString(String, String, String[]) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串中的变量使用values数组中的内容进行替换。
getResource(String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
加载给定的资源.
getResource(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
加载给定的资源.
getResourceAsStream(String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
这是一个用来方便的加载流资源的方法.
getResourceAsStream(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
这是一个用来方便的加载流资源的方法.
getResources(String, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
加载给定名称的所有资源,将搜索类加载器或得的所有结果汇总.
getResources(String, Class<?>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
加载给定名称的所有资源,将搜索类加载器或得的所有结果汇总.
getResultSize() - 接口 中的方法cn.featherfly.common.structure.page.PaginationResults
获取结果集数量
getResultSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePaginationResults
返回resultSize
getReturnType() - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
返回returnType
getRightBottom() - 类 中的方法cn.featherfly.common.location.RectangleRange
Gets right bottom.
getRightTop() - 类 中的方法cn.featherfly.common.location.RectangleRange
Gets right top.
getRootDir(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
获取文件根目录 .
getRootDir() - 类 中的静态方法cn.featherfly.common.io.FileUtils
获取当前运行程序所在的文件根目录 .
getRootNode() - 类 中的方法cn.featherfly.common.structure.tree.Tree
返回rootNode
getSecond(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期秒.
getSecond(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期秒
getSerializableSupplierLambdaInfo(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getSerializedLambda(Serializable) - 类 中的静态方法cn.featherfly.common.lang.LambdaUtils
 
getSerializedLambda() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
返回serializedLambda
getSerializedLambdaInfo() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializableSupplierLambdaInfo
返回serializedLambdaInfo
getSetter(Field, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回setter方法 没有找到返回null
getShow() - 类 中的方法cn.featherfly.common.validate.ValidateCode
返回show
getSize() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
返回文件带单位表示的大小,单位(KB,MB,GB等).
getSize() - 接口 中的方法cn.featherfly.common.structure.page.Page
获取每页数量
getSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePage
获取每页数量
getSize() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
获取每页数量
getSize() - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
返回size.
getStartSymbol() - 类 中的方法cn.featherfly.common.lang.string.StringFormatter
返回startSymbol.
getStorageId() - 类 中的方法cn.featherfly.common.io.file.FileWrapper
返回storageId
getString(int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个字符串(大小写字母,数字0-9)
getString(int, Randoms.CharType...) - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个字符串,包含大写,小写还是数字又传入参数charTypes确定
getString(List<T>, int) - 类 中的静态方法cn.featherfly.common.lang.Randoms
以给定的列表为源,随机抽取其中一个元素返回
getString(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
如果为null,返回空字符串,否则返回传入字符串.
getString(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
如果为null,空字符串,返回第二个参数,否则返回第一个参数.
getString(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.Strings
如果为null,空字符串,(当ignoreCaseNullStr为false,还要判断字符串"null"和"NULL") 返回第二个参数,否则返回第一个参数.
getString(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
如果为null,返回空字符串,否则返回传入字符串
getString(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
如果为null,空字符串,返回第二个参数,否则返回第一个参数
getString(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
如果为null,空字符串,(当ignoreCaseNullStr为false,还要判断字符串"null"和"NULL") 返回第二个参数,否则返回第一个参数
getString(String) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
getString(String) - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
 
getString(String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, Object[]) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, Object[], Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(String, String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Object[]) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Object[], Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Object[], Locale) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getString(Class<?>, String, Object[], Locale, Charset) - 类 中的静态方法cn.featherfly.common.locale.ResourceBundleUtils
getString
getStringArray(String) - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
getStringArray(String) - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
 
getSubpath(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
得到相对路径。
getSuperClassGenricType(Class<?>, int) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得指定类的父类的泛型参数的实际类型.
getSuperClassGenricType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得指定类的父类的第一个泛型参数的实际类型.
getSuperClassGenricTypeMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
通过反射,获得指定类的父类的泛型参数的实际类型与父类定义泛型是的定义之间的映射关系.
getTime(LocalDateTime) - 类 中的静态方法cn.featherfly.common.lang.Dates
Gets the time.
getTime(LocalDateTime, ZoneId) - 类 中的静态方法cn.featherfly.common.lang.Dates
Gets the time.
getTime(int, int, int, int, int, int) - 类 中的静态方法cn.featherfly.common.lang.Dates
根据指定的 year,month,day,hour,minute,second 返回Date实例.
getTime(Date, Dates.TimeType) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回给定日期按照指定单位的一个数字表示值.
getTime(int, int, int, int, int, int) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
根据指定的 year,month,day,hour,minute,second 返回Date实例
getTime(Date, DateUtils.TimeType) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回给定日期按照指定单位的一个数字表示值
getTotal() - 接口 中的方法cn.featherfly.common.structure.page.Pagination
获取总数
getTotal() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
获取总数
getTotalPage() - 接口 中的方法cn.featherfly.common.structure.page.Pagination
获取总页数
getTotalPage() - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
获取总页数
getType() - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
Gets the type.
getType() - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回属性类型
getType() - 接口 中的方法cn.featherfly.common.lang.GenericType
返回type
getType() - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
返回type
getType() - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
返回type
getUnit(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
Gets the unit.
getUnixFilePath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
从文件名得到UNIX风格的文件绝对路径。.
getURI(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
返回文件的URI地址.
getUserDir() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 UserDir
getUserHome() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 UserHome
getUserName() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回 UserName
getValid() - 类 中的方法cn.featherfly.common.validate.ValidateCode
返回valid
getValue(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
获取属性
getValue() - 枚举 中的方法cn.featherfly.common.lang.date.Week
返回value
getValue() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializableSupplierLambdaInfo
返回value
getValue() - 类 中的方法cn.featherfly.common.validate.FieldError
返回value
getValueForce(Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
强制获取属性,使用field而非getter获取
getVariable(String) - 接口 中的方法cn.featherfly.common.form.Parameter
获取指定变量
getVariableMap() - 接口 中的方法cn.featherfly.common.form.Parameter
获取变量MAP
getWeekOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期是当年的第几个星期.以星期一为一个星期的开始时间
getWeekOfYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期是当年的第几个星期.以星期一为一个星期的开始时间
getWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
返回whiteList
getWhiteList() - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
返回whiteList
getWord() - 类 中的静态方法cn.featherfly.common.lang.Randoms
随机返回一个字符(大小写字母,数字0-9)
getWorkDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的工作日天数.
getWorkDayNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的工作日天数.
getYear(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
返回传入日期的年份.
getYear(Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
返回传入日期的年份
getYearNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的年分数(包含月份与天数计算).
getYearNumber(Date, Date, boolean, boolean) - 类 中的静态方法cn.featherfly.common.lang.Dates
获取两个日期中间的年分数.
getYearNumber(Date, Date) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的年分数(包含月份与天数计算).
getYearNumber(Date, Date, boolean, boolean) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
获取两个日期中间的年分数.
GroupMatcher<M extends Matcher<O>,O> - cn.featherfly.common.data中的类
匹配器组
GroupMatcher() - 类 的构造器cn.featherfly.common.data.GroupMatcher
 
GroupMatcher(M...) - 类 的构造器cn.featherfly.common.data.GroupMatcher
 
GroupMatcher(Logic, M...) - 类 的构造器cn.featherfly.common.data.GroupMatcher
 

H

hasAncestor(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
判断传入节点是否是当前节点的祖先节点,等价TreeNodeModel.isProgeny(TreeNodeModel).
hasAncestor(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
判断传入节点是否是当前节点的祖先节点,等价TreeNodeModel.isProgeny(TreeNodeModel).
hasAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回当前对象是否含有指定注解.
hasAnnotation(Class<A>) - 类 中的方法cn.featherfly.common.bean.BeanProperty
返回当前属性是否含有指定注解.
hasBeanProperty(String) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
返回指定属性是否存在 .
hasChildNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回传入节点是否是当前节点的子节点,等价TreeNodeModel.isParent(TreeNodeModel).
hasChildNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回传入节点是否是当前节点的子节点,等价TreeNodeModel.isParent(TreeNodeModel).
HashChainMap<K,V> - cn.featherfly.common.structure中的类
带链式调用的HASHMAP
HashChainMap() - 类 的构造器cn.featherfly.common.structure.HashChainMap
 
HashChainMap(int) - 类 的构造器cn.featherfly.common.structure.HashChainMap
 
hashCode() - 类 中的方法cn.featherfly.common.bean.BeanProperty
hashCode(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回hash code,如果传入参数为null,返回0.
hashCode(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回hash code,如果传入参数为null,返回0.
hashCode() - 类 中的方法cn.featherfly.common.lang.reflect.GenericClass
hashCode() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
hashCode() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
hashCode() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
 
hasNext() - 类 中的方法cn.featherfly.common.lang.ClassLoaderUtils.AggregateIterator
 
hasProgeny(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
判断传入节点是否是当前节点的后裔,等价TreeNodeModel.isAncestor(TreeNodeModel).
hasProgeny(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
判断传入节点是否是当前节点的后裔,等价TreeNodeModel.isAncestor(TreeNodeModel).
hav(double) - 类 中的静态方法cn.featherfly.common.location.LocationUtils
Hav double.
HUNDRED - 接口 中的静态变量cn.featherfly.common.constant.Unit
100进制
HUNDRED_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
100进制最大值99

I

ifEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
ifEmpty(O, Supplier<R>, Function<O, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
ifEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
ifEmpty(O, Supplier<R>, Function<O, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0),如果为空则执行传入的方法 .
ifExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
ifExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
ifExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
ifExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否存在,存在则执行传入方法 .
ifFalse(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
ifTrue.
ifFalse(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
ifTrue.
ifNotEmpty(O, Consumer<O>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotEmpty(O, Function<O, R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotEmpty(O, Consumer<O>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotEmpty(O, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotEmpty(O, Function<O, R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入对象是否不为空,(String、Collection、Map、Array还要判断长度是否为0),如果不为空则执行传入的方法 .
ifNotExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifNotExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifNotExists(File, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifNotExists(File, Consumer<File>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifNotExists(File, Function<File, R>, Function<File, R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifNotExists(File, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否不存在,不存在则执行传入方法 .
ifTrue(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.Lang
ifTrue.
ifTrue(boolean, Supplier<R>, Supplier<R>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
ifTrue.
IllegalArgumentAssert - cn.featherfly.common.lang.asserts中的类
IllegalArgumentAssert 类的说明放这里
IllegalArgumentAssert() - 类 的构造器cn.featherfly.common.lang.asserts.IllegalArgumentAssert
 
ILocalizedAssert<E extends java.lang.RuntimeException> - cn.featherfly.common.lang.asserts中的接口
IAssertLocalized .
indexOf(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回指定子节点的序列值(index)
indexOf(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回指定子节点的序列值(index)
info(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
info.
info(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
记录日志(info级别) .
InitException - cn.featherfly.common.exception中的异常错误
InitException
InitException() - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(String) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
InitException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.InitException
Instantiates a new inits the exception.
initialValue() - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
initTypeGenericParam(Class<T>) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
初始化泛型参数 .
insertChildNode(TreeNode<E>, int) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
在指定位置插入子节点
insertChildNode(T, int) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
在指定位置插入子节点
insertChildNodeAfter(TreeNode<E>, TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
在指定节点(refChildNode)之前插入(insertChildNode) 如果找不到refChildNode就插入在最后
insertChildNodeAfter(T, T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
在指定节点(refChildNode)之前插入(insertChildNode) 如果找不到refChildNode就插入在最后
insertChildNodeBefore(TreeNode<E>, TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
在指定节点(refChildNode)之前插入(insertChildNode) 如果找不到refChildNode就插入在最后
insertChildNodeBefore(T, T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
在指定节点(refChildNode)之前插入(insertChildNode) 如果找不到refChildNode就插入在最后
instantiateClass(Class<T>) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
实例化.
instantiateClass(Class<T>, Object...) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
实例化.
instantiateClass(Constructor<T>, Object[]) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
实例化.
invokeMethod(Class<?>, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke static method
invokeMethod(Class<?>, String, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke static method
invokeMethod(Class<?>, Method, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke static method
invokeMethod(Object, String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke object method
invokeMethod(Object, String, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke object method
invokeMethod(Object, Method, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
invoke object method
IOException - cn.featherfly.common.exception中的异常错误
IOException .
IOException() - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(String) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
IOException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.IOException
Instantiates a new IO exception.
isAbstractClass(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
判断传入类型是否是抽象类
isAllow(T) - 接口 中的方法cn.featherfly.common.policy.AllowPolicy
是否允许
isAllow(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
是否允许
isAncestor(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
判断当前节点是否是传入节点的祖先节点,等价TreeNodeModel.hasProgeny(TreeNodeModel).
isAncestor(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
判断当前节点是否是传入节点的祖先节点,等价TreeNodeModel.hasProgeny(TreeNodeModel).
isAutoClearNodeList() - 类 中的方法cn.featherfly.common.structure.tree.Tree
返回autoClearNodeList
isBasicType(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
是否是基础类型,包括基本类型,基本类型包装类, String,StringBuffer,StringBuilder AtomicInteger,AtomicLong,BigDecimal,BigInteger java.util.Date java.sql.Date,java.sql.Time,java.sql.Timestamp 注意:不包括这些类的子类
isCellection(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
是否是cellection接口,及其子接口或实现类
isChanged(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
判断传入的文件自系统启动后是否修改过.
isChildNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
判断当前节点是否是传入节点的子节点
isChildNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
判断当前节点是否是传入节点的子节点
isCopyEnabled(Object, Object, String, Object) - 接口 中的方法cn.featherfly.common.bean.rule.CopyRule
是否复制
isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleAlwaysCopy
是否复制
isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseEmpty
是否复制
isCopyEnabled(Object, Object, String, Object) - 类 中的方法cn.featherfly.common.bean.rule.CopyRuleIgnoreCaseNull
是否复制
isDirectory(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is directory.
isDirectory(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if arguDescpu file is not directory, throw exception.
isDirectory(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if arguDescpu file is not directory, throw exception.
isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
返回传入数组是否为空(是null或size=0).
isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
返回传入集合是否为空(是null或size=0) .
isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0) .
isEmpty(Optional<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入Optional是否为空(是null或者内部数据为null) .
isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入字符串是否为空(是null或是空字符串) .
isEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回数组是否为空(是null或是空数组) .
isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入集合是否为空(是null或size=0) .
isEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入map是否为空(是null或size=0) .
isEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入对象是否为空,(String、Collection、Map、Array还要判断长度是否为0) .
isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入字符串是否为空(是null或是空字符串) .
isEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回数组是否为空(是null或是空数组) .
isEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入集合是否为空(是null或size=0) .
isEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入map是否为空(是null或size=0) .
isEmpty(String[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串数组是否为null,0长度或者全部是空字符串(即""和null).
isEmpty(Collection<String>) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串集合是否为null,0长度或者全部是空字符串(即""和null).
isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串是否是空字符串(即""和null) .
isEmpty(String[]) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串数组是否为null,0长度或者全部是空字符串(即""和null).
isEmpty(Collection<String>) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串集合是否为null,0长度或者全部是空字符串(即""和null).
isEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串是否是空字符串(即""和null)
isEmpty() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
isEnableBlackList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
返回enableBlackList
isEnabled() - 类 中的方法cn.featherfly.common.lang.LogUtils
Checks if is enabled.
isEnableWhiteList() - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
返回enableWhiteList
isEquals(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
null安全的判断两个字符串是否相等,如果两个都为null,返回true.
isEquals(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
null安全的判断两个字符串是否相等,如果两个都为null,返回true.
isEquals(T, T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
判断传入目标是否一致
isEqualsIgnoreCase(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
null安全的判断两个字符串是否相等,忽略大小写,如果两个都为null,返回true.
isEqualsIgnoreCase(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
null安全的判断两个字符串是否相等,忽略大小写,如果两个都为null,返回true.
isExist(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
判断指定的文件是否存在。.
isExists(File, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
isExists(File, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
isExists(File) - 类 中的方法cn.featherfly.common.lang.Assert
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
isExists(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is exists.
isExists(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常 .
isExists(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常 .
isExists(File, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
isExists(File, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断传入文件对象代表的物理文件是否存在,判断失败抛出指定异常
isExists(File) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否存在 .
isExists(File) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否存在 .
isFalse(boolean, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断为false,如果为true,抛出指定异常
isFalse(boolean, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断为false,如果为true,抛出指定异常
isFile(File, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is file.
isFile(File, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if arguDescpu file is not a file, throw exception.
isFile(File, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if arguDescpu file is not a file, throw exception.
isFirst() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
当前节点是否是第一个节点.
isFirst() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
当前节点是否是第一个节点.
isGe(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is ge.
isGe(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if value is < min throw exception.
isGe(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if value is < min throw exception.
isGetter(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
是否是get方法(以get或is开头)
isGt(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is gt.
isGt(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if value is <= min throw exception.
isGt(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if value is <= min throw exception.
isInBlackList(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
判断传入目标是否在黑名单中
isInRange(int, int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is in range.
isInRange(int, int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if value is < min or > max, throw exception.
isInRange(int, int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if value is < min or > max, throw exception.
isInstanceClass(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
判断传入类型是否是可实例化的类
isInstanceOf(Class<?>, Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
isInstanceOf(Class<?>, Object) - 类 中的方法cn.featherfly.common.lang.Assert
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
isInstanceOf(Class<?>, Object) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is instance of.
isInstanceOf(Class<?>, Object) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常 .
isInstanceOf(Class<?>, Object) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常 .
isInstanceOf(Class<?>, Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
isInstanceOf(Class<?>, Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断对象(第二个参数)是指定类型(第一个参数)的实例,判断失败抛出指定异常
isInteger(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入的字符串是否为整数(使用10进制判断) .
isInteger(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入的字符串是否为整数(使用指定进制判断) .
isInteger(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入的字符串是否为整数(使用10进制判断)
isInteger(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入的字符串是否为整数(使用指定进制判断)
isInWhiteList(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
判断传入目标是否在白名单中
isLast() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
当前节点是否是最后一个节点.
isLast() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
当前节点是否是最后一个节点.
isLe(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is le.
isLe(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if value is > max, throw exception.
isLe(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if value is > max, throw exception.
isLeaf() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回是否是叶节点(没有子节点)
isLeaf() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回是否是叶节点(没有子节点)
isLinux() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回是否是linux操作系统
isLt(int, int, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is lt.
isLt(int, int, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if value is >= max, throw exception.
isLt(int, int, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if value is >= max, throw exception.
isMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
是否是map接口,及其子接口或实现类
isModifier(int) - 枚举 中的方法cn.featherfly.common.lang.reflect.Modifier
判断是否是java.lang.reflect.Modifier
isNotBlank(String, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
isNotBlank(String, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
isNotBlank(String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
isNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not blank.
isNotBlank(SerializableSupplier<String>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not blank.
isNotBlank(String, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常 .
isNotBlank(SerializableSupplier<String>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常 .
isNotBlank(String, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常 .
isNotBlank(SerializableSupplier<String>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常 .
isNotBlank(String, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
isNotBlank(String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空或空串(包括只有空字符的串),判断失败抛出指定异常
isNotBlank(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串是否不是空白字符串(即包含空白字符以外的字符) .
isNotBlank(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串是否不是空白字符串(即包含空白字符以外的字符)
isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断不为空或空串,判断失败抛出指定异常
isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断数组不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断集合不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断MAP不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
返回传入数组是否不为空(是null或size=0).
isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
isNotEmpty(Object) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空或空串,判断失败抛出指定异常
isNotEmpty(String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空或空串,判断失败抛出指定异常
isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.lang.Assert
判断数组不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Object[]) - 类 中的方法cn.featherfly.common.lang.Assert
判断数组不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断集合不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>) - 类 中的方法cn.featherfly.common.lang.Assert
判断集合不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断MAP不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Map<?, ?>) - 类 中的方法cn.featherfly.common.lang.Assert
判断MAP不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Object, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(Object[], String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(Collection<?>, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(Map<?, ?>, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not empty.
isNotEmpty(Object, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常 .
isNotEmpty(SerializableSupplier<T>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常 .
isNotEmpty(String, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空或空串,判断失败抛出指定异常 .
isNotEmpty(Object[], String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断数组不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(Collection<?>, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断集合不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(Map<?, ?>, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断MAP不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(Object, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常 .
isNotEmpty(String, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空或空串,判断失败抛出指定异常 .
isNotEmpty(Object[], String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断数组不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(Collection<?>, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断集合不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(Map<?, ?>, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断MAP不为null或size不为0,判断失败抛出指定异常 .
isNotEmpty(SerializableSupplier<T>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常 .
isNotEmpty(Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
isNotEmpty(Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空(String,Collection,Map,Array还要判断长度是否为0),判断失败抛出指定异常
isNotEmpty(String, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空或空串,判断失败抛出指定异常
isNotEmpty(String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空或空串,判断失败抛出指定异常
isNotEmpty(Object[], String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断数组不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Object[], Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断数组不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断集合不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断集合不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Map<?, ?>, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断MAP不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Map<?, ?>, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断MAP不为null或size不为0,判断失败抛出指定异常
isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
返回传入集合是否不为空(不是null或size>0) .
isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入对象是否不为空(String、Collection、Map、Array还要判断长度是否为0) .
isNotEmpty(Optional<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入Optional是否不为空(不是null或者内部数据不为null) .
isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入字符串是否不为空(不是null或不是空字符串) .
isNotEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回数组是否不为空(null或空数组) .
isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入集合是否不为空(不是null或size>0) .
isNotEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回传入map是否不为空(不是null或size>0) .
isNotEmpty(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入对象是否不为空(String、Collection、Map、Array还要判断长度是否为0) .
isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入字符串是否不为空(不是null或不是空字符串) .
isNotEmpty(Object[]) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回数组是否不为空(null或空数组) .
isNotEmpty(Collection<?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入集合是否不为空(不是null或size>0) .
isNotEmpty(Map<?, ?>) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回传入map是否不为空(不是null或size>0) .
isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串是否不是空字符串(即""和null以外的) .
isNotEmpty(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串是否不是空字符串(即""和null以外的)
isNotExists(File) - 类 中的静态方法cn.featherfly.common.lang.Lang
判断传入文件对象代表的物理文件是否不存在 .
isNotExists(File) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
判断传入文件对象代表的物理文件是否不存在 .
isNotInterface(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not interface.
isNotInterface(Class<?>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if arguDescpu classType is interface, throw exception.
isNotInterface(Class<?>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if arguDescpu classType is interface, throw exception.
isNotNull(Object, String) - 类 中的方法cn.featherfly.common.exception.AssertLocalizedException
已过时。
判断不为空,如果为空,抛出指定异常
isNotNull(Object, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空,如果为空,抛出指定异常
isNotNull(Object) - 类 中的方法cn.featherfly.common.lang.Assert
判断不为空,如果为空,抛出指定异常
isNotNull(Object, String) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not null.
isNotNull(SerializableSupplier<T>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is not null.
isNotNull(Object, String) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断不为空,如果为空,抛出指定异常 .
isNotNull(SerializableSupplier<T>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
if null, throw exception .
isNotNull(Object, String) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断不为空,如果为空,抛出指定异常 .
isNotNull(SerializableSupplier<T>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
if null, throw exception .
isNotNull(Object, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空,如果为空,抛出指定异常
isNotNull(Object, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断不为空,如果为空,抛出指定异常
isNull(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断传入字符串是否为空以及是否为字符串null(不区分大小写).
isNull(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断传入字符串是否为空以及是否为字符串null(不区分大小写).
ISO8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
StandardCharsets.ISO_8859_1
ISO_8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
StandardCharsets.ISO_8859_1
ISO_8859_1 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
ISO8859_1
isParent(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.AssertIllegalArgument
Checks if is parent.
isParent(Class<?>, Class<?>) - 接口 中的方法cn.featherfly.common.lang.asserts.ILocalizedAssert
判断类型(第一个参数)是指定类型(第二个参数)的父类(包括接口实现和类继承),判断失败抛出指定异常 .
isParent(Class<?>, Class<?>) - 类 中的方法cn.featherfly.common.lang.asserts.LocalizedAssert
判断类型(第一个参数)是指定类型(第二个参数)的父类(包括接口实现和类继承),判断失败抛出指定异常 .
isParent(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
判断第一个参数是否是第二个参数的父类(父接口)
isParent(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回当前节点是否是传入节点的父节点,等价TreeNodeModel.hasChildNode(TreeNodeModel).
isParent(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回当前节点是否是传入节点的父节点,等价TreeNodeModel.hasChildNode(TreeNodeModel).
isProgeny(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
判断当前节点是否是传入节点的后裔,等价TreeNodeModel.hasAncestor(TreeNodeModel).
isProgeny(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
判断当前节点是否是传入节点的后裔,等价TreeNodeModel.hasAncestor(TreeNodeModel).
isReadable() - 类 中的方法cn.featherfly.common.bean.BeanProperty
当前属性是否是可读属性,拥有getter
isResourceInJar(URL) - 类 中的静态方法cn.featherfly.common.io.FileUtils
判断传入资源是否是jar包内的资源.
isRoot() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
返回是否是根
isRoot() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
返回是否是根
isSetter(Method) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
是否是set方法(以set开头)
isTrue(boolean, String) - 类 中的方法cn.featherfly.common.lang.Assert
判断为true,如果为false,抛出指定异常
isTrue(boolean, String, Class<E>) - 类 中的静态方法cn.featherfly.common.lang.AssertUtils
判断为true,如果为false,抛出指定异常
isWindows() - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
返回是否是windows操作系统
isWithDay() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withDay
isWithDay() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withDay
isWithExtName() - 类 中的方法cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
返回是否包含扩展名
isWithMonth() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withMonth
isWithMonth() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withMonth
isWithYear() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withYear
isWithYear() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withYear
isWritable() - 类 中的方法cn.featherfly.common.bean.BeanProperty
当前属性是否是可写属性,拥有setter
iterator() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 

J

JavassistUtils - cn.featherfly.common.bytecode中的类
JavassistUtils 2019-08-22
JavassistUtils() - 类 的构造器cn.featherfly.common.bytecode.JavassistUtils
 
JdkResourceBundleFactory - cn.featherfly.common.locale中的类
JdkResourceBundleFactory
JdkResourceBundleFactory() - 类 的构造器cn.featherfly.common.locale.JdkResourceBundleFactory
 
JdkResourceBundleProxy - cn.featherfly.common.locale中的类
SimpleResourceBundle
JdkResourceBundleProxy(ResourceBundle) - 类 的构造器cn.featherfly.common.locale.JdkResourceBundleProxy
 
JdkResourceBundleProxy(ResourceBundle, Charset) - 类 的构造器cn.featherfly.common.locale.JdkResourceBundleProxy
 
join(Collection<String>, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
连接集合中的所有元素以创建一个String,其中集合中的元素间以指定的delim来分隔, 如果 集合为null或长度为0,则返回"".
join(String[], String) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串数组使用指定的分隔符合并成一个字符串.
join(Collection<String>, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
连接集合中的所有元素以创建一个String,其中集合中的元素间以指定的delim来分隔, 如果 集合为null或长度为0,则返回"".
join(String[], String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串数组使用指定的分隔符合并成一个字符串.

K

KEY_SIGN - 类 中的静态变量cn.featherfly.common.locale.ResourceBundleUtils
key标识符
keySet() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
 
keySet() - 接口 中的方法cn.featherfly.common.locale.ResourceBundle
ResourceBundle.keySet()
KILO - 接口 中的静态变量cn.featherfly.common.constant.Unit
1000进制
KILO_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
1000进制最大值999

L

LambdaUtils - cn.featherfly.common.lang中的类
LambdaUtils
LambdaUtils() - 类 的构造器cn.featherfly.common.lang.LambdaUtils
 
LambdaUtils.SerializableSupplierLambdaInfo<T> - cn.featherfly.common.lang中的类
 
LambdaUtils.SerializedLambdaInfo - cn.featherfly.common.lang中的类
 
Lang - cn.featherfly.common.lang中的类
对一些在语法上显得拖沓的常用操作进行封装的工具类 .
LangUtils - cn.featherfly.common.lang中的类
已过时。
use Lang instead
Limit - cn.featherfly.common.structure.page中的类
Limit
Limit(Integer, Integer) - 类 的构造器cn.featherfly.common.structure.page.Limit
 
Limit(Page) - 类 的构造器cn.featherfly.common.structure.page.Limit
 
LimitQueue<E> - cn.featherfly.common.structure中的类
固定长度队列
LimitQueue(int) - 类 的构造器cn.featherfly.common.structure.LimitQueue
 
LimitQueue(int, Queue<E>) - 类 的构造器cn.featherfly.common.structure.LimitQueue
 
LimitQueue(int, Queue<E>, Lock) - 类 的构造器cn.featherfly.common.structure.LimitQueue
 
linkUri(String, String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
link startUri and endUri ignoreCase the separator end of startUri and the separator start and end of endUri linkUri("/a/b/","/c/d/") return /a/b/c/d
linkUri(String, String, boolean) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
link startUri and endUri ignoreCase the separator end of startUri and the separator start and end of endUri linkUri("/a/b/","/c/d/") return /a/b/c/d if ignoreCaseEmpty is true and the startUri is empty,will return endUri if ignoreCaseEmpty = true linkUri("","c/d/") return c/d if ignoreCaseEmpty = false linkUri("","c/d/") return /c/d
linkUri(String...) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
link given uris as given linkUri("/a/b/","c/d","/11/22/","/33/44/") return /a/b/c/d/11/22/33/44
linkUri(boolean, String...) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
link given uris as given linkUri("/a/b/","c/d","/11/22/","/33/44/") return /a/b/c/d/11/22/33/44 if ignoreCaseEmpty is true and the beforeUri is empty,will return afterUri if ignoreCaseEmpty = true linkUri("","","c/d") return c/d if ignoreCaseEmpty = false linkUri("","","c/d") return /c/d
listAll(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
listAll(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
listAll(File, FileFilter) - 类 中的静态方法cn.featherfly.common.io.FileUtils
列出目录中的所有文件和目录,包括其子目录中的文件和目录。.
listAll() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
listAll() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
load(InputStream) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
load(InputStream) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
load(Reader) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
load(Class<T>) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
使用Java SPI加载指定服务.
load(Class<T>, T) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
使用Java SPI加载指定服务,如果没有找到则使用传入的默认实现.
load(Class<T>, T, ServiceLoaderUtils.MultiPolicy, ServiceLoaderUtils.NotFoundPolicy) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
使用Java SPI加载指定服务,如果没有找到则使用传入的默认实现.
loadAll(Class<T>) - 类 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils
使用Java SPI加载全部服务
loadClass(String, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
使用传入的名称加载类(class).
LoadedMessageLocalizedExceptionCode - cn.featherfly.common.exception中的类
LoadedMessageLocalizedExceptionCode
LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
 
LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Object[]) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
 
LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Locale) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
 
LoadedMessageLocalizedExceptionCode(Class<? extends Throwable>, String, Integer, String, Locale, Object[]) - 类 的构造器cn.featherfly.common.exception.LoadedMessageLocalizedExceptionCode
 
LocalDirStorage<E> - cn.featherfly.common.storage中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
LocalDirStorage() - 类 的构造器cn.featherfly.common.storage.LocalDirStorage
 
LocaleManager - cn.featherfly.common.locale中的接口
LocaleManager
LocaleNumber - cn.featherfly.common.lang.number中的接口
LocaleNumber 2019-08-16
LocalizedAssert<E extends java.lang.RuntimeException> - cn.featherfly.common.lang.asserts中的类
断言工具类,对于满足断言的情况,抛出支持国际化消息输出的异常 一般用于检查传入参数是否合法
LocalizedAssert(Class<E>) - 类 的构造器cn.featherfly.common.lang.asserts.LocalizedAssert
 
LocalizedCodeException - cn.featherfly.common.exception中的异常错误
支持国际化消息输出的异常
LocalizedCodeException() - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
构造方法
LocalizedCodeException(LocalizedExceptionCode) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
构造方法
LocalizedCodeException(LocalizedExceptionCode, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedCodeException
构造方法
LocalizedException - cn.featherfly.common.exception中的异常错误
支持国际化消息输出的异常
LocalizedException() - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(String) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.LocalizedException
构造方法
LocalizedExceptionCode - cn.featherfly.common.exception中的接口
LocalizedExceptionCode
LocalizedExceptionUtils - cn.featherfly.common.exception中的类
抛出国际化支持的异常信息
LocalizedMessage - cn.featherfly.common.locale中的接口
LocaleMessage .
LocationPoint - cn.featherfly.common.location中的类
定位点(经度,纬度对应的一个点)
LocationPoint() - 类 的构造器cn.featherfly.common.location.LocationPoint
Instantiates a new Location point.
LocationPoint(double, double) - 类 的构造器cn.featherfly.common.location.LocationPoint
Instantiates a new Location point.
LocationUtils - cn.featherfly.common.location中的类
The type Location utils.
logger - 类 中的变量cn.featherfly.common.bean.ReflectionBeanPropertyFactory
logger
logger - 异常错误 中的变量cn.featherfly.common.exception.BaseException
logger
logger - 类 中的变量cn.featherfly.common.io.PropertiesPlus
 
logger - 类 中的变量cn.featherfly.common.io.Watcher
The logger.
logger - 类 中的变量cn.featherfly.common.lang.executor.AutoAsyncExecutor
logger
logger - 类 中的变量cn.featherfly.common.lang.matcher.AbstractMemberMatcher
logger
logger() - 类 中的静态方法cn.featherfly.common.log.LoggerUtils
 
logger - 类 中的变量cn.featherfly.common.storage.file.FileLocalDirStorage
日志对象
logger - 类 中的变量cn.featherfly.common.storage.LocalDirStorage
日志对象
logger - 类 中的变量cn.featherfly.common.storage.stream.RemoteStorage
日志
LoggerFactory - cn.featherfly.common.log中的类
LoggerFactory
LoggerFactory() - 类 的构造器cn.featherfly.common.log.LoggerFactory
 
loggers - 类 中的静态变量cn.featherfly.common.log.LoggerUtils
 
LoggerUtils - cn.featherfly.common.log中的类
LoggerUtils
LoggerUtils() - 类 的构造器cn.featherfly.common.log.LoggerUtils
 
Logic - cn.featherfly.common.enums中的枚举
判断逻辑的枚举
LogUtils - cn.featherfly.common.lang中的类
The Class LogUtils.
LogUtils() - 类 的构造器cn.featherfly.common.lang.LogUtils
Instantiates a new log utils.

M

makeDirectory(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
创建指定的目录。
makeDirectory(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
创建指定的目录。
MapBeanDescriptor<T> - cn.featherfly.common.bean中的类
map 的描述信息
MapBeanDescriptor(Class<T>) - 类 的构造器cn.featherfly.common.bean.MapBeanDescriptor
 
match(BeanProperty<?>) - 类 中的方法cn.featherfly.common.bean.matcher.BeanPropertyAnnotationMatcher
匹配
match(BeanProperty<?>) - 类 中的方法cn.featherfly.common.bean.matcher.BeanPropertyClassMatcher
匹配
match(BeanProperty<?>) - 类 中的方法cn.featherfly.common.bean.matcher.BeanPropertyNameRegexMatcher
匹配
match(O) - 类 中的方法cn.featherfly.common.data.GroupMatcher
匹配
match(O) - 接口 中的方法cn.featherfly.common.data.Matcher
匹配
match(Field) - 类 中的方法cn.featherfly.common.lang.matcher.FieldAnnotationMatcher
匹配
match(Field) - 类 中的方法cn.featherfly.common.lang.matcher.FieldTypeMatcher
匹配
match(T) - 类 中的方法cn.featherfly.common.lang.matcher.MemberModifierMatcher
匹配
match(Member) - 类 中的方法cn.featherfly.common.lang.matcher.MemberNameRegexMatcher
匹配
match(Method) - 类 中的方法cn.featherfly.common.lang.matcher.MethodAnnotationMatcher
匹配
match(Method) - 类 中的方法cn.featherfly.common.lang.matcher.MethodParamTypeMatcher
匹配
match(Method) - 类 中的方法cn.featherfly.common.lang.matcher.MethodReturnTypeMatcher
匹配
match(T) - 类 中的方法cn.featherfly.common.structure.tree.matcher.TreeNodeEqualsMatcher
匹配
Matcher<O> - cn.featherfly.common.data中的接口
匹配器
MemberGroupMatcher<T extends java.lang.reflect.Member> - cn.featherfly.common.lang.matcher中的类
Member匹配组
MemberGroupMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.MemberGroupMatcher
 
MemberGroupMatcher(Logic, MemberMatcher<T>...) - 类 的构造器cn.featherfly.common.lang.matcher.MemberGroupMatcher
 
MemberGroupMatcher(MemberMatcher<T>...) - 类 的构造器cn.featherfly.common.lang.matcher.MemberGroupMatcher
 
MemberMatcher<T extends java.lang.reflect.Member> - cn.featherfly.common.lang.matcher中的接口
Member匹配接口
MemberModifierMatcher<T extends java.lang.reflect.Member> - cn.featherfly.common.lang.matcher中的类
匹配Member Modifier的实现
MemberModifierMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.MemberModifierMatcher
 
MemberModifierMatcher(Modifier) - 类 的构造器cn.featherfly.common.lang.matcher.MemberModifierMatcher
 
MemberNameRegexMatcher<T extends java.lang.reflect.Member> - cn.featherfly.common.lang.matcher中的类
正则匹配Member名称的实现
MemberNameRegexMatcher(String) - 类 的构造器cn.featherfly.common.lang.matcher.MemberNameRegexMatcher
 
MemberNameRegexMatcher(String, int) - 类 的构造器cn.featherfly.common.lang.matcher.MemberNameRegexMatcher
 
mergeChild(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
如果传入节点存在,替换节点,不存在就添加
mergeChild(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
如果传入节点存在,替换节点,不存在就添加
mergeProperties(E, E) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性合并
mergeProperties(E, E, CopyRuleEnum) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性合并
mergeProperties(E, E, CopyRule) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
对象属性合并
message - 类 中的变量cn.featherfly.common.exception.SimpleExceptionCode
 
MethodAnnotationMatcher - cn.featherfly.common.lang.matcher中的类
匹配Method的注解的实现
MethodAnnotationMatcher(Class<?>...) - 类 的构造器cn.featherfly.common.lang.matcher.MethodAnnotationMatcher
使用并集判断逻辑来匹配.
MethodAnnotationMatcher(Logic, Class<?>...) - 类 的构造器cn.featherfly.common.lang.matcher.MethodAnnotationMatcher
使用指定的判断逻辑来匹配.
MethodDescriptor - cn.featherfly.common.lang.reflect中的类
MethodDescriptor
MethodDescriptor(Method) - 类 的构造器cn.featherfly.common.lang.reflect.MethodDescriptor
 
MethodGroupMatcher - cn.featherfly.common.lang.matcher中的类
Method匹配组
MethodGroupMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.MethodGroupMatcher
 
MethodGroupMatcher(Logic, MethodMatcher...) - 类 的构造器cn.featherfly.common.lang.matcher.MethodGroupMatcher
 
MethodGroupMatcher(MethodMatcher...) - 类 的构造器cn.featherfly.common.lang.matcher.MethodGroupMatcher
 
MethodMatcher - cn.featherfly.common.lang.matcher中的接口
Method匹配接口
MethodModifierMatcher - cn.featherfly.common.lang.matcher中的类
匹配Method Modifier的实现
MethodModifierMatcher() - 类 的构造器cn.featherfly.common.lang.matcher.MethodModifierMatcher
 
MethodModifierMatcher(Modifier) - 类 的构造器cn.featherfly.common.lang.matcher.MethodModifierMatcher
 
MethodNameRegexMatcher - cn.featherfly.common.lang.matcher中的类
正则匹配Method名称的实现
MethodNameRegexMatcher(String) - 类 的构造器cn.featherfly.common.lang.matcher.MethodNameRegexMatcher
 
MethodNameRegexMatcher(String, int) - 类 的构造器cn.featherfly.common.lang.matcher.MethodNameRegexMatcher
 
MethodParameter - cn.featherfly.common.lang.reflect中的类
MethodParameter
MethodParameter() - 类 的构造器cn.featherfly.common.lang.reflect.MethodParameter
 
MethodParamTypeMatcher - cn.featherfly.common.lang.matcher中的类
匹配Method的返回类型的实现
MethodParamTypeMatcher(Class<?>...) - 类 的构造器cn.featherfly.common.lang.matcher.MethodParamTypeMatcher
 
MethodReturnTypeMatcher - cn.featherfly.common.lang.matcher中的类
匹配Method的返回类型的实现
MethodReturnTypeMatcher(Class<?>) - 类 的构造器cn.featherfly.common.lang.matcher.MethodReturnTypeMatcher
 
MethodReturnTypeMatcher(Class<?>, boolean) - 类 的构造器cn.featherfly.common.lang.matcher.MethodReturnTypeMatcher
 
Modifier - cn.featherfly.common.lang.reflect中的枚举
Modifier
module - 类 中的变量cn.featherfly.common.exception.SimpleExceptionCode
 
MONDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期一.
MONDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期一.
moveDirectory(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
移动文件夹.
moveFile(String, String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
移动文件.

N

newInstance(Class<T>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
实例化.
newInstance(Class<T>, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
实例化.
newInstance(Constructor<T>, Object...) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
实例化.
newInstance(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
根据传入类型创建Collection实例 .
newMap(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
根据传入的类型生成Map实例 .
next() - 类 中的方法cn.featherfly.common.lang.ClassLoaderUtils.AggregateIterator
 
NodeExecutor<T extends TreeNodeModel<T>> - cn.featherfly.common.structure.tree中的接口
节点操作的接口
NoRenamePolicy - cn.featherfly.common.io.file.rename中的类
不重名的策略(原样返回)
NoRenamePolicy() - 类 的构造器cn.featherfly.common.io.file.rename.NoRenamePolicy
 
NoSuchPropertyException - cn.featherfly.common.bean中的异常错误
没有找到相应属性的异常.
NoSuchPropertyException(Class<?>, String) - 异常错误 的构造器cn.featherfly.common.bean.NoSuchPropertyException
 
NoSuchPropertyException(Class<?>, String, Locale) - 异常错误 的构造器cn.featherfly.common.bean.NoSuchPropertyException
 
NoSuchPropertyException(Class<?>, String, Throwable) - 异常错误 的构造器cn.featherfly.common.bean.NoSuchPropertyException
 
NULL_STRING - 类 中的静态变量cn.featherfly.common.lang.Strings
null的字符串表示
public static String NULL_STRING = "null" .
NULL_STRING - 类 中的静态变量cn.featherfly.common.lang.StringUtils
已过时。
null的字符串表示
public static String NULL_STRING = "null"
num - 类 中的变量cn.featherfly.common.exception.SimpleExceptionCode
 
NumberUtils - cn.featherfly.common.lang中的类
NumberUtils .

O

objectArrayToStringArray(Object[]) - 类 中的静态方法cn.featherfly.common.lang.Strings
将数转换成字符串数组,使用对象的toString方法.
objectArrayToStringArray(Object[]) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将数转换成字符串数组,使用对象的toString方法.
offer(E) - 类 中的方法cn.featherfly.common.structure.LimitQueue
入队
onEvent(WatchEvent<Path>, Path) - 接口 中的方法cn.featherfly.common.io.WatchListener
 
outputImage(int, int, File, String) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
生成指定验证码图像文件.
outputImage(int, int, OutputStream, String) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
输出指定验证码图片流
outputVerifyImage(int, int, File, int) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
生成随机验证码文件,并返回验证码值
outputVerifyImage(int, int, OutputStream, int) - 类 中的静态方法cn.featherfly.common.validate.ValidateCodeUtils
输出随机验证码图片流,并返回验证码值

P

packageToDir(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
packageToDir(Package) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
packageToDir(String) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
packageToFile(Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
packageToFile(Class<?>, boolean) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
转换包模式为目录模式.xx.yy.Ttt -> xx/yy/Ttt
Page - cn.featherfly.common.structure.page中的接口
分页模型
Pagination - cn.featherfly.common.structure.page中的接口
分页模型
PaginationResults<E> - cn.featherfly.common.structure.page中的接口
带结果集的分页模型
Parameter - cn.featherfly.common.form中的接口
Parameter
Parent - cn.featherfly.common.structure.tree.annotation中的注释类型
树结构对象标注获取父节点的方法
parentClass(Class<?>, Class<?>) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
返回传入类型的共同父类
parse(String, String) - 类 中的静态方法cn.featherfly.common.lang.Dates
将传入的参数(第一个)以传入的格式(第二个)进行日期转换 .
parse(String) - 类 中的静态方法cn.featherfly.common.lang.Dates
将传入的参数转换为日期 .
parse(String, String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
将传入的参数(第一个)以传入的格式(第二个)进行日期转换
parse(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
将传入的参数转换为日期
parse(String, Class<T>) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将字符串转换为对应的类型,如果传入字符串是null或者空字符串,则返回null .
parse(String, Byte) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入字符串转换为Byte,如果转换不了则返回传入的默认值 .
parse(String, Integer) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入字符串转换为Integer,如果转换不了则返回传入的默认值 .
parse(String, Long) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入字符串转换为Long,如果转换不了则返回传入的默认值 .
parse(String, Double) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入字符串转换为Double,如果转换不了则返回传入的默认值 .
parse(String, Float) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入字符串转换为Float,如果转换不了则返回传入的默认值 .
parse(String, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the.
parse62Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 62 unit.
parse62UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 62 unit to int.
parse62UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 62 unit to long.
parse64Unit(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 64 unit.
parse64UnitToInt(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 64 unit to int.
parse64UnitToLong(String) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
Parses the 64 unit to long.
parseDate(String) - 类 中的静态方法cn.featherfly.common.lang.Dates
将传入的参数以yyyy-MM-dd的格式进行日期转换 .
parseDate(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
将传入的参数以yyyy-MM-dd的格式进行日期转换
parseTime(String) - 类 中的静态方法cn.featherfly.common.lang.Dates
将传入的参数以yyyy-MM-dd hh:mm:ss的格式进行日期转换 .
parseTime(String) - 类 中的静态方法cn.featherfly.common.lang.DateUtils
已过时。
将传入的参数以yyyy-MM-dd hh:mm:ss的格式进行日期转换
parseToPercent(double, int) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
转换为百分比表示的字符串
parseToPercent(double) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
转换为百分比表示的字符串,不保留小数精度.
parseToUpperFirst(String, char) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将传入字符串中含有相应符号后的首个字符转换为大写,并去符号
parseUnit(long) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将传入的数值转换为带单位(KB,MB,GB等)的字符串 如2032转换为1.98 KB,254855398转换为243.04 MB
peek() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
pick(T, T) - 类 中的静态方法cn.featherfly.common.lang.Lang
如果第一个参数为空(null),返回第二个参数,否则返回第一个参数 .
pick(T, T) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
如果第一个参数为空(null),返回第二个参数,否则返回第一个参数 .
pickFirst(T...) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回第一个非空的项,!
pickFirst(T...) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回第一个非空的项,!
pickFirst(String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
返回第一个有效的字符串(不是null,不是空字符串,不是由全空白字符组成的字符串) .
pickFirst(String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
返回第一个有效的字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
pickLast(T...) - 类 中的静态方法cn.featherfly.common.lang.Lang
返回最后一个非空的对象,!
pickLast(T...) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
返回最后一个非空的对象,!
pickLast(String...) - 类 中的静态方法cn.featherfly.common.lang.Strings
返回最后一个有效字符串(不是null,不是空字符串,不是由全空白字符组成的字符串) .
pickLast(String...) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
返回最后一个有效字符串(不是null,不是空字符串,不是由全空白字符组成的字符串)
pickNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
如果第一个为有效的字符串(不是null,空串,全空白字符组成的字符串),则返回,否则返回第二个.
pickNotBlank(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
如果第一个为有效的字符串(不是null,空串,全空白字符组成的字符串),则返回,否则返回第二个.
pickNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
如果第一个为有效的字符串(不是null,空串),则返回,否则返回第二个.
pickNotEmpty(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
如果第一个为有效的字符串(不是null,空串),则返回,否则返回第二个.
poll() - 类 中的方法cn.featherfly.common.structure.LimitQueue
出队
printClassLoader() - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
打印输出当前类加载器的层次结构 - 调试很有用.
printClassLoader(ClassLoader) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
打印输出给定类加载器的层次结构 - 调试很有用
ProjectModuleDateLocalDirStorage<E> - cn.featherfly.common.storage中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
ProjectModuleDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
 
PropertiesImpl - cn.featherfly.common.io中的类
PropertiesImpl
PropertiesImpl() - 类 的构造器cn.featherfly.common.io.PropertiesImpl
Creates an empty property list with no default values.
PropertiesImpl(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
Creates an empty property list with the specified defaults.
PropertiesImpl(Charset) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
Creates an empty property list with no default values.
PropertiesImpl(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
Creates an empty property list with no default values.
PropertiesImpl(Properties, Charset) - 类 的构造器cn.featherfly.common.io.PropertiesImpl
Creates an empty property list with no default values.
PropertiesPlus - cn.featherfly.common.io中的类
java.util.Properties Plus
PropertiesPlus() - 类 的构造器cn.featherfly.common.io.PropertiesPlus
Creates an empty property list with no default values.
PropertiesPlus(Properties) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
Creates an empty property list with the specified defaults.
PropertiesPlus(Properties, Charset) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
Creates an empty property list with the specified defaults.
PropertiesPlus(Charset) - 类 的构造器cn.featherfly.common.io.PropertiesPlus
Creates an empty property list with no default values.
PropertyAccessException - cn.featherfly.common.bean中的异常错误
属性存取异常.
PropertyAccessException(Class<?>, String) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
 
PropertyAccessException(Class<?>, String, Locale) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
 
PropertyAccessException(Class<?>, String, Throwable) - 异常错误 的构造器cn.featherfly.common.bean.PropertyAccessException
 
PropertyException - cn.featherfly.common.bean中的异常错误
属性异常.
PropertyException(Class<?>, String, String) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
 
PropertyException(Class<?>, String, String, Locale) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
 
PropertyException(Class<?>, String, String, Throwable) - 异常错误 的构造器cn.featherfly.common.bean.PropertyException
 
put(K, V) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
Put value with key.
putAllChain(Map<? extends K, ? extends V>) - 接口 中的方法cn.featherfly.common.structure.ChainMap
带链式调用的putAll方法.
putAllChain(Map<? extends K, ? extends V>) - 类 中的方法cn.featherfly.common.structure.HashChainMap
带链式调用的putAll方法.
putChain(K, V) - 接口 中的方法cn.featherfly.common.structure.ChainMap
带链式调用的put方法.
putChain(K, V) - 类 中的方法cn.featherfly.common.structure.HashChainMap
带链式调用的put方法.

R

Radix - cn.featherfly.common.lang.number中的枚举
Radixs .
Randoms - cn.featherfly.common.lang中的类
随机生成工具类
Randoms.CharType - cn.featherfly.common.lang中的枚举
字符类型.
RandomUtils - cn.featherfly.common.lang中的类
已过时。
use Randoms instead
RandomUtils.CharType - cn.featherfly.common.lang中的枚举
已过时。
字符类型.
RectangleRange - cn.featherfly.common.location中的类
矩形范围
RectangleRange() - 类 的构造器cn.featherfly.common.location.RectangleRange
Instantiates a new Rectangle Range.
RectangleRange(LocationPoint, LocationPoint, LocationPoint, LocationPoint) - 类 的构造器cn.featherfly.common.location.RectangleRange
Instantiates a new Rectangle Range.
ReflectException - cn.featherfly.common.exception中的异常错误
InitException .
ReflectException() - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(String) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new inits the exception.
ReflectException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.ReflectException
Instantiates a new reflect exception.
ReflectionBeanPropertyFactory - cn.featherfly.common.bean中的类
动态创建指定类型指定属性对应的BeanProperty子类的工厂.
ReflectionBeanPropertyFactory() - 类 的构造器cn.featherfly.common.bean.ReflectionBeanPropertyFactory
 
RemoteFileStorage - cn.featherfly.common.storage.file中的类
远程存储
RemoteFileStorage() - 类 的构造器cn.featherfly.common.storage.file.RemoteFileStorage
 
RemoteStorage<E,ID> - cn.featherfly.common.storage.stream中的类
远程存储
RemoteStorage() - 类 的构造器cn.featherfly.common.storage.stream.RemoteStorage
 
RemoteStreamStorage - cn.featherfly.common.storage.stream中的类
远程流存储
RemoteStreamStorage() - 类 的构造器cn.featherfly.common.storage.stream.RemoteStreamStorage
 
remove() - 类 中的方法cn.featherfly.common.lang.ClassLoaderUtils.AggregateIterator
 
remove() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
remove(Object) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
remove(K) - 类 中的方法cn.featherfly.common.structure.ThreadLocalMap
Removes the key.
remove() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
将当前节点从其父节点移出
remove() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
将当前节点从其父节点移出
removeAll(Collection<?>) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
removeBlack(T) - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
从黑名单移除项
removeBlack(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
从黑名单移除项
removeChildNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
移出子节点
removeChildNode(T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
移出子节点
removeChildNodes() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
移出所有子节点
removeChildNodes() - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
移出所有子节点
removeEndSeparator(String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
remove end separator of uri /aaa/ -> /aaa
removeSpaces(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
删除String中的所有空格,并返回删除后的String.
removeSpaces(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
删除String中的所有空格,并返回删除后的String.
removeStartAndEndSeparator(String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
remove start and end separator of uri /aaa/ -> aaa
removeStartSeparator(String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
remove start separator of uri /aaa/ -> aaa/
removeWhite(T) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
从白名单移除项
removeWhite(T) - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
从白名单移除项
rename(String) - 类 中的方法cn.featherfly.common.io.file.rename.NoRenamePolicy
重命名
rename(String) - 类 中的方法cn.featherfly.common.io.file.rename.TimestampRenamePolicy
重命名
rename(String) - 类 中的方法cn.featherfly.common.io.file.rename.UUIDRenamePolicy
重命名
rename(String) - 接口 中的方法cn.featherfly.common.io.file.RenamePolicy
重命名
RenamePolicy - cn.featherfly.common.io.file中的接口
重命名策略
replace(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
文本替换 .
replace(String, String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
文本替换
replaceChild(TreeNode<E>, TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
替换指定节点
replaceChild(T, T) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
替换指定节点
RESOURCE_SIGN - 类 中的静态变量cn.featherfly.common.locale.ResourceBundleUtils
Bundle标识符
ResourceBundle - cn.featherfly.common.locale中的接口
ResourceBundle
ResourceBundleFactory - cn.featherfly.common.locale中的接口
ResourceBundleFactory
ResourceBundleUtils - cn.featherfly.common.locale中的类
ResourceBundleUtils
retainAll(Collection<?>) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
retrieve(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
获得对象
retrieve(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
获得对象
retrieve(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
获得对象
retrieve(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
获得对象
retrieve(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
获得对象
ROOT_DEPTH - 类 中的静态变量cn.featherfly.common.structure.tree.SimpleTreeNode
根节点的层级
ROOT_DEPTH - 接口 中的静态变量cn.featherfly.common.structure.tree.TreeNodeModel
根节点的DEPTH值

S

SATURDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期六.
SATURDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期六.
SEPARATOR - 类 中的静态变量cn.featherfly.common.lang.UriUtils
uri路径分隔符
SerializedLambdaInfo() - 类 的构造器cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
 
ServiceLoaderUtils - cn.featherfly.common.lang中的类
ServiceLoaderUtils
ServiceLoaderUtils.MultiPolicy - cn.featherfly.common.lang中的枚举
找到多个服务时的策略
ServiceLoaderUtils.NotFoundPolicy - cn.featherfly.common.lang中的枚举
没有找到服务时的策略
setAnnotations(Annotation[]) - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
设置annotations
setAutoClearNodeList(boolean) - 类 中的方法cn.featherfly.common.structure.tree.Tree
设置autoClearNodeList
setBaseDir(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置baseDir
setBaseDir(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置baseDir
setBlackList(Collection<T>) - 接口 中的方法cn.featherfly.common.policy.BlackListPolicy
设置策略
setBlackList(Collection<T>) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
设置blackList
setCharset(Charset) - 异常错误 中的方法cn.featherfly.common.exception.LocalizedException
设置charset.
setCode(String) - 类 中的方法cn.featherfly.common.validate.Errors
设置code
setContentType(String) - 类 中的方法cn.featherfly.common.io.file.FileWrapper
 
setDirectory(Path) - 类 中的方法cn.featherfly.common.io.Watcher
设置directory.
setEnableBlackList(boolean) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
设置enableBlackList
setEnabled(boolean) - 类 中的方法cn.featherfly.common.lang.LogUtils
Sets the enabled.
setEnableWhiteList(boolean) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
设置enableWhiteList
setErrorMessages(List<String>) - 类 中的方法cn.featherfly.common.validate.Errors
设置errorMessages
setEvents(WatchEvent.Kind<?>[]) - 类 中的方法cn.featherfly.common.io.Watcher
设置events.
setExecutorService(ExecutorService) - 类 中的方法cn.featherfly.common.lang.executor.AutoAsyncExecutor
设置executorService
setField(E, String, Object) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
设置字段值(绕过访问控制,可以设置私有字段)
setFieldErrors(List<FieldError>) - 类 中的方法cn.featherfly.common.validate.Errors
设置fieldErrors
setFieldValue(Class<?>, String, Object) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
设置目标类型的指定类型的静态字段值,支持多层嵌套 例如, user.address.no
setFieldValue(Object, String, Object) - 类 中的静态方法cn.featherfly.common.lang.ClassUtils
设置目标对象的指定类型的字段值,支持多层嵌套 例如, user.address.no
setFileName(String) - 类 中的方法cn.featherfly.common.io.file.FileWrapper
 
setHost(String) - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
设置host
setJavaClassPath(String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
设置javaclassPath
setJavaIoTmpdir(String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
设置javaIoTmpdir
setJavaLibraryPath(String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
设置javaLibraryPath
setLatitude(double) - 类 中的方法cn.featherfly.common.location.LocationPoint
Sets latitude.
setLeftBottom(LocationPoint) - 类 中的方法cn.featherfly.common.location.RectangleRange
Sets left bottom.
setLeftTop(LocationPoint) - 类 中的方法cn.featherfly.common.location.RectangleRange
Sets left top.
setListener(WatchListener) - 类 中的方法cn.featherfly.common.io.Watcher
设置listener.
setLogic(Logic) - 类 中的方法cn.featherfly.common.data.GroupMatcher
设置logic
setLongitude(double) - 类 中的方法cn.featherfly.common.location.LocationPoint
Sets longitude.
setMatchers(Set<M>) - 类 中的方法cn.featherfly.common.data.GroupMatcher
设置matchers
setMessage(String) - 类 中的方法cn.featherfly.common.validate.Errors
设置message
setMessage(String) - 类 中的方法cn.featherfly.common.validate.FieldError
设置message
setMethod(Method) - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
设置method
setMethodParameters(MethodParameter[]) - 类 中的方法cn.featherfly.common.lang.reflect.MethodDescriptor
设置methodParameters
setModule(String) - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
设置module
setModule(String) - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
设置module
setName(String) - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
设置name
setName(String) - 类 中的方法cn.featherfly.common.validate.FieldError
设置name
setNodeObject(E) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
设置节点存放的对象
setNodeObject(O) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNode
设置节点存放的对象
setNumber(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePage
设置number.
setNumber(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
设置当前页数(第几页) .
setPageNumber(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
setPageResults(List<E>) - 接口 中的方法cn.featherfly.common.structure.page.PaginationResults
设置结果集
setPageResults(List<E>) - 类 中的方法cn.featherfly.common.structure.page.SimplePaginationResults
设置结果集
setPageSize(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
setParentNode(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
设置parentNode
setPort(Integer) - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
设置port
setProject(String) - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
设置project
setProject(String) - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
设置project
setProperty(T, String, Object) - 类 中的方法cn.featherfly.common.bean.BeanDescriptor
设置属性 .
setProperty(E, String, Object) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
设置属性值
setProperty(T, String, Object) - 类 中的方法cn.featherfly.common.bean.MapBeanDescriptor
设置属性
setProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
setProperty(String, String, String) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
setProperty(Properties.Property) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
setProperty(String, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
setProperty(String, String, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
setProperty(Properties.Property) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
setProperty(String, String) - 类 中的静态方法cn.featherfly.common.lang.SystemPropertyUtils
设置环境变量
setPropertyName(String) - 异常错误 中的方法cn.featherfly.common.bean.PropertyException
 
setRecursionLevel(int) - 类 中的方法cn.featherfly.common.lang.LogUtils
Sets the recursion level.
setRelativeDir(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置relativeDir
setRelativeDir(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置relativeDir
setRenamePolicy(RenamePolicy) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置renamePolicy
setRenamePolicy(RenamePolicy) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置renamePolicy
setRightBottom(LocationPoint) - 类 中的方法cn.featherfly.common.location.RectangleRange
Sets right bottom.
setRightTop(LocationPoint) - 类 中的方法cn.featherfly.common.location.RectangleRange
Sets right top.
setSeed(long) - 类 中的静态方法cn.featherfly.common.lang.Randoms
使用单个 long 种子设置此随机数生成器的种子
setSeed(long) - 类 中的静态方法cn.featherfly.common.lang.RandomUtils
已过时。
使用单个 long 种子设置此随机数生成器的种子
setShow(String) - 类 中的方法cn.featherfly.common.validate.ValidateCode
设置show
setSize(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePage
设置size.
setSize(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
设置每页数量 .
setSize(int) - 类 中的方法cn.featherfly.common.validate.SimpleValidateCodeGenerator
设置size.
setStorageId(String) - 类 中的方法cn.featherfly.common.io.file.FileWrapper
设置storageId
setTotal(Integer) - 类 中的方法cn.featherfly.common.structure.page.SimplePagination
设置总数 .
setType(Class<?>) - 类 中的方法cn.featherfly.common.lang.reflect.MethodParameter
设置type
setValid(String) - 类 中的方法cn.featherfly.common.validate.ValidateCode
设置valid
setValue(Object, Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
设置属性
setValue(String) - 类 中的方法cn.featherfly.common.validate.FieldError
设置value
setValueForce(Object, Object) - 类 中的方法cn.featherfly.common.bean.BeanProperty
强制设置属性,使用field而非setter设置
setWhiteList(Collection<T>) - 类 中的方法cn.featherfly.common.policy.WhiteBlackListPolicy
设置策略
setWhiteList(Collection<T>) - 接口 中的方法cn.featherfly.common.policy.WhiteListPolicy
设置策略
setWithDay(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withDay
setWithDay(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withDay
setWithExtName(boolean) - 类 中的方法cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
设置是否包含扩展名
setWithMonth(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withMonth
setWithMonth(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withMonth
setWithYear(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withYear
setWithYear(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withYear
SEVEN - 接口 中的静态变量cn.featherfly.common.constant.Unit
7进制
SEVEN_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
7进制最大值6
show(Tree<E>) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
显示树的结构
show(TreeNode<E>) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
显示节点的结构
show(Tree<E>, PrintStream) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
显示树的结构
show(TreeNode<E>, PrintStream) - 类 中的静态方法cn.featherfly.common.structure.tree.util.TreeNodeTestUtils
显示节点的结构
showClassLoaderHierarchy(Object, String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
显示类加载器的层次结构.
showClassLoaderHierarchy(Object, String, String, String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
显示类加载器的层次结构.
showClassLoaderHierarchy(ClassLoader) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
显示给定类加载器的层次结构.
showClassLoaderHierarchy(ClassLoader, String, String) - 类 中的静态方法cn.featherfly.common.lang.ClassLoaderUtils
显示给定类加载器的层次结构.
SimpleExceptionCode - cn.featherfly.common.exception中的类
SimpleExceptionCode
SimpleExceptionCode(String, Integer, String) - 类 的构造器cn.featherfly.common.exception.SimpleExceptionCode
 
SimpleLocalizedExceptionCode - cn.featherfly.common.exception中的类
SimpleLocalizedExceptionCode
SimpleLocalizedExceptionCode(String, Integer, String) - 类 的构造器cn.featherfly.common.exception.SimpleLocalizedExceptionCode
 
SimpleLocalizedExceptionCode(String, Integer, String, Object[]) - 类 的构造器cn.featherfly.common.exception.SimpleLocalizedExceptionCode
 
SimpleLocalizedExceptionCode(String, Integer, String, Locale) - 类 的构造器cn.featherfly.common.exception.SimpleLocalizedExceptionCode
 
SimpleLocalizedExceptionCode(String, Integer, String, Locale, Object[]) - 类 的构造器cn.featherfly.common.exception.SimpleLocalizedExceptionCode
 
SimplePage - cn.featherfly.common.structure.page中的类
SimplePage .
SimplePage() - 类 的构造器cn.featherfly.common.structure.page.SimplePage
Instantiates a new simple page.
SimplePage(Integer, Integer) - 类 的构造器cn.featherfly.common.structure.page.SimplePage
Instantiates a new simple page.
SimplePagination - cn.featherfly.common.structure.page中的类
简单分页模型实现 .
SimplePagination() - 类 的构造器cn.featherfly.common.structure.page.SimplePagination
Instantiates a new simple pagination.
SimplePagination(Limit) - 类 的构造器cn.featherfly.common.structure.page.SimplePagination
Instantiates a new simple pagination.
SimplePagination(int, int) - 类 的构造器cn.featherfly.common.structure.page.SimplePagination
Instantiates a new simple pagination.
SimplePaginationResults<E> - cn.featherfly.common.structure.page中的类
带结果集的简单分页模型实现
SimplePaginationResults() - 类 的构造器cn.featherfly.common.structure.page.SimplePaginationResults
 
SimplePaginationResults(Limit) - 类 的构造器cn.featherfly.common.structure.page.SimplePaginationResults
 
SimplePaginationResults(int, int) - 类 的构造器cn.featherfly.common.structure.page.SimplePaginationResults
 
SimpleStateForm<P extends Parameter> - cn.featherfly.common.form中的类
有状态表单
SimpleStateForm(Form<P>, P) - 类 的构造器cn.featherfly.common.form.SimpleStateForm
 
SimpleTreeNode<E> - cn.featherfly.common.structure.tree中的类
树节点 修改人 zhongj 构造参数已经确定必须有id,去掉setId()方法 修改人 zhongj 去掉childNodes的setter方法,用appendChildNodes()来代替 修改人 zhongj 去掉isLeafNode属性,通过childsize来判断 修改人 zhongj 加入clone方法,实现深度复制
SimpleTreeNode(String) - 类 的构造器cn.featherfly.common.structure.tree.SimpleTreeNode
 
SimpleValidateCodeGenerator - cn.featherfly.common.validate中的类
VerifyCodeGenerator .
SimpleValidateCodeGenerator() - 类 的构造器cn.featherfly.common.validate.SimpleValidateCodeGenerator
Instantiates a new simple validate code generator.
SimpleValidateCodeGenerator(int) - 类 的构造器cn.featherfly.common.validate.SimpleValidateCodeGenerator
Instantiates a new simple validate code generator.
SIXTEEN - 接口 中的静态变量cn.featherfly.common.constant.Unit
16进制
SIXTY - 接口 中的静态变量cn.featherfly.common.constant.Unit
60进制
SIXTY_FOUR - 接口 中的静态变量cn.featherfly.common.constant.Unit
64进制
SIXTY_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
60进制最大值59
size() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
Slf4jLogger - cn.featherfly.common.log中的接口
Logger .
sort(Comparator<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
通过传入的指定比较器对该节点的子节点进行排序
sort(Comparator<TreeNode<E>>, boolean) - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
通过传入的指定比较器对该节点的子节点进行排序.
sort(Comparator<TreeNode<E>>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
通过传入的指定比较器对该树进行排序(所有子孙节点都会排序)
sort(Comparator<T>) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
通过传入的指定比较器对该节点的子节点进行排序
sort(Comparator<T>, boolean) - 接口 中的方法cn.featherfly.common.structure.tree.TreeNodeModel
通过传入的指定比较器对该节点的子节点进行排序.
split(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
此方法将给出的字符串source使用delim划分为单词数组.
split(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
此方法将给出的字符串source使用逗号划分为单词数组.
split(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
此方法将给出的字符串source使用delim划分为单词数组.
split(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
此方法将给出的字符串source使用逗号划分为单词数组.
splitToList(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
以指定的delim分隔符分隔String,并将分隔的每一个String作为List的一个元素.
splitToList(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
以指定的delim分隔符分隔String,并将分隔的每一个String作为List的一个元素.
splitUri(String) - 类 中的静态方法cn.featherfly.common.lang.UriUtils
返回以 / 分割 字符串(例如:/a/b/c/d/e,)后的字符串数组
START_NUM - 接口 中的静态变量cn.featherfly.common.exception.ExceptionCode
起始
startsWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
判断字符串是否以指定字符串开始,如果需要判断的源文本为null,返回false.
startsWith(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
判断字符串是否以指定字符串开始,如果需要判断的源文本为null,返回false.
StateForm<P extends Parameter> - cn.featherfly.common.form中的接口
有状态表单
Storage<E,ID> - cn.featherfly.common.storage中的接口
存储
StorageException - cn.featherfly.common.storage中的异常错误
StorageException
StorageException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
StorageException(String) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
StorageException(Throwable) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
store(OutputStream) - 类 中的方法cn.featherfly.common.io.PropertiesImpl
store(OutputStream) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
store(OutputStream, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
store(Writer, String) - 类 中的方法cn.featherfly.common.io.PropertiesPlus
store(File) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
存储对象
store(File) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
存储对象
store(E) - 接口 中的方法cn.featherfly.common.storage.Storage
存储对象
store(InputStream) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
存储对象
store(InputStream) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
存储对象
StreamDateLocalDirStorage - cn.featherfly.common.storage.stream中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
StreamDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
 
StreamProjectModuleDateLocalDirStorage - cn.featherfly.common.storage.stream中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
StreamProjectModuleDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
 
StreamStorage - cn.featherfly.common.storage.stream中的接口
文件存储
StringFormatter - cn.featherfly.common.lang.string中的类
JdkStringFormatter .
StringFormatter(char, char) - 类 的构造器cn.featherfly.common.lang.string.StringFormatter
Instantiates a new custom string formatter.
Strings - cn.featherfly.common.lang中的类
字符串的工具类 .
stringToUnicode(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
string2Unicode.
stringToUnicode(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
string2Unicode
StringUtils - cn.featherfly.common.lang中的类
已过时。
submit(P) - 接口 中的方法cn.featherfly.common.form.Form
提交
submit() - 类 中的方法cn.featherfly.common.form.SimpleStateForm
提交
submit() - 接口 中的方法cn.featherfly.common.form.StateForm
提交
substringAfter(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
取字符串从x开始后的字符,X为传入参数.
substringAfter(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
取字符串从x开始后的字符,X为传入参数.
substringBefore(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
取字符串的前X个字符,X为传入参数.
substringBefore(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
取字符串的前X个字符,X为传入参数.
substringLast(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
取字符串的后X个字符,X为传入参数.
substringLast(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
取字符串的后X个字符,X为传入参数.
subTree(TreeNode<E>) - 类 中的方法cn.featherfly.common.structure.tree.Tree
根据指定childNode查找树中相同节点,找到就以该节点作为根节点返回一棵子树
subTree(String) - 类 中的方法cn.featherfly.common.structure.tree.Tree
根据指定id查找树中相同id的节点,找到就以该节点作为根节点返回一棵子树
SUNDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期日.
SUNDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期日.
SystemPropertyUtils - cn.featherfly.common.lang中的类
系统默认属性工具类

T

TEN - 接口 中的静态变量cn.featherfly.common.constant.Unit
10进制
TEN_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
10进制最大值9
ThreadLocalMap<K,V> - cn.featherfly.common.structure中的类
ThreadLocalMap .
ThreadLocalMap() - 类 的构造器cn.featherfly.common.structure.ThreadLocalMap
 
throwException(Throwable) - 类 中的方法cn.featherfly.common.exception.ExceptionWrapper
throw exception with throwable.
throwException(String, Throwable) - 类 中的方法cn.featherfly.common.exception.ExceptionWrapper
throw exception with throwable and msg.
throwException(Class<? extends RuntimeException>, String, Object...) - 类 中的静态方法cn.featherfly.common.exception.LocalizedExceptionUtils
抛出指定类型的异常
throwException(Class<? extends RuntimeException>, Locale, String, Object...) - 类 中的静态方法cn.featherfly.common.exception.LocalizedExceptionUtils
抛出指定类型的异常
throwException(Class<? extends RuntimeException>, Throwable, String, Object...) - 类 中的静态方法cn.featherfly.common.exception.LocalizedExceptionUtils
抛出指定类型的异常
throwException(Class<? extends RuntimeException>, Throwable, Locale, String, Object...) - 类 中的静态方法cn.featherfly.common.exception.LocalizedExceptionUtils
抛出指定类型的异常
THURSDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期四.
THURSDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期四.
TimestampRenamePolicy - cn.featherfly.common.io.file.rename中的类
当前时间戳重命名策略
TimestampRenamePolicy() - 类 的构造器cn.featherfly.common.io.file.rename.TimestampRenamePolicy
 
toArray(Collection<A>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
转换为数组.
toArray(Collection<A>) - 类 中的静态方法cn.featherfly.common.lang.CollectionUtils
转换为数组.
toArray(Collection<A>) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为数组.
toArray(Collection<A>, Class<A>) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为数组.
toArray() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
toArray(T[]) - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
toByteArray(int) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入的int转换为长度为4的字节数组 .
toByteArray(short) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入的short转换为长度为2的字节数组 .
toChineseMoneyNumber(BigDecimal) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文大写的金额数字.
toChineseMoneyNumber(double) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文大写的金额数字.
toChineseNumber(long) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文大写数字.
toChineseNumber(long, boolean) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文数字.
toChineseNumber(int) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文大写数字.
toChineseNumber(int, boolean) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
将阿拉伯数字转换为中文数字.
toDate(LocalDateTime) - 类 中的静态方法cn.featherfly.common.lang.Dates
To date.
toDate(LocalDate) - 类 中的静态方法cn.featherfly.common.lang.Dates
To date.
toDouble(String, double) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串转换为双精度数.
toDouble(String, double) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串转换为双精度数
toEnum(Class<T>, Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
将传入对象转换为枚举 .
toEnum(Class<T>, Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
将传入对象转换为枚举 .
toFloat(String, float) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串转换为单精度数.
toFloat(String, float) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串转换为单精度数
toHtml(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
还原成html.
toHtml(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
还原成html
toInt(byte[]) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入的字节数组转换为int .
toInt(String, int) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串转换为整型数.
toInt(String, int) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串转换为整型数
toJdkProperties() - 类 中的方法cn.featherfly.common.io.PropertiesImpl
toJdkProperties() - 类 中的方法cn.featherfly.common.io.PropertiesPlus
toList(T...) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
To list.
toList(A[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为列表 .
toLocalDate(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
To local date.
toLocalDateTime(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
To local date time.
toLocalTime(Date) - 类 中的静态方法cn.featherfly.common.lang.Dates
To local time.
toLong(String, long) - 类 中的静态方法cn.featherfly.common.lang.Strings
将字符串转换为长整型数.
toLong(String, long) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将字符串转换为长整型数
toLowerCase(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
将传入字符串以小写形式返回 .
toLowerCase(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将传入字符串以小写形式返回
toMap(E) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
用传入参数的可读属性生成MAP
toMap(A...) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
转换为以数组索引为key,数组值为value的map.
toMap(A[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为以数组索引为key,数组值为value的map.
toMap2(A...) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
转换为以数组索引为key,数组值为value的map.
toMap2(A[]) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为以数组索引为key,数组值为value的map.
toMoneyNumberWord(double) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
get number display with locale langurage word
toMoneyNumberWord(double) - 接口 中的方法cn.featherfly.common.lang.number.LocaleNumber
get number display with locale langurage word
toNumbers(Class<A>, String...) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
To number array.
toNumberWord(int) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
get number display with locale langurage word
toNumberWord(long) - 类 中的方法cn.featherfly.common.lang.number.ChineseNumber
get number display with locale langurage word
toNumberWord(int) - 接口 中的方法cn.featherfly.common.lang.number.LocaleNumber
get number display with locale langurage word
toNumberWord(long) - 接口 中的方法cn.featherfly.common.lang.number.LocaleNumber
get number display with locale langurage word
toShort(byte[]) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将传入的字节数组转换为short .
toString() - 类 中的方法cn.featherfly.common.bean.BeanProperty
toString(E) - 类 中的静态方法cn.featherfly.common.bean.BeanUtils
 
toString(A[], char) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
将传入数组进行字符串转换,使用传入的符号作为数组之间的连接符号.
toString(Object) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
将传入数组进行字符串转换(与Collection的一样使用,分割) .
toString(E...) - 类 中的静态方法cn.featherfly.common.lang.ArrayUtils
将传入数组进行字符串转换(与Collection的一样使用,分割) .
toString() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializableSupplierLambdaInfo
toString() - 类 中的方法cn.featherfly.common.lang.LambdaUtils.SerializedLambdaInfo
toString(Object, String) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为String,如果不能转换(null)则使用默认值 .
toString(Object) - 类 中的静态方法cn.featherfly.common.lang.Lang
转换为String,如果不能转换(null)则返回null .
toString(Object, String) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
转换为String,如果不能转换(null)则使用默认值 .
toString(Object) - 类 中的静态方法cn.featherfly.common.lang.LangUtils
已过时。
转换为String,如果不能转换(null)则返回null .
toString(byte, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string.
toString(short, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string.
toString(int, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string.
toString(long, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string.
toString(BigInteger, Radix) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string.
toString() - 类 中的方法cn.featherfly.common.locale.JdkResourceBundleProxy
toString() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
toString() - 类 中的方法cn.featherfly.common.structure.LimitQueue
 
toString() - 类 中的方法cn.featherfly.common.structure.tree.SimpleTreeNode
 
toString() - 类 中的方法cn.featherfly.common.validate.ValidateCode
toString62Unit(byte) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 62 unit.
toString62Unit(short) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 62 unit.
toString62Unit(int) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 62 unit.
toString62Unit(long) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 62 unit.
toString62Unit(BigInteger) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 62 unit.
toString64Unit(byte) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 64 unit.
toString64Unit(short) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 64 unit.
toString64Unit(int) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 64 unit.
toString64Unit(long) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 64 unit.
toString64Unit(BigInteger) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
To string 64 unit.
touch(File) - 类 中的静态方法cn.featherfly.common.io.FileUtils
修改文件的最后访问时间。
touch(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
修改文件的最后访问时间。
touch(File[]) - 类 中的静态方法cn.featherfly.common.io.FileUtils
修改文件的最后访问时间。
touch(String[]) - 类 中的静态方法cn.featherfly.common.io.FileUtils
修改文件的最后访问时间。
toUnixPath(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
将DOS/Windows格式的路径转换为UNIX/Linux格式的路径。
toUpperCase(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
将传入字符串以大写形式返回 .
toUpperCase(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
将传入字符串以大写形式返回
toUTF8(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
UTF-8编码.
toUTF8(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
UTF-8编码.
toUTF8(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
UTF-8编码.
toUTF8(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
UTF-8编码.
trace(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
trace.
trace(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
记录日志(trace级别) .
Tree<E> - cn.featherfly.common.structure.tree中的类
树的数据结构 修改人 zhongj 修改subtree方法,首先深度复制节点,再返回副本对象形成的树对象
Tree(List<TreeNode<E>>) - 类 的构造器cn.featherfly.common.structure.tree.Tree
根据传入的集合创建树 IllegalArgumentException 在集合中没有找到根节点抛出(根据Relation判断)
TreeNode - cn.featherfly.common.structure.tree.annotation中的注释类型
标注树结构对象
TreeNode<O> - cn.featherfly.common.structure.tree中的接口
TreeNode,树型数据结构,和List,Set是一个类型
TreeNodeEqualsMatcher<T extends TreeNodeModel<T>> - cn.featherfly.common.structure.tree.matcher中的类
TreeNodeIdMatcher
TreeNodeEqualsMatcher(T) - 类 的构造器cn.featherfly.common.structure.tree.matcher.TreeNodeEqualsMatcher
 
TreeNodeMatcher<T extends TreeNodeModel<T>> - cn.featherfly.common.structure.tree中的接口
树节点匹配器
TreeNodeModel<T extends TreeNodeModel<T>> - cn.featherfly.common.structure.tree中的接口
TreeNodeModel,树结构模型.
TreeNodeTestUtils - cn.featherfly.common.structure.tree.util中的类
用来测试树的一些工具方法
trim(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去除字符串开始和结尾的空白字符.
trim(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去除字符串开始和结尾的空白字符, 如果传入的对象为null,则返回defaultValue.
trim(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去除字符串开始和结尾的空白字符.
trim(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去除字符串开始和结尾的空白字符, 如果传入的对象为null,则返回defaultValue.
trimBeginEnd(String, String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去掉首尾字符.
trimBeginEnd(String, String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去掉首尾字符
trimBeginEndBlank(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去掉首尾空格,包括全角,半角.
trimBeginEndBlank(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去掉首尾空格,包括全角,半角
trimEnd(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去除字符串结尾的空白字符 .
trimEnd(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去除字符串结尾的空白字符
trimExtName(String) - 类 中的静态方法cn.featherfly.common.io.FileUtils
将文件名中的扩展名部分去掉.
trimStart(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
去除字符串开始的空白字符 .
trimStart(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
去除字符串开始的空白字符
TUESDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期二.
TUESDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期二.
TWENTYFOUR - 接口 中的静态变量cn.featherfly.common.constant.Unit
24进制
TWENTYFOUR_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
24进制最大值23
type - 类 中的变量cn.featherfly.common.bean.BeanDescriptor
类型.

U

unicodeToString(String) - 类 中的静态方法cn.featherfly.common.lang.Strings
unicode2String.
unicodeToString(String) - 类 中的静态方法cn.featherfly.common.lang.StringUtils
已过时。
unicode2String
Unit - cn.featherfly.common.constant中的接口
进制的常量
UnsupportedException - cn.featherfly.common.exception中的异常错误
UnsupportedException .
UnsupportedException() - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Locale) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(String) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new inits the exception.
UnsupportedException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
UnsupportedException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.exception.UnsupportedException
Instantiates a new unsupported exception.
upperCaseFirst(String) - 类 中的静态方法cn.featherfly.common.lang.WordUtils
转换第一个字符为大写
UriUtils - cn.featherfly.common.lang中的类
uri的工具类
UTF_16 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
StandardCharsets.UTF_16
UTF_16 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
UTF-16
UTF_16BE - 接口 中的静态变量cn.featherfly.common.constant.Charsets
UTF-16BE
UTF_16LE - 接口 中的静态变量cn.featherfly.common.constant.Charsets
UTF-16LE
UTF_8 - 接口 中的静态变量cn.featherfly.common.constant.Charset
已过时。
StandardCharsets.UTF_8
UTF_8 - 接口 中的静态变量cn.featherfly.common.constant.Charsets
UTF-8
UUIDGenerator - cn.featherfly.common.lang中的类
UUID生成工具类.
UUIDRenamePolicy - cn.featherfly.common.io.file.rename中的类
UUID重命名策略
UUIDRenamePolicy() - 类 的构造器cn.featherfly.common.io.file.rename.UUIDRenamePolicy
 

V

ValidateCode - cn.featherfly.common.validate中的类
 
ValidateCode() - 类 的构造器cn.featherfly.common.validate.ValidateCode
 
ValidateCode(String, String) - 类 的构造器cn.featherfly.common.validate.ValidateCode
 
ValidateCodeGenerator - cn.featherfly.common.validate中的接口
ValidateCodeGenerator
ValidateCodeUtils - cn.featherfly.common.validate中的类
ValidateCodeUtils
value() - 枚举 中的方法cn.featherfly.common.lang.number.Radix
Value.
value(Number, Class<T>) - 类 中的静态方法cn.featherfly.common.lang.NumberUtils
将Number转换为指定数字类型,如果传入数字是null,则返回null .
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.bean.rule.CopyRuleEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.enums.Logic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.date.Week
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.Dates.TimeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.DateUtils.TimeType
已过时。
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.number.Radix
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.Randoms.CharType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.RandomUtils.CharType
已过时。
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.reflect.Modifier
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils.MultiPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils.NotFoundPolicy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.featherfly.common.bean.rule.CopyRuleEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.enums.Logic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.date.Week
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.Dates.TimeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.DateUtils.TimeType
已过时。
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.number.Radix
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.Randoms.CharType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.RandomUtils.CharType
已过时。
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.reflect.Modifier
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils.MultiPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.lang.ServiceLoaderUtils.NotFoundPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERIFY_CODES - 类 中的静态变量cn.featherfly.common.validate.SimpleValidateCodeGenerator
VERIFY_CODES.
VERIFY_CODES - 类 中的静态变量cn.featherfly.common.validate.ValidateCodeUtils
VERIFY_CODES

W

warn(Logger, String, Supplier<Object[]>) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
info.
warn(Exception, Logger) - 类 中的静态方法cn.featherfly.common.lang.LogUtils
记录日志(warn级别) .
watch(File, WatchListener) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控传入目录.
watch(File, WatchListener, WatchEvent.Kind<?>...) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控传入目录.
watch() - 类 中的方法cn.featherfly.common.io.Watcher
Watch.
watchAll(File, WatchListener) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控传入目录及其子目录.
watchAll(File, WatchListener, WatchEvent.Kind<?>...) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控传入目录及其子目录.
watchAll(File, WatchListener, FileFilter) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控由传入过滤器过滤后的传入目录及其子目录.
watchAll(File, WatchListener, FileFilter, WatchEvent.Kind<?>...) - 类 中的静态方法cn.featherfly.common.io.FileUtils
监控由传入过滤器过滤后的传入目录及其子目录.
Watcher - cn.featherfly.common.io中的类
Watcher .
Watcher() - 类 的构造器cn.featherfly.common.io.Watcher
Instantiates a new watcher.
Watcher(Path, WatchListener, WatchEvent.Kind<?>...) - 类 的构造器cn.featherfly.common.io.Watcher
Instantiates a new watcher.
WatchListener - cn.featherfly.common.io中的接口
FileListener
WEDNESDAY - 类 中的静态变量cn.featherfly.common.lang.Dates
方法 Dates.getDayOfWeek(Date date)的返回值 星期三.
WEDNESDAY - 类 中的静态变量cn.featherfly.common.lang.DateUtils
已过时。
方法 DateUtils.getDayOfWeek(Date date)的返回值 星期三.
Week - cn.featherfly.common.lang.date中的枚举
Week
WhiteBlackListPolicy<T> - cn.featherfly.common.policy中的类
白黑名单策略,黑名单优先级更高
WhiteBlackListPolicy() - 类 的构造器cn.featherfly.common.policy.WhiteBlackListPolicy
 
WhiteListPolicy<T,P extends WhiteListPolicy<T,P>> - cn.featherfly.common.policy中的接口
白名单策略
withExtName - 类 中的变量cn.featherfly.common.io.file.rename.AbstractExtNameRenamePolicy
是否包含扩展名
WordUtils - cn.featherfly.common.lang中的类
一些单词的处理
wrapThrow(Throwable) - 类 中的静态方法cn.featherfly.common.lang.Lang
Wrap throw.
wrapThrow(Throwable, RuntimeException) - 类 中的静态方法cn.featherfly.common.lang.Lang
Wrap throw.

Y

YEAR - 接口 中的静态变量cn.featherfly.common.constant.Unit
365进制
YEAR_MAX - 接口 中的静态变量cn.featherfly.common.constant.Unit
365进制最大值364
A B C D E F G H I J K L M N O P R S T U V W Y 
跳过导航链接