跳过导航链接
A C D E F G H K P R S T V 

A

accept(E) - 接口 中的方法develop.toolkit.struct.Extractable
是否允许提取
addAllItem(K, Collection<V>) - 类 中的方法develop.toolkit.struct.CollectionInMap
追加元素
addAllItemSoft(K, Collection<V>) - 类 中的方法develop.toolkit.struct.CollectionInMap
软追加元素
addCustomEntities(T[]) - 类 中的方法develop.toolkit.struct.EntityChain
添加自定义实体
addCustomEntities(T[]) - 类 中的方法develop.toolkit.struct.EntityRegistry
添加自定义实体
addItem(K, V) - 类 中的方法develop.toolkit.struct.CollectionInMap
追加元素
addItemSoft(K, V) - 类 中的方法develop.toolkit.struct.CollectionInMap
软追加元素

C

chain - 类 中的变量develop.toolkit.struct.EntityChain
 
clear() - 类 中的方法develop.toolkit.struct.Sorter
清空
CollectionInMap<K,V> - develop.toolkit.struct中的类
Map里有集合结构
CollectionInMap(CollectionInMap.CollectionProvider) - 类 的构造器develop.toolkit.struct.CollectionInMap
 
CollectionInMap(int, CollectionInMap.CollectionProvider) - 类 的构造器develop.toolkit.struct.CollectionInMap
 
CollectionInMap.CollectionProvider<K,V> - develop.toolkit.struct中的接口
集合提供器
cutOff(String, int) - 类 中的静态方法develop.toolkit.utils.StringAdvice
从index位置切断字符串

D

DEFAULT_PAGE - 类 中的静态变量develop.toolkit.struct.Pager
 
DEFAULT_SIZE - 类 中的静态变量develop.toolkit.struct.Pager
 
defaultEntity() - 类 中的方法develop.toolkit.struct.EntityChain
提供默认实体
defaultEntity() - 类 中的方法develop.toolkit.struct.EntityRegistry
提供默认实体
develop.toolkit.exception - 程序包 develop.toolkit.exception
 
develop.toolkit.struct - 程序包 develop.toolkit.struct
 
develop.toolkit.utils - 程序包 develop.toolkit.utils
 

E

encrypt(String) - 类 中的方法develop.toolkit.struct.Password
加密算法
encryptPassword - 类 中的变量develop.toolkit.struct.Password
 
EntityChain<T extends Extractable<E>,E> - develop.toolkit.struct中的类
实体链
EntityChain() - 类 的构造器develop.toolkit.struct.EntityChain
 
entityMap - 类 中的变量develop.toolkit.struct.EntityRegistry
 
EntityRegistry<T extends EntitySign<K>,K> - develop.toolkit.struct中的类
实体注册器
EntityRegistry() - 类 的构造器develop.toolkit.struct.EntityRegistry
 
EntitySign<K> - develop.toolkit.struct中的接口
实体记号接口
equals(Object) - 类 中的方法develop.toolkit.struct.KeyValuePair
 
equals(Object) - 类 中的方法develop.toolkit.struct.Password
 
equalsEncryptPassword(String) - 类 中的方法develop.toolkit.struct.Password
比较加密密码字符串
extract(E) - 类 中的方法develop.toolkit.struct.EntityChain
提取
extract(K) - 类 中的方法develop.toolkit.struct.EntityRegistry
提取
Extractable<E> - develop.toolkit.struct中的接口
可提取能力接口
extractOrDefault(E, T) - 类 中的方法develop.toolkit.struct.EntityChain
提取,失败使用默认值
extractOrDefault(K, T) - 类 中的方法develop.toolkit.struct.EntityRegistry
提取,失败使用默认值
extractRequired(E, RuntimeException) - 类 中的方法develop.toolkit.struct.EntityChain
强制提取
extractRequired(K, RuntimeException) - 类 中的方法develop.toolkit.struct.EntityRegistry
强制提取

F

FormatRuntimeException - develop.toolkit.exception中的异常错误
带格式化的运行时异常
FormatRuntimeException() - 异常错误 的构造器develop.toolkit.exception.FormatRuntimeException
 
FormatRuntimeException(String) - 异常错误 的构造器develop.toolkit.exception.FormatRuntimeException
 
FormatRuntimeException(String, Object...) - 异常错误 的构造器develop.toolkit.exception.FormatRuntimeException
 
FormatRuntimeException(String, Throwable) - 异常错误 的构造器develop.toolkit.exception.FormatRuntimeException
 
FormatRuntimeException(String, Throwable, Object...) - 异常错误 的构造器develop.toolkit.exception.FormatRuntimeException
 

G

getSingleList(K) - 类 中的方法develop.toolkit.struct.Sorter
返回单列列表

H

hashCode() - 类 中的方法develop.toolkit.struct.KeyValuePair
 
hashCode() - 类 中的方法develop.toolkit.struct.Password
 

K

key() - 接口 中的方法develop.toolkit.struct.EntitySign
识别名
key - 类 中的变量develop.toolkit.struct.KeyValuePair
 
KeyValuePair<K,V> - develop.toolkit.struct中的类
键值对结构体
KeyValuePair() - 类 的构造器develop.toolkit.struct.KeyValuePair
 
KeyValuePair(K, V) - 类 的构造器develop.toolkit.struct.KeyValuePair
 

P

page - 类 中的变量develop.toolkit.struct.Pager
 
Pager - develop.toolkit.struct中的类
分页请求参数信息
Pager() - 类 的构造器develop.toolkit.struct.Pager
 
Pager(int, int) - 类 的构造器develop.toolkit.struct.Pager
 
PagerResult<T> - develop.toolkit.struct中的类
分页列表结果
PagerResult(Pager, List<T>, long) - 类 的构造器develop.toolkit.struct.PagerResult
 
PagerResult(int, int, List<T>, long) - 类 的构造器develop.toolkit.struct.PagerResult
 
Password - develop.toolkit.struct中的类
不可逆密码基类
Password(String) - 类 的构造器develop.toolkit.struct.Password
 
provide(K) - 接口 中的方法develop.toolkit.struct.CollectionInMap.CollectionProvider
 

R

removeIfItem(K, Predicate<? super V>) - 类 中的方法develop.toolkit.struct.CollectionInMap
根据条件删除元素
removeItem(K, V) - 类 中的方法develop.toolkit.struct.CollectionInMap
删除元素

S

SimplePager - develop.toolkit.struct中的类
 
SimplePager() - 类 的构造器develop.toolkit.struct.SimplePager
 
SimplePager(int, int) - 类 的构造器develop.toolkit.struct.SimplePager
 
size - 类 中的变量develop.toolkit.struct.Pager
 
sort(Collection<V>) - 类 中的方法develop.toolkit.struct.Sorter
分拣
sort(V) - 接口 中的方法develop.toolkit.struct.Sorter.SortFunction
返回需要投递的key
Sorter<K,V> - develop.toolkit.struct中的类
分拣器
Sorter(Sorter.SortFunction<K, V>) - 类 的构造器develop.toolkit.struct.Sorter
 
Sorter.SortFunction<K,V> - develop.toolkit.struct中的接口
 
StringAdvice - develop.toolkit.utils中的类
字符串增强工具
StringAdvice() - 类 的构造器develop.toolkit.utils.StringAdvice
 

T

toString() - 类 中的方法develop.toolkit.struct.KeyValuePair
 
toString() - 类 中的方法develop.toolkit.struct.Password
 

V

value - 类 中的变量develop.toolkit.struct.KeyValuePair
 
A C D E F G H K P R S T V 
跳过导航链接

Copyright © 2018. All rights reserved.