索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- addChildren(Tree<T>...) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
增加子节点,同时关联子节点的父节点为当前节点
- AMP - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:与
'&' - AMP - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML And 符转义
"&" -> "&" - AMPERSAND - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- AND - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- APOS - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML 单引号转义
"&apos" -> "'" - append(Iterable<Tree<E>>) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
增加节点列表,增加的节点是不带子节点的
- append(List<T>, E, NodeParser<T, E>) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
增加节点列表,增加的节点是不带子节点的
- append(List<T>, NodeParser<T, E>) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
增加节点列表,增加的节点是不带子节点的
- append(Map<E, Tree<E>>) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
增加节点列表,增加的节点是不带子节点的
- append(T[], T...) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
将新元素添加到已有数组中
添加新元素会生成一个新的数组,不影响原数组 - ArrayUtils - org.elsfs.tool.core.text中的类
-
the is
ArrayUtils - ArrayUtils() - 类的构造器 org.elsfs.tool.core.text.ArrayUtils
- ASTERISK - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- AT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- AT - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:艾特
'@' - AT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:艾特
"@"
B
- BACK_SLASH - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- BACKSLASH - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:反斜杠
'\\' - BACKSLASH - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:反斜杠
"\\" - BACKTICK - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- BRACKET_END - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:中括号(右)
']' - BRACKET_END - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:中括号(右)
"]" - BRACKET_START - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:中括号(左)
'[' - BRACKET_START - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:中括号(左)
"[" - build() - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
构建
- build(List<TreeNode<E>>, E) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
树构建
- build(List<TreeNode<Integer>>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
树构建
- build(List<T>, E, NodeParser<T, E>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
树构建
- build(List<T>, E, TreeNodeConfig, NodeParser<T, E>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
树构建
- build(Map<E, Tree<E>>, E) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
树构建,按照权重排序
- buildList() - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
构建树列表,没有顶层节点,例如:
- buildSingle(List<TreeNode<E>>, E) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
构建单root节点树
它会生成一个以指定ID为ID的空的节点,然后逐级增加子节点。 - buildSingle(List<TreeNode<Integer>>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
构建单root节点树
- buildSingle(List<T>, E, NodeParser<T, E>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
构建单root节点树
它会生成一个以指定ID为ID的空的节点,然后逐级增加子节点。 - buildSingle(List<T>, E, TreeNodeConfig, NodeParser<T, E>) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
构建单root节点树
它会生成一个以指定ID为ID的空的节点,然后逐级增加子节点。 - buildSingle(Map<E, Tree<E>>, E) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
单点树构建,按照权重排序
它会生成一个以指定ID为ID的空的节点,然后逐级增加子节点。 - BYTES_NEW_LINE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
C
- C_AT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:艾特
'@' - C_BACKSLASH - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:反斜杠
'\\' - C_BRACKET_END - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:中括号(右)
']' - C_BRACKET_START - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:中括号(左)
'[' - C_COLON - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:冒号
':' - C_COMMA - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:逗号
',' - C_CR - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:回车符
'\r' - C_DELIM_END - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:花括号(右)
'}' - C_DELIM_START - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:花括号(左)
'{' - C_DOT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:点
'.' - C_LF - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:换行符
'\n' - C_SLASH - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:斜杠
'/' - C_SPACE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:空格符
' ' - C_TAB - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:制表符
'\t' - C_UNDERLINE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符常量:下划线
'_' - CharPool - org.elsfs.tool.core.text中的接口
-
常用字符常量
- CharSequenceUtil - org.elsfs.tool.core.util中的类
-
CharSequence相关工具类封装 - CharSequenceUtil() - 类的构造器 org.elsfs.tool.core.util.CharSequenceUtil
- CharUtil - org.elsfs.tool.core.text中的类
-
字符工具类
部分工具来自于 糊涂 系列 - CharUtil() - 类的构造器 org.elsfs.tool.core.text.CharUtil
- ClassUtils - org.elsfs.tool.core.util中的类
-
这个工具主要是封装了一些反射的方法,使调用更加方便
- ClassUtils() - 类的构造器 org.elsfs.tool.core.util.ClassUtils
- cloneTree() - 类中的方法 org.elsfs.tool.core.tree.Tree
-
递归克隆当前节点(即克隆整个树,保留字段值)
注意,此方法只会克隆节点,节点属性如果是引用类型,不会克隆 - CollectionUtils - org.elsfs.tool.core.util中的类
-
集合工具类
- CollectionUtils() - 类的构造器 org.elsfs.tool.core.util.CollectionUtils
- COLON - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- COLON - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:冒号
':' - COLON - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:冒号
":" - COMMA - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- COMMA - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:逗号
',' - COMMA - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:逗号
"," - COMMENT_REGEX - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
在XML中注释的内容 正则
- compareTo(Node) - 接口中的方法 org.elsfs.tool.core.tree.Node
- CR - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:回车符
'\r' - CR - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:回车符
"\r"
解释:该字符常用于表示 Linux 系统和 MacOS 系统下的文本换行 - createEmptyNode(E) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
创建空Tree的节点
- CRLF - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- CRLF - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:Windows 换行
"\r\n"
解释:该字符串常用于表示 Windows 系统下的文本换行 - current - 类中的变量 org.elsfs.tool.core.page.Page
D
- DASH - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DASHED - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:减号(连接符)
'-' - DASHED - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:减号(连接符)
"-" - DateTimeUtils - org.elsfs.tool.core.util中的类
-
the is
DateTimeUtils - DateTimeUtils() - 类的构造器 org.elsfs.tool.core.util.DateTimeUtils
- DEFAULT_CONFIG - 类中的静态变量 org.elsfs.tool.core.tree.TreeNodeConfig
-
默认属性配置对象
- DefaultNodeParser<T> - org.elsfs.tool.core.tree.parser中的类
-
默认的简单转换器
- DefaultNodeParser() - 类的构造器 org.elsfs.tool.core.tree.parser.DefaultNodeParser
- DELIM_END - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:花括号(右)
'}' - DELIM_END - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:花括号(右)
"}" - DELIM_START - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:花括号(左)
'{' - DELIM_START - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:花括号(左)
"{" - digit16(int) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
获取给定字符的16进制数值
- DOLLAR - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOLLAR_LEFT_BRACE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOT - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:点
'.' - DOT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:点
"." - DOT_CLASS - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOT_JAVA - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOT_NEWLINE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOT_XML - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOTDOT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- DOUBLE_DOT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:双点
".."
用途:作为指向上级文件夹的路径,如:"../path" - DOUBLE_QUOTES - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:双引号
'"'
E
- elsfs.tool.core - 模块 elsfs.tool.core
-
elsfs核心模块
- EMPTY - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- EMPTY - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
空字符串
- EMPTY - 类中的静态变量 org.elsfs.tool.core.util.CharSequenceUtil
-
字符串常量:空字符串
"" - EMPTY_ARRAY - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- EMPTY_JSON - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:空 JSON
"{}" - endWith(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串结尾
- endWith(CharSequence, CharSequence, boolean) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串结尾
如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false - endWith(CharSequence, CharSequence, boolean, boolean) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串结尾
如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false - endWithIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串结尾,忽略大小写
- equals(char, char, boolean) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
比较两个字符是否相同
- equals(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
比较两个字符串(大小写敏感)。
- equals(CharSequence, CharSequence, boolean) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
比较两个字符串是否相等,规则如下 str1和str2都为
null忽略大小写使用String.equalsIgnoreCase(String)判断相等 不忽略大小写使用String.contentEquals(CharSequence)判断相等 - equals(Object) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- EQUALS - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- EXCLAMATION_MARK - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
F
- FALSE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- FIELDS_CACHE - 类中的静态变量 org.elsfs.tool.core.util.ReflectUtil
- filter(Function<Tree<T>, Boolean>) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
递归过滤当前树,注意此方法会修改当前树
通过Function指定的过滤规则,本节点或子节点满足过滤条件,则保留当前节点及其所有子节点,否则抛弃节点及其子节点 - filterNew(Function<Tree<T>, Boolean>) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
递归过滤并生成新的树
通过Function指定的过滤规则,本节点或子节点满足过滤条件,则保留当前节点,否则抛弃节点及其子节点 - firstMatch(Iterator<T>, Function<T, Boolean>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
返回
Iterator中第一个匹配规则的值 - format(String, Object...) - 类中的静态方法 org.elsfs.tool.core.text.StrFormatter
-
格式化字符串
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") =》 this is a for b
转义{}: format("this is \\{} for {}", "a", "b") =》 this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") =》 this is \a for b - formatWith(String, String, Object...) - 类中的静态方法 org.elsfs.tool.core.text.StrFormatter
-
格式化字符串
此方法只是简单将指定占位符 按照顺序替换为参数
如果想输出占位符使用 \\转义即可,如果想输出占位符之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "{}", "a", "b") =》 this is a for b
转义{}: format("this is \\{} for {}", "{}", "a", "b") =》 this is {} for a
转义\: format("this is \\\\{} for {}", "{}", "a", "b") =》 this is \a for b
G
- getChildren() - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取所有子节点
- getChildrenKey() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取子点对应的名称
- getClassOfParameterizedType(Type) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
获取泛型class
- getClassOfParameterizedType(Type, int) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
获取泛型class
- getConfig() - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取节点配置
- getCurrent() - 接口中的方法 org.elsfs.tool.core.page.IPage
-
获取当前分页数
- getCurrent() - 类中的方法 org.elsfs.tool.core.page.Page
-
获取当前分页数
- getDeclaredFields(Class<?>) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
获取声明的字段
- getDeclaredFields(Class<?>, boolean) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
获取声明的字段
- getDeep() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取递归深度
- getExtra() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
-
获取扩展字段
- getFields(Class<?>) - 类中的静态方法 org.elsfs.tool.core.util.ReflectUtil
-
获得一个类中所有字段列表,包括其父类中的字段
如果子类与父类中存在同名字段,则这两个字段同时存在,子类字段在前,父类字段在后。 - getFieldsDirectly(Class<?>, boolean) - 类中的静态方法 org.elsfs.tool.core.util.ReflectUtil
-
获得一个类中所有字段列表,直接反射获取,无缓存
如果子类与父类中存在同名字段,则这两个字段同时存在,子类字段在前,父类字段在后。 - getFirstNoneNull(Iterable<T>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
获取集合的第一个非空元素
- getFirstNoneNull(Iterator<T>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
获取集合的第一个非空元素
- getId() - 接口中的方法 org.elsfs.tool.core.tree.Node
-
获取ID
- getId() - 类中的方法 org.elsfs.tool.core.tree.Tree
- getId() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- getIdKey() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取ID对应的名称
- getName() - 接口中的方法 org.elsfs.tool.core.tree.Node
-
获取节点标签名称
- getName() - 类中的方法 org.elsfs.tool.core.tree.Tree
- getName() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- getNameKey() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取节点名对应的名称
- getNode(Tree<T>, T) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
获取ID对应的节点,如果有多个ID相同的节点,只返回第一个。
- getNode(T) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取ID对应的节点,如果有多个ID相同的节点,只返回第一个。
- getPageSize() - 接口中的方法 org.elsfs.tool.core.page.IPage
-
分页大小
- getPageSize() - 类中的方法 org.elsfs.tool.core.page.Page
-
分页大小
- getParent() - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取父节点
- getParentId() - 接口中的方法 org.elsfs.tool.core.tree.Node
-
获取父节点ID
- getParentId() - 类中的方法 org.elsfs.tool.core.tree.Tree
- getParentId() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- getParentIdKey() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取父节点ID对应的名称
- getParentsName(boolean) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取所有父节点名称列表
- getParentsName(Tree<T>, boolean) - 类中的静态方法 org.elsfs.tool.core.tree.TreeUtil
-
获取所有父节点名称列表
- getParentsName(T, boolean) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
获取所有父节点名称列表
- getRecords() - 接口中的方法 org.elsfs.tool.core.page.IPage
-
获取 分页数据
- getRecords() - 类中的方法 org.elsfs.tool.core.page.Page
-
获取 分页数据
- getSize() - 接口中的方法 org.elsfs.tool.core.page.IPage
-
获取分页大小
- getSize() - 类中的方法 org.elsfs.tool.core.page.Page
-
获取分页大小
- getSuperclass(Class<?>) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
获取 继承的class
- getTotal() - 接口中的方法 org.elsfs.tool.core.page.IPage
-
获取总记录数
- getTotal() - 类中的方法 org.elsfs.tool.core.page.Page
-
获取总记录数
- getType(int) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
获取字符类型
- getWeight() - 接口中的方法 org.elsfs.tool.core.tree.Node
-
获取权重
- getWeight() - 类中的方法 org.elsfs.tool.core.tree.Tree
- getWeight() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- getWeightKey() - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
获取权重对应的名称
- GT - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML 大于号转义
">" -> ">"
H
- hasChild() - 类中的方法 org.elsfs.tool.core.tree.Tree
-
是否有子节点,无子节点则此为叶子节点
- HASH - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HASH_LEFT_BRACE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- hashCode() - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- HAT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_AMP - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_AMP - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML And 符转义
"&" -> "&" - HTML_APOS - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML 单引号转义
"&apos" -> "'" - HTML_GT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_GT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML 大于号转义
">" -> ">" - HTML_LT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_LT - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML 小于号转义
"<" -> "<" - HTML_NBSP - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_NBSP - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML 不间断空格转义
" " -> " " - HTML_QUOTE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- HTML_QUOTE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:HTML 双引号转义
""" -> "\""
I
- INDENT_DEFAULT - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
XML格式化输出默认缩进量
- insert(Object, int, T...) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
将新元素插入到到已有数组中的某个位置
添加新元素会生成一个新的数组,不影响原数组
如果插入位置为为负数,从原数组从后向前计数,若大于原数组长度,则空白处用null填充 - insert(T[], int, T...) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
将新元素插入到到已有数组中的某个位置
添加新元素会生成一个新的数组,不影响原数组
如果插入位置为为负数,从原数组从后向前计数,若大于原数组长度,则空白处用null填充 - INVALID_REGEX - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
在XML中无效的字符 正则
- IPage<T> - org.elsfs.tool.core.page中的接口
-
分页
- isArray(Object) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
对象是否为数组对象
- isAscii(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为ASCII字符,ASCII字符位于0~127之间
- isAsciiControl(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为ASCII控制符(不可见字符),控制符位于0~31和127
- isAsciiPrintable(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为可见ASCII字符,可见字符位于32~126之间
- isBlank(CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
字符串是否为空白,空白的定义如下:
null空字符串:""空格、全角空格、制表符、换行符,等不可见字符 - isBlank(String) - 类中的静态方法 org.elsfs.tool.core.text.StringUtils
-
Check if the String is null or has only whitespaces.
- isBlankChar(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否空白符
空白符包括空格、制表符、全角空格和不间断空格 - isBlankChar(int) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否空白符
空白符包括空格、制表符、全角空格和不间断空格 - isChar(Object) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
给定对象对应的类是否为字符类,字符类包括:
- isCharClass(Class<?>) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
给定类名是否为字符类,字符类包括:
- isEmoji(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
判断是否为emoji表情符
- isEmpty(CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
字符串是否为空,空的定义如下:
null空字符串:"" - isEmpty(String) - 类中的静态方法 org.elsfs.tool.core.text.StringUtils
-
Check if the String is null or empty.
- isEmpty(Collection<?>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
判断集合是否为空
- isEmpty(Map<?, ?>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
判断 map 是否为空
- isEmpty(T[]) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
数组是否为空
- isFileSeparator(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为Windows或者Linux(Unix)文件分隔符
Windows平台下分隔符为\,Linux(Unix)为/ - isHexChar(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为16进制规范的字符,判断是否为如下字符
- isInterface(Class<?>) - 类中的静态方法 org.elsfs.tool.core.util.ClassUtils
-
判断是否接口
- isLetter(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
判断是否为字母(包括大写字母和小写字母)
字母包括A~Z和a~z - isLetterLower(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
检查字符是否为小写字母,小写字母指a~z
- isLetterOrNumber(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
是否为字母或数字,包括A~Z、a~z、0~9
- isLetterUpper(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
判断是否为大写字母,大写字母包括A~Z
- isNotBlank(String) - 类中的静态方法 org.elsfs.tool.core.text.StringUtils
-
Check if the String is not blank.
- isNotEmpty(Object[]) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
- isNotEmpty(Collection<?>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
非空判断
- isNotEmpty(Map<?, ?>) - 类中的静态方法 org.elsfs.tool.core.util.CollectionUtils
-
非空判断
- isNumber(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
检查是否为数字字符,数字字符指0~9
- ISO_8859_1 - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
L
- LEFT_BRACE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- LEFT_BRACKET - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- LEFT_CHEV - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- LEFT_SQ_BRACKET - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- length(Object) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
获取数组长度
如果参数为null,返回0 - LF - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:换行符
'\n' - LF - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:换行符
"\n" - LT - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML 小于号转义
"<" -> "<"
N
- N - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- NamingCase - org.elsfs.tool.core.text中的类
-
命名规则封装,主要是针对驼峰风格命名、连接符命名等的封装
- NamingCase() - 类的构造器 org.elsfs.tool.core.text.NamingCase
- NBSP - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML 不间断空格转义
" " -> " " - NEWLINE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- NO - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- Node<T> - org.elsfs.tool.core.tree中的接口
-
节点接口,提供节点相关的的方法定义
- NodeParser<T,
E> - org.elsfs.tool.core.tree.parser中的接口 -
树节点解析器 可以参考
DefaultNodeParser - NULL - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- NUM - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
O
- of(T) - 类中的静态方法 org.elsfs.tool.core.tree.TreeBuilder
-
创建Tree构建器
- of(T, TreeNodeConfig) - 类中的静态方法 org.elsfs.tool.core.tree.TreeBuilder
-
创建Tree构建器
- OFF - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- ON - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- ONE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- org.elsfs.tool.core.constant - 程序包 org.elsfs.tool.core.constant
- org.elsfs.tool.core.exception - 程序包 org.elsfs.tool.core.exception
- org.elsfs.tool.core.page - 程序包 org.elsfs.tool.core.page
- org.elsfs.tool.core.text - 程序包 org.elsfs.tool.core.text
- org.elsfs.tool.core.tree - 程序包 org.elsfs.tool.core.tree
-
tree工具
- org.elsfs.tool.core.tree.parser - 程序包 org.elsfs.tool.core.tree.parser
-
tree 配置项
- org.elsfs.tool.core.util - 程序包 org.elsfs.tool.core.util
-
工具类
P
- Page<T> - org.elsfs.tool.core.page中的类
-
the is
Page - Page() - 类的构造器 org.elsfs.tool.core.page.Page
- Page(long, long) - 类的构造器 org.elsfs.tool.core.page.Page
- Page(long, long, boolean) - 类的构造器 org.elsfs.tool.core.page.Page
- Page(long, long, long) - 类的构造器 org.elsfs.tool.core.page.Page
- Page(long, long, long, boolean) - 类的构造器 org.elsfs.tool.core.page.Page
- parse(TreeNode<T>, Tree<T>) - 类中的方法 org.elsfs.tool.core.tree.parser.DefaultNodeParser
- parse(T, Tree<E>) - 接口中的方法 org.elsfs.tool.core.tree.parser.NodeParser
-
tree 远数据映射
- PERCENT - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- PIPE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- PLUS - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- putExtra(String, Object) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
扩展属性
- putExtra(String, Object) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
扩展属性
Q
- QUESTION_MARK - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- QUOTE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- QUOTE - 类中的静态变量 org.elsfs.tool.core.util.XmlUtil
-
字符串常量:XML 双引号转义
""" -> "\""
R
- records - 类中的变量 org.elsfs.tool.core.page.Page
- ReflectUtil - org.elsfs.tool.core.util中的类
-
the is
ReflectUtil - ReflectUtil() - 类的构造器 org.elsfs.tool.core.util.ReflectUtil
- reset() - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
重置Builder,实现复用
- RETURN - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- RIGHT_BRACE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- RIGHT_BRACKET - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- RIGHT_CHEV - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- RIGHT_SQ_BRACKET - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
S
- SEMICOLON - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- setChildren(List<Tree<T>>) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
设置子节点,设置后会覆盖所有原有子节点
- setChildrenKey(String) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置子点对应的名称
- setCurrent(long) - 接口中的方法 org.elsfs.tool.core.page.IPage
-
设置当前分页数
- setCurrent(long) - 类中的方法 org.elsfs.tool.core.page.Page
-
设置当前分页数
- setDeep(Integer) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置递归深度
- setExtra(Map<String, Object>) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
-
设置扩展字段
- setId(E) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
设置ID
- setId(T) - 接口中的方法 org.elsfs.tool.core.tree.Node
-
设置ID
- setId(T) - 类中的方法 org.elsfs.tool.core.tree.Tree
- setId(T) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- setIdKey(String) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置ID对应的名称
- setName(CharSequence) - 接口中的方法 org.elsfs.tool.core.tree.Node
-
设置节点标签名称
- setName(CharSequence) - 类中的方法 org.elsfs.tool.core.tree.Tree
- setName(CharSequence) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
设置节点标签名称
- setName(CharSequence) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- setNameKey(String) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置节点名对应的名称
- setParent(Tree<T>) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
设置父节点
- setParentId(E) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
设置父节点ID
- setParentId(T) - 接口中的方法 org.elsfs.tool.core.tree.Node
-
设置父节点ID
- setParentId(T) - 类中的方法 org.elsfs.tool.core.tree.Tree
- setParentId(T) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- setParentIdKey(String) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置父点对应的名称
- setRecords(List<T>) - 接口中的方法 org.elsfs.tool.core.page.IPage
-
设置 分页数据
- setRecords(List<T>) - 类中的方法 org.elsfs.tool.core.page.Page
-
设置 分页数据
- setSize(long) - 接口中的方法 org.elsfs.tool.core.page.IPage
-
设置分页大小
- setSize(long) - 类中的方法 org.elsfs.tool.core.page.Page
-
设置分页大小
- setTotal(long) - 接口中的方法 org.elsfs.tool.core.page.IPage
-
设置获取总记录数
- setTotal(long) - 类中的方法 org.elsfs.tool.core.page.Page
-
设置获取总记录数
- setWeight(Comparable<?>) - 接口中的方法 org.elsfs.tool.core.tree.Node
-
设置权重
- setWeight(Comparable<?>) - 类中的方法 org.elsfs.tool.core.tree.Tree
- setWeight(Comparable<?>) - 类中的方法 org.elsfs.tool.core.tree.TreeBuilder
-
设置权重
- setWeight(Comparable<?>) - 类中的方法 org.elsfs.tool.core.tree.TreeNode
- setWeightKey(String) - 类中的方法 org.elsfs.tool.core.tree.TreeNodeConfig
-
设置权重对应的名称
- SINGLE_QUOTE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- SINGLE_QUOTE - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:单引号
'\'' - SINGLE_QUOTE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
英文单引号
- size - 类中的变量 org.elsfs.tool.core.page.Page
- SLASH - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- SLASH - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:斜杠
'/' - SLASH - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:斜杠
"/" - SPACE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- SPACE - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:空格符
' ' - SPACE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
- SQL - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- SqlException - org.elsfs.tool.core.exception中的异常错误
-
执行sql错误
- SqlException() - 异常错误的构造器 org.elsfs.tool.core.exception.SqlException
-
Constructs a new exception with
nullas its detail message. - SqlException(String) - 异常错误的构造器 org.elsfs.tool.core.exception.SqlException
-
Constructs a new exception with the specified detail message.
- SqlException(String, Throwable) - 异常错误的构造器 org.elsfs.tool.core.exception.SqlException
-
Constructs a new exception with the specified detail message and cause.
- SqlException(String, Throwable, boolean, boolean) - 异常错误的构造器 org.elsfs.tool.core.exception.SqlException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- SqlException(Throwable) - 异常错误的构造器 org.elsfs.tool.core.exception.SqlException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). - STAR - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- startWith(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串开头
- startWith(CharSequence, CharSequence, boolean) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串开头
如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false - startWith(CharSequence, CharSequence, boolean, boolean) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串开头
如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false - startWithIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
是否以指定字符串开头,忽略大小写
- str(byte[], Charset) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
解码字节码
- str(Byte[], Charset) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
解码字节码
- str(CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
CharSequence转为字符串,null安全 - str(Object, String) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
已过时。
- str(Object, Charset) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
将对象转为字符串
- str(ByteBuffer, Charset) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
将编码的byteBuffer数据转换为字符串
- StrFormatter - org.elsfs.tool.core.text中的类
-
字符串格式化工具
- StrFormatter() - 类的构造器 org.elsfs.tool.core.text.StrFormatter
- StringSqlConstant - org.elsfs.tool.core.constant中的接口
-
the is
StringSqlConstant - StringUtils - org.elsfs.tool.core.text中的类
-
the is
StringUtils - StringUtils() - 类的构造器 org.elsfs.tool.core.text.StringUtils
- strip(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
去除两边的指定字符串
- strip(CharSequence, CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
去除两边的指定字符串
- stripIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
去除两边的指定字符串,忽略大小写
- stripIgnoreCase(CharSequence, CharSequence, CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
去除两边的指定字符串,忽略大小写
- StrPool - org.elsfs.tool.core.text中的接口
-
the is
StrPool - StrUtils - org.elsfs.tool.core.text中的类
-
the is
StrUtils - StrUtils() - 类的构造器 org.elsfs.tool.core.text.StrUtils
- sub(CharSequence, int, int) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
改进JDK subString
index从0开始计算,最后一个字符为-1
如果from和to位置一样,返回 ""
如果from或to为负数,则按照length从后向前数位置,如果绝对值大于字符串长度,则from归到0,to归到length
如果经过修正的index中from大于to,则互换from和to example:
abcdefgh 2 3 =》 c
abcdefgh 2 -3 =》 cde - subSuf(CharSequence, int) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
切割指定位置之后部分的字符串
T
- TAB - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- TAB - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:制表符
'\t' - TAB - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:制表符
"\t" - TILDA - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- toCamelCase(CharSequence) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将下划线方式命名的字符串转换为驼峰式。
- toCamelCase(CharSequence, char) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将连接符方式命名的字符串转换为驼峰式。
- toCamelCase(CharSequence, char, boolean) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将连接符方式命名的字符串转换为驼峰式。
- toKebabCase(CharSequence) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将驼峰式命名的字符串转换为短横连接方式。
- toLocalDateTime(Date) - 类中的静态方法 org.elsfs.tool.core.util.DateTimeUtils
-
日期对象转LocalDateTime对象
- toPascalCase(CharSequence) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将下划线方式命名的字符串转换为帕斯卡式。
- toString(char) - 类中的静态方法 org.elsfs.tool.core.text.CharUtil
-
字符转为字符串
- toString(Object) - 类中的静态方法 org.elsfs.tool.core.text.ArrayUtils
-
数组或集合转String
- toSymbolCase(CharSequence, char) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将驼峰式命名的字符串转换为使用符号连接方式。
- total - 类中的变量 org.elsfs.tool.core.page.Page
- toUnderlineCase(CharSequence) - 类中的静态方法 org.elsfs.tool.core.text.NamingCase
-
将驼峰式命名的字符串转换为下划线方式,又称SnakeCase、underScoreCase。
- Tree<T> - org.elsfs.tool.core.tree中的类
-
通过转换器将你的实体转化为TreeNodeMap节点实体 属性都存在此处,属性有序,可支持排序
- Tree() - 类的构造器 org.elsfs.tool.core.tree.Tree
- Tree(TreeNodeConfig) - 类的构造器 org.elsfs.tool.core.tree.Tree
-
构造
- TreeBuilder<E> - org.elsfs.tool.core.tree中的类
-
树构建器
- TreeBuilder(E, TreeNodeConfig) - 类的构造器 org.elsfs.tool.core.tree.TreeBuilder
-
构造
- TreeNode<T> - org.elsfs.tool.core.tree中的类
-
树节点 每个属性都可以在
TreeNodeConfig中被重命名
在你的项目里它可以是部门实体、地区实体等任意类树节点实体 类树节点实体: 包含key,父Key.不限于这些属性的可以构造成一颗树的实体对象 - TreeNode() - 类的构造器 org.elsfs.tool.core.tree.TreeNode
-
空构造
- TreeNode(T, T, String, Comparable<?>) - 类的构造器 org.elsfs.tool.core.tree.TreeNode
-
构造
- TreeNodeConfig - org.elsfs.tool.core.tree中的类
-
树配置属性相关
- TreeNodeConfig() - 类的构造器 org.elsfs.tool.core.tree.TreeNodeConfig
- TreeUtil - org.elsfs.tool.core.tree中的类
-
树工具类
- TreeUtil() - 类的构造器 org.elsfs.tool.core.tree.TreeUtil
- TRUE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
U
- UNDERLINE - 接口中的静态变量 org.elsfs.tool.core.text.CharPool
-
字符常量:下划线
'_' - UNDERLINE - 接口中的静态变量 org.elsfs.tool.core.text.StrPool
-
字符串常量:下划线
"_" - UNDERSCORE - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- upperFirst(CharSequence) - 类中的静态方法 org.elsfs.tool.core.util.CharSequenceUtil
-
大写首字母
例如:str = name, return Name - US_ASCII - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- UTF_8 - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- utf8Str(Object) - 类中的静态方法 org.elsfs.tool.core.text.StrUtils
-
将对象转为字符串
W
- walk(Consumer<Tree<T>>) - 类中的方法 org.elsfs.tool.core.tree.Tree
-
递归树并处理子树下的节点:
X
- XmlUtil - org.elsfs.tool.core.util中的类
-
XML工具类
此工具使用w3c dom工具,不需要依赖第三方包。 - XmlUtil() - 类的构造器 org.elsfs.tool.core.util.XmlUtil
Y
- Y - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
- YES - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
Z
- ZERO - 接口中的静态变量 org.elsfs.tool.core.constant.StringSqlConstant
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
StrUtils.str(Object, Charset)