跳过导航链接
A C F G H I L M N P R S T 

A

addCookies(HttpServletRequest, HttpServletResponse, String, String, int, String) - 类 中的静态方法tech.ibit.common.http.HttpUtils
增加cookie
addCookies(HttpServletRequest, HttpServletResponse, String, String, int, String, String) - 类 中的静态方法tech.ibit.common.http.HttpUtils
增加cookie

C

clear() - 类 中的方法tech.ibit.common.cache.MemCache
清空缓存
CollectionUtils - tech.ibit.common.collection中的类
集合工具类
createCookie(String, String, boolean, String, String, int) - 类 中的静态方法tech.ibit.common.http.HttpUtils
构造cookie

F

FifoCache<K,V> - tech.ibit.common.cache中的类
FIFO缓存
FifoCache(int, int) - 类 的构造器tech.ibit.common.cache.FifoCache
构造FIFO缓存
findCookieByName(HttpServletRequest, String) - 类 中的静态方法tech.ibit.common.http.HttpUtils
通过名称查找cookie
findCookieValue(HttpServletRequest, String) - 类 中的静态方法tech.ibit.common.http.HttpUtils
通过cookie名称查找cookie值

G

get(K) - 类 中的方法tech.ibit.common.cache.MemCache
获取对象
get(V) - 接口 中的方法tech.ibit.common.collection.IdGetter
获取id
getCookiePath(HttpServletRequest) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取cookie路径
getFilename(Part) - 类 中的静态方法tech.ibit.common.http.HttpUtils
从multi-part中获取文件名称
getHeaders(HttpServletRequest) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取请求头部信息
getHeaders(HttpServletResponse) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取返回头部信息
getParamNames(HttpServletRequest) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取参数名称
getParams(HttpServletRequest) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取请求参数
getParams(String) - 类 中的静态方法tech.ibit.common.http.HttpUtils
从queryString中获取参数
getQueryString(Map<String, String>, Collection<String>) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取query string
getRealIp(HttpServletRequest) - 类 中的静态方法tech.ibit.common.http.HttpUtils
获取真实ip(经过nginx后)
getSubLinkedMap(Map<T, V>, List<T>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
获取子LinkedMap
getSubMap(Map<T, V>, List<T>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
获取子Map
grouping(List<V>, IdGetter<T, V>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
按照键分组
groupingToLinkedMap(List<V>, IdGetter<T, V>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
按照键分组

H

HttpUtils - tech.ibit.common.http中的类
Http工具类

I

IdGetter<T,V> - tech.ibit.common.collection中的接口
ID获取
isEmpty(Collection) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
判断集合是否为空
isEmpty(Map) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
判断map是否为空
isEmpty(Integer) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为空
isEmpty(Long) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为空
isEmpty(Double) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为空
isNotEmpty(Collection) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
判断集合是否为非空
isNotEmpty(Map) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
判断map是否为非空
isNotEmpty(Integer) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为非空
isNotEmpty(Long) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为非空
isNotEmpty(Double) - 类 中的静态方法tech.ibit.common.lang.NumericUtils
判断数字是否为非空

L

LruCache<K,V> - tech.ibit.common.cache中的类
LRU缓存
LruCache(int, int) - 类 的构造器tech.ibit.common.cache.LruCache
构造LRU缓存

M

MemCache<K,V> - tech.ibit.common.cache中的类
内存缓存,包装 LinkedHashCache
MemCache(int, int, boolean) - 类 的构造器tech.ibit.common.cache.MemCache
构造函数

N

NumericUtils - tech.ibit.common.lang中的类
数字工具类

P

put(K, V) - 类 中的方法tech.ibit.common.cache.MemCache
设置缓存对象

R

remove(K) - 类 中的方法tech.ibit.common.cache.MemCache
移除缓存

S

size() - 类 中的方法tech.ibit.common.cache.MemCache
获取缓存大小
StringUtils - tech.ibit.common.lang中的类
字符串工具类

T

tech.ibit.common.cache - 程序包 tech.ibit.common.cache
 
tech.ibit.common.collection - 程序包 tech.ibit.common.collection
 
tech.ibit.common.http - 程序包 tech.ibit.common.http
 
tech.ibit.common.lang - 程序包 tech.ibit.common.lang
 
toIntList(String, String) - 类 中的静态方法tech.ibit.common.lang.StringUtils
字符串转int列表
toIntList(String) - 类 中的静态方法tech.ibit.common.lang.StringUtils
字符串转int列表
toLinkedMap(List<V>, IdGetter<T, V>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
List转LinkedMap
toList(Map<T, V>, List<T>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
通过键获取值
toMap(List<V>, IdGetter<T, V>) - 类 中的静态方法tech.ibit.common.collection.CollectionUtils
List转Map
A C F G H I L M N P R S T 
跳过导航链接

Copyright © 2020 IBIT程序猿. All rights reserved.