A B C D E F G H I J L M N O P R S T U W Z 

A

abbreviate(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Abbreviates a String using ellipses.
AbstractCacheMap<K,V> - com.dexcoder.commons.cache中的类
缓存map抽象实现 Created by liyd on 7/24/14.
AbstractCacheMap(int, long) - 类 的构造器com.dexcoder.commons.cache.AbstractCacheMap
构造方法
AbstractTypeConverter - com.dexcoder.commons.bean中的类
Created by liyd on 2015-7-31.
AbstractTypeConverter() - 类 的构造器com.dexcoder.commons.bean.AbstractTypeConverter
 
AbstractTypeConverter(Class<?>, Class<?>) - 类 的构造器com.dexcoder.commons.bean.AbstractTypeConverter
 
add(Object[], Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Copies the given array and adds the given element at the end of the new array.
add(Object[], int, Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(char[], int, char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(byte[], int, byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(short[], int, short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(int[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(long[], int, long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(float[], int, float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
add(double[], int, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Inserts the specified element at the specified position in the array.
addAll(Object[], Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Adds all the elements of the given arrays into a new array.
addCell(Object) - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
addError(DexcoderException) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
设置结果
addError(Throwable) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
设置结果
addError(String) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
添加错误信息,success将变为false
addError(String, String) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
添加错误信息
addError(String) - 类 中的方法com.dexcoder.commons.result.RunResult
添加错误信息
addMessage(String) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
添加运行消息,success仍然为true
addMessage(String, String) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
添加运行消息,success仍然为true
addMessage(String) - 类 中的方法com.dexcoder.commons.result.RunResult
添加运行信息
addSheet(ExcelSheet, File) - 类 中的静态方法com.dexcoder.commons.office.ExcelWriteTools
添加一个sheet
addSheet(ExcelSheet, File, ExcelStyleCreator) - 类 中的静态方法com.dexcoder.commons.office.ExcelWriteTools
添加一个sheet
addTask(Runnable) - 类 中的静态方法com.dexcoder.commons.utils.ThreadExecutionUtils
添加线程执行任务,采用无界队列。
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法com.dexcoder.commons.interceptor.RunBinderMvcInterceptor
 
ArrUtils - com.dexcoder.commons.utils中的类
本类来源于apache-commons-lang > ArrayUtils
ArrUtils() - 类 的构造器com.dexcoder.commons.utils.ArrUtils
ArrUtils instances should NOT be constructed in standard programming.
assertEmpty(Collection<?>, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertMinLength(String, int, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotBlank(String, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotBlank(String, IEnum) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotEmpty(Collection<?>, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotEquals(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotEquals(String, String, IEnum) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotNull(Object, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertNotNull(Object, IEnum) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
assertRegex(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.AssertUtils
 
AssertUtils - com.dexcoder.commons.utils中的类
Created by liyd on 2015-8-24.
AssertUtils() - 类 的构造器com.dexcoder.commons.utils.AssertUtils
 
AssistantException - com.dexcoder.commons.exceptions中的异常错误
自定义异常类

Created by liyd on 6/27/14.

AssistantException(String, Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.AssistantException
 
AssistantException(Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.AssistantException
Instantiates a new AssistantException.
AssistantException(IEnum) - 异常错误 的构造器com.dexcoder.commons.exceptions.AssistantException
Instantiates a new AssistantException.
AssistantException(String) - 异常错误 的构造器com.dexcoder.commons.exceptions.AssistantException
Constructor
AssistantException(String, String) - 异常错误 的构造器com.dexcoder.commons.exceptions.AssistantException
Constructor

B

BeanConverter - com.dexcoder.commons.bean中的类
Java Bean 对象转换器

User: liyd Date: 13-5-8 下午4:29 version $Id: BeanConverter.java, v 0.1 Exp $

BeanConverter() - 类 的构造器com.dexcoder.commons.bean.BeanConverter
 
BeanConverterConfig - com.dexcoder.commons.bean中的类
Java Bean 对象转换器配置

User: liyd Date: 13-5-10 下午1:56 version $Id: BeanConverterConfig.java, v 0.1 Exp $

BeanConverterConfig() - 类 的构造器com.dexcoder.commons.bean.BeanConverterConfig
 

C

cacheMap - 类 中的变量com.dexcoder.commons.cache.AbstractCacheMap
缓存map
CacheMap<K,V> - com.dexcoder.commons.cache中的接口
缓存MAP接口 Created by liyd on 7/24/14.
cacheSize - 类 中的变量com.dexcoder.commons.cache.AbstractCacheMap
最大缓存大小 , 0表示无限制
CacheUtils - com.dexcoder.commons.utils中的类
缓存 Created by liyd on 1/5/15.
CacheUtils() - 类 的构造器com.dexcoder.commons.utils.CacheUtils
 
calcPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
计算页数,但不改变当前页。
capitalise(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use the standardly named StrUtils.capitalize(String). Method will be removed in Commons Lang 3.0.
capitalize(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char).
center(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Centers a String in a larger String of size size.
center(String, int, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Centers a String in a larger String of size size.
CHARS - 类 中的静态变量com.dexcoder.commons.utils.UUIDUtils
 
chomp(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes separator from the end of str if it's there, otherwise leave it alone.
chompLast(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use StrUtils.chomp(String, String) instead. Method will be removed in Commons Lang 3.0.
classCache - 类 中的静态变量com.dexcoder.commons.bean.IntrospectionCache
Map keyed by class containing IntrospectionCache.
ClassUtils - com.dexcoder.commons.utils中的类
类辅助

User: liyd Date: 2/12/14 Time: 10:08 PM

ClassUtils() - 类 的构造器com.dexcoder.commons.utils.ClassUtils
 
clear() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
清空缓存
clear() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
清除所有缓存对象
clear() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
清除信息,释放资源
clear() - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
清空缓存
clearConverter() - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
清空注册的转换器
clearConverter() - 类 中的方法com.dexcoder.commons.bean.BeanConverterConfig
清空注册的转换器
clone(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
clone(boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Clones an array returning a typecast result and handling null.
code - 类 中的变量com.dexcoder.commons.result.RunResult
result code
com.dexcoder.commons.bean - 程序包 com.dexcoder.commons.bean
 
com.dexcoder.commons.cache - 程序包 com.dexcoder.commons.cache
 
com.dexcoder.commons.enums - 程序包 com.dexcoder.commons.enums
 
com.dexcoder.commons.exceptions - 程序包 com.dexcoder.commons.exceptions
 
com.dexcoder.commons.interceptor - 程序包 com.dexcoder.commons.interceptor
 
com.dexcoder.commons.mvc - 程序包 com.dexcoder.commons.mvc
 
com.dexcoder.commons.office - 程序包 com.dexcoder.commons.office
 
com.dexcoder.commons.pager - 程序包 com.dexcoder.commons.pager
 
com.dexcoder.commons.result - 程序包 com.dexcoder.commons.result
 
com.dexcoder.commons.utils - 程序包 com.dexcoder.commons.utils
 
CommonsAssistantException - com.dexcoder.commons.exceptions中的异常错误
Created by liyd on 2015-12-9.
CommonsAssistantException(String, Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.CommonsAssistantException
 
CommonsAssistantException(Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.CommonsAssistantException
Instantiates a new CommonsAssistantException.
CommonsAssistantException(IEnum) - 异常错误 的构造器com.dexcoder.commons.exceptions.CommonsAssistantException
Instantiates a new CommonsAssistantException.
CommonsAssistantException(String) - 异常错误 的构造器com.dexcoder.commons.exceptions.CommonsAssistantException
Constructor
CommonsAssistantException(String, String) - 异常错误 的构造器com.dexcoder.commons.exceptions.CommonsAssistantException
Constructor
concatenate(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use the better named StrUtils.join(Object[]) instead. Method will be removed in Commons Lang 3.0.
contains(Object[], Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the object is in the given array.
contains(long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(char[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(double[], double, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if the value is in the given array.
contains(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if String contains a search character, handling null.
contains(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if String contains a search String, handling null.
containsAny(String, char[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains any character in the given set of characters.
containsAny(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains any character in the given set of characters.
containsIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if String contains a search String irrespective of case, handling null.
containsNone(String, char[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks that the String does not contain certain characters.
containsNone(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks that the String does not contain certain characters.
containsOnly(String, char[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only certain characters.
containsOnly(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only certain characters.
ContextClassLoaderLocal - com.dexcoder.commons.bean中的类
该类的一个实例表示为线程的ContextClassLoader提供一个值。
ContextClassLoaderLocal() - 类 的构造器com.dexcoder.commons.bean.ContextClassLoaderLocal
构造方法
convert(Class<?>, Class<?>, Object) - 类 中的方法com.dexcoder.commons.bean.AbstractTypeConverter
 
convert(Class<T>, List<?>) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
列表转换
convert(Class<T>, List<?>, String[]) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
列表转换
convert(T, Object) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
单个对象转换
convert(T, Object, String[]) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
单个对象转换
convert(Class<?>, Class<?>, Object) - 类 中的方法com.dexcoder.commons.bean.EnumStringConverter
 
convert(Class<?>, Class<?>, Object) - 接口 中的方法com.dexcoder.commons.bean.TypeConverter
转换操作 会有接口和实现类的关系,所以必须传入实际操作的类,不然枚举等类型会得不到具体的枚举值
convertHtmlSpecialChars(String) - 类 中的静态方法com.dexcoder.commons.utils.TextUtils
转换特殊符号
countMatches(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Counts how many times the substring appears in the larger String.
createCell(HSSFWorkbook, HSSFSheet, HSSFRow, Object, int, int) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建列
createCell(HSSFWorkbook, HSSFSheet, HSSFRow, Object, int, int) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建列
createDateCellStyle(HSSFCell, Object) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建日期列
createDateCellStyle(HSSFCell, Object) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建日期列
createDefaultCellStyle(HSSFCell, Object) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建默认格式列
createDefaultCellStyle(HSSFCell, Object) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建默认格式列
createEndSuffixFileName(String, String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
在文件名后加上指定后缀,不包括后缀名
createPictureCellStyle(HSSFWorkbook, HSSFSheet, HSSFRow, int, int, byte[]) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建图片列
createPictureCellStyle(HSSFWorkbook, HSSFSheet, HSSFRow, int, int, byte[]) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建图片列
createRow(HSSFWorkbook, HSSFSheet, ExcelRow, int) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建行
createRow(HSSFWorkbook, HSSFSheet, ExcelRow, int) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建行
createSelectCellStyle(HSSFSheet, HSSFCell, int, int, int, int, String[]) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
创建下拉列表列
createSelectCellStyle(HSSFSheet, HSSFCell, int, int, int, int, String[]) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
创建下拉列表列
createSheet(HSSFWorkbook, ExcelSheet) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
按指定的标题创建一个sheet
createSheet(HSSFWorkbook, ExcelSheet) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
按指定的标题创建一个sheet
createTitle(HSSFWorkbook, HSSFSheet, ExcelSheet) - 类 中的方法com.dexcoder.commons.office.DefaultExcelStyleCreator
生成sheet列标题行
createTitle(HSSFWorkbook, HSSFSheet, ExcelSheet) - 接口 中的方法com.dexcoder.commons.office.ExcelStyleCreator
生成sheet列标题行
createUniqueFileName(String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
保留原文件后缀生成唯一文件名
cutImage(File, int, int, int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
裁切图片
cutImage(byte[], int, int, int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
裁切图片

D

DEFAULT_CACHE_LIVE_TIME - 类 中的静态变量com.dexcoder.commons.utils.CacheUtils
默认缓存存活时间 毫秒 一个小时
DEFAULT_CACHE_SIZE - 类 中的静态变量com.dexcoder.commons.utils.CacheUtils
默认缓存大小
DEFAULT_ITEMS_PER_PAGE - 类 中的静态变量com.dexcoder.commons.pager.Pager
每页默认的项数
DEFAULT_SLIDER_SIZE - 类 中的静态变量com.dexcoder.commons.pager.Pager
滑动窗口默认的大小
DefaultExcelStyleCreator - com.dexcoder.commons.office中的类
 
DefaultExcelStyleCreator() - 类 的构造器com.dexcoder.commons.office.DefaultExcelStyleCreator
 
defaultExpire - 类 中的变量com.dexcoder.commons.cache.AbstractCacheMap
默认过期时间, 0表示永不过期
defaultIfEmpty(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Returns either the passed in String, or if the String is empty or null, the value of defaultStr.
defaultString(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Returns either the passed in String, or if the String is null, the value of defaultStr.
deleteWhitespace(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
DexcoderException - com.dexcoder.commons.exceptions中的异常错误
自定义异常类

Created by liyd on 6/27/14.

DexcoderException(IEnum) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
Instantiates a new DexcoderException.
DexcoderException(String, Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
 
DexcoderException(IEnum, Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
 
DexcoderException(Throwable) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
Instantiates a new DexcoderException.
DexcoderException(String) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
Constructor
DexcoderException(String, String) - 异常错误 的构造器com.dexcoder.commons.exceptions.DexcoderException
Constructor
difference(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares two Strings, and returns the portion where they differ.
DisableCache - com.dexcoder.commons.cache中的注释类型
不设置自动缓存注解 Created by liyd on 9/26/14.

E

eliminate() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
回收对象
eliminate() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
淘汰对象
eliminateCache() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
淘汰对象具体实现
eliminateCache() - 类 中的方法com.dexcoder.commons.cache.FIFOCache
 
eliminateCache() - 类 中的方法com.dexcoder.commons.cache.LFUCache
实现删除过期对象 和 删除访问次数最少的对象
eliminateCache() - 类 中的方法com.dexcoder.commons.cache.LRUCache
只需要实现清除过期对象就可以了,linkedHashMap已经实现LRU
EMPTY - 类 中的静态变量com.dexcoder.commons.utils.StrUtils
The empty String "".
EMPTY_BOOLEAN_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
An empty immutable String array.
EnableCache - com.dexcoder.commons.cache中的注释类型
Created by liyd on 1/6/15.
EncryptUtils - com.dexcoder.commons.utils中的类
Created by liyd on 7/2/14.
EncryptUtils() - 类 的构造器com.dexcoder.commons.utils.EncryptUtils
 
endsWith(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Check if a String ends with a specified suffix.
endsWithIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Case insensitive check if a String ends with a specified suffix.
EnumStringConverter - com.dexcoder.commons.bean中的类
IEnum到String转换器 Created by liyd on 8/10/14.
EnumStringConverter(Class<?>, Class<?>) - 类 的构造器com.dexcoder.commons.bean.EnumStringConverter
 
EnumUtils - com.dexcoder.commons.utils中的类
枚举辅助类 User: liyd Date: 14-1-25 Time: 上午10:17
EnumUtils() - 类 的构造器com.dexcoder.commons.utils.EnumUtils
 
equals(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares two Strings, returning true if they are equal.
equalsIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares two Strings, returning true if they are equal ignoring the case.
errors - 类 中的变量com.dexcoder.commons.result.RunResult
error message
ExcelCell - com.dexcoder.commons.office中的类
row中的一列数据 Created by liyd on 7/28/14.
ExcelCell() - 类 的构造器com.dexcoder.commons.office.ExcelCell
 
ExcelCell(Object) - 类 的构造器com.dexcoder.commons.office.ExcelCell
 
ExcelReadTools - com.dexcoder.commons.office中的类
excel解析工具,兼容03,07以上格式
ExcelReadTools() - 类 的构造器com.dexcoder.commons.office.ExcelReadTools
 
ExcelRow - com.dexcoder.commons.office中的类
sheet中的一行数据 Created by liyd on 7/28/14.
ExcelRow() - 类 的构造器com.dexcoder.commons.office.ExcelRow
 
ExcelSheet - com.dexcoder.commons.office中的类
excel sheet信息及数据 Created by liyd on 7/28/14.
ExcelSheet() - 类 的构造器com.dexcoder.commons.office.ExcelSheet
 
ExcelStyleCreator - com.dexcoder.commons.office中的接口
Excel样式创建方法接口
ExcelWriteTools - com.dexcoder.commons.office中的类
excel写工具类 Created by liyd on 7/28/14.
ExcelWriteTools() - 类 的构造器com.dexcoder.commons.office.ExcelWriteTools
 
existCustomExpire - 类 中的变量com.dexcoder.commons.cache.AbstractCacheMap
是否设置默认过期时间

F

FIFOCache<K,V> - com.dexcoder.commons.cache中的类
FIFO缓存实现 Created by liyd on 9/25/14.
FIFOCache(int, long) - 类 的构造器com.dexcoder.commons.cache.FIFOCache
构造访求
forClass(Class<?>) - 类 中的静态方法com.dexcoder.commons.bean.IntrospectionCache
For class.
format(Date, String) - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
 
formatOne(Date) - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
格式化成一行
formatTwo(Date) - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
格式化成两行

G

get() - 类 中的方法com.dexcoder.commons.bean.ContextClassLoaderLocal
获取实例 这是一个伪单例。
get(K) - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
获取缓存对象
get(K) - 接口 中的方法com.dexcoder.commons.cache.CacheMap
查找缓存对象
get(String) - 类 中的方法com.dexcoder.commons.pager.Pageable
获取数据
get(String, Class<T>) - 类 中的方法com.dexcoder.commons.pager.Pageable
获取数据
get(Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
获取缓存
getActualLength() - 类 中的方法com.dexcoder.commons.pager.Pager
取得当前页的长度,即当前页的实际项数。
getAgo(String, String) - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
格式化换行
getAttachData() - 类 中的方法com.dexcoder.commons.pager.Pageable
 
getBeanInfo(Class<?>, Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
获取类本身的BeanInfo,不包含父类属性
getBeanInfo(Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
获取类的BeanInfo,包含父类属性
getBeanPropMap(Object) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
bean属性转换为map
getBeginIndex() - 类 中的方法com.dexcoder.commons.pager.Pager
取得当前页显示的项的起始序号 (1-based)。
getCacheSize() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
获取最大缓存大小
getCacheSize() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
返回缓存大小
getCacheSize() - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
获取缓存大小
getCamelName(String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
转换成骆驼命名法返回
getCell(int) - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getCells() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getCellStringValue(int) - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getCellValue(int) - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getChild(Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
获取父缓存下的子缓存
getChomp(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use StrUtils.substringAfterLast(String, String) instead (although this doesn't include the separator) Method will be removed in Commons Lang 3.0.
getCode() - 接口 中的方法com.dexcoder.commons.enums.IEnum
获取枚举编码
getCode(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果码
getCode() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果码
getCode() - 类 中的方法com.dexcoder.commons.result.RunResult
 
getCommonPrefix(String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
getConverter(Class<T>) - 类 中的方法com.dexcoder.commons.mvc.IEnumConverterFactory
Get the converter to convert from S to target type T, where T is also an instance of R.
getConverters() - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
获取注册的转换器
getConverters() - 类 中的方法com.dexcoder.commons.bean.BeanConverterConfig
获取所有转换器
getCovertKey(Class<?>, Class<?>) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverterConfig
获取转换器key
getCurPage() - 类 中的方法com.dexcoder.commons.pager.Pageable
 
getCurPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得当前页。
getCurrentCacheSize() - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
当前缓存大小
getDefaultClassLoader() - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
当前线程的classLoader
getDefaultExpire() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
获取默认过期时间
getDefaultExpire() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
返回默认存活时间
getDesc() - 接口 中的方法com.dexcoder.commons.enums.IEnum
获取枚举描述
getEndIndex() - 类 中的方法com.dexcoder.commons.pager.Pager
取得当前页显示的末项序号 (1-based)。
getEnum(Class<T>, String) - 类 中的静态方法com.dexcoder.commons.utils.EnumUtils
获取枚举的所有属性
getEnum(String, String) - 类 中的静态方法com.dexcoder.commons.utils.EnumUtils
获取枚举的所有属性
getEnums(Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.EnumUtils
获取枚举的所有属性
getEnums(String) - 类 中的静态方法com.dexcoder.commons.utils.EnumUtils
获取枚举的所有属性
getErrors(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果信息
getErrors() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果信息
getErrors() - 类 中的方法com.dexcoder.commons.result.RunResult
 
getFirstCell() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getFirstLowerName(String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
首字母小写
getFirstPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得首页页码。
getFirstUpperName(String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
首字母大写
getForString(Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
获取缓存
getImageFormat(File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
获取图片格式
getImageFormat(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
获取图片格式
getImageWH(File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
获取图片的宽和高
getImageWH(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
获取图片的宽和高
getInstance() - 类 中的静态方法com.dexcoder.commons.bean.BeanConverterConfig
获取实例,提供的功能应用于 BeanConverter.
getItemsPerPage() - 类 中的方法com.dexcoder.commons.pager.Pageable
 
getItemsPerPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得每页项数。
getItemsTotal() - 类 中的方法com.dexcoder.commons.pager.Pager
取得总项数。
getKeywords() - 类 中的方法com.dexcoder.commons.pager.Pageable
 
getLastPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得末页页码。
getLength(Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Returns the length of the specified array.
getLevenshteinDistance(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Find the Levenshtein distance between two Strings.
getList() - 类 中的方法com.dexcoder.commons.pager.Pager
 
getList(Class<E>) - 类 中的方法com.dexcoder.commons.pager.Pager
返回转换后的数据
getMD5(String) - 类 中的静态方法com.dexcoder.commons.utils.EncryptUtils
对字符串md5加密
getMessages(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取运行结果信息
getMessages() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取运行结果信息
getMessages() - 类 中的方法com.dexcoder.commons.result.RunResult
 
getNestedString(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use the better named StrUtils.substringBetween(String, String). Method will be removed in Commons Lang 3.0.
getNestedString(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use the better named StrUtils.substringBetween(String, String, String). Method will be removed in Commons Lang 3.0.
getNextPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得后一页页码。
getNextPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
取得后n页页码。
getOffset() - 类 中的方法com.dexcoder.commons.pager.Pager
取得当前页第一项在全部项中的偏移量 (0-based)。
getPages() - 类 中的方法com.dexcoder.commons.pager.Pager
取得总页数。
getPrechomp(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use StrUtils.substringBefore(String, String) instead (although this doesn't include the separator). Method will be removed in Commons Lang 3.0.
getPreviousPage() - 类 中的方法com.dexcoder.commons.pager.Pager
取得前一页页码。
getPreviousPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
取得前n页页码
getProperty(String, String) - 类 中的静态方法com.dexcoder.commons.utils.PropertyUtils
根据key获取properties文件的value值
getProperty(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.PropertyUtils
根据key获取properties文件的value值
getPropertyDescriptor(String) - 类 中的方法com.dexcoder.commons.bean.IntrospectionCache
Get property descriptor.
getPropertyDescriptor(Class<?>, String) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
获取类属性的PropertyDescriptor
getPropertyDescriptors() - 类 中的方法com.dexcoder.commons.bean.IntrospectionCache
Get property descriptors.
getResultCode() - 异常错误 中的方法com.dexcoder.commons.exceptions.DexcoderException
 
getResultMsg() - 异常错误 中的方法com.dexcoder.commons.exceptions.DexcoderException
 
getRow(int) - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
getRows() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
getRowTitles() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
获取行标题
getRunResult(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果
getRunResult() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果,默认获取后从内存中清除
getSelfBeanInfo(Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
获取类本身的BeanInfo,不包含父类属性
getSheetName() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
getSlider() - 类 中的方法com.dexcoder.commons.pager.Pager
取得默认大小(DEFAULT_SLIDER_SIZE)的页码滑动窗口,并将当前页尽可能地放在滑动窗口的中间部位。
getSlider(int) - 类 中的方法com.dexcoder.commons.pager.Pager
取得指定大小的页码滑动窗口,并将当前页尽可能地放在滑动窗口的中间部位。
getSourceTypeClass() - 类 中的方法com.dexcoder.commons.bean.AbstractTypeConverter
 
getSourceTypeClass() - 接口 中的方法com.dexcoder.commons.bean.TypeConverter
获取源类型class
getStrErrors(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果信息
getStrErrors() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取错误结果信息
getStrErrors() - 类 中的方法com.dexcoder.commons.result.RunResult
获取错误信息字符串,以;号分隔
getStringValue() - 类 中的方法com.dexcoder.commons.office.ExcelCell
获取value值的字符串形式
getStrMessages(boolean) - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取运行结果信息
getStrMessages() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
获取运行结果信息
getStrMessages() - 类 中的方法com.dexcoder.commons.result.RunResult
获取结果信息字符串,以;号分隔
getTargetObject(Class<T>) - 类 中的方法com.dexcoder.commons.pager.Pageable
获取自动转换后的JavaBean对象
getTargetTypeClass() - 类 中的方法com.dexcoder.commons.bean.AbstractTypeConverter
 
getTargetTypeClass() - 接口 中的方法com.dexcoder.commons.bean.TypeConverter
获取目标类型class
getTodayBegin() - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
获取当天开始时间
getTodayEnd() - 类 中的静态方法com.dexcoder.commons.utils.TimeUtils
获取当天结束时间
getTotalCellsNum() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
getTotalRowsNum() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
getUnderlineName(String) - 类 中的静态方法com.dexcoder.commons.utils.NameUtils
将骆驼命名法反转成下划线返回
getUUID16() - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
16位UUID
getUUID16(String) - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
16位UUID
getUUID16(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
16位UUID
getUUID32() - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
32位UUID
getUUID8() - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
8位UUID
getUUID8(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
8位UUID
getUUID8(String) - 类 中的静态方法com.dexcoder.commons.utils.UUIDUtils
8位UUID
getValue() - 类 中的方法com.dexcoder.commons.office.ExcelCell
 

H

hasCells() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
hasErrors() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
是否有错误
hasMessages() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
是否有错误
hasRows() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
hmacSHA1Encrypt(String, String) - 类 中的静态方法com.dexcoder.commons.utils.EncryptUtils
使用 HMAC-SHA1 签名方法对对encryptText进行签名

I

IEnum - com.dexcoder.commons.enums中的接口
枚举接口 User: liyd Date: 14-1-13 Time: 下午4:13
IEnumConverterFactory - com.dexcoder.commons.mvc中的类
枚举转换工厂

User: liyd Date: 14-1-20 Time: 下午9:11

IEnumConverterFactory() - 类 的构造器com.dexcoder.commons.mvc.IEnumConverterFactory
 
ImageUtils - com.dexcoder.commons.utils中的类
图片工具

User: liyd Date: 13-10-31 下午5:07 version $Id: ImageTools.java, v 0.1 Exp $

ImageUtils() - 类 的构造器com.dexcoder.commons.utils.ImageUtils
 
INDEX_NOT_FOUND - 类 中的静态变量com.dexcoder.commons.utils.ArrUtils
The index value when an element is not found in a list or array: -1.
INDEX_NOT_FOUND - 类 中的静态变量com.dexcoder.commons.utils.StrUtils
Represents a failed index search.
indexOf(Object[], Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given object in the array.
indexOf(Object[], Object, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given object in the array starting at the given index.
indexOf(long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(long[], long, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(int[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(short[], short, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(char[], char, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(double[], double, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(float[], float, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the index of the given value in the array starting at the given index.
indexOf(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the first index within a String, handling null.
indexOf(String, char, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the first index within a String from a start position, handling null.
indexOf(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the first index within a String, handling null.
indexOf(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the first index within a String, handling null.
indexOfAny(String, char[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Search a String to find the first index of any character in the given set of characters.
indexOfAny(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Search a String to find the first index of any character in the given set of characters.
indexOfAny(String, String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Find the first index of any of a set of potential substrings.
indexOfAnyBut(String, char[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Search a String to find the first index of any character not in the given set of characters.
indexOfAnyBut(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Search a String to find the first index of any character not in the given set of characters.
indexOfDifference(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares two Strings, and returns the index at which the Strings begin to differ.
indexOfDifference(String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Compares all Strings in an array and returns the index at which the Strings begin to differ.
initialValue() - 类 中的方法com.dexcoder.commons.bean.ContextClassLoaderLocal
返回这个 ContextClassLoaderLocal 的初始值变量 每一次调用该方法的为每一个 ContextClassLoaderLocal 的 ContextClassLoader 首次访问为get或set。
IntrospectionCache - com.dexcoder.commons.bean中的类
JavaBean信息缓存

User: liyd Date: 13-5-8 下午6:36 version $Id: IntrospectionCache.java, v 0.1 Exp $

invoke(MethodInvocation) - 类 中的方法com.dexcoder.commons.interceptor.RunBinderInterceptor
 
invokeMethod(Method, Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
invokeMethod
invokeMethod(Method, Object) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
invokeMethod
isAlpha(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode letters.
isAlphanumeric(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode letters or digits.
isAlphanumericSpace(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode letters, digits or space (' ').
isAlphaSpace(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode letters and space (' ').
isBlank(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if a String is whitespace, empty ("") or null.
isDisabledPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
判断指定页码是否被禁止,也就是说指定页码超出了范围或等于当前页码。
isEmpty() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
缓存是否为空
isEmpty() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
缓存中是否为空
isEmpty(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks if an array of primitive booleans is empty or null.
isEmpty(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if a String is empty ("") or null.
isEmptyRow() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
isFull() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
缓存是否已满
isFull() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
缓存是否已经满
isNeedClearExpiredObject() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
是否需要清除过期对象
isNotBlank(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if a String is not empty ("") and not null.
isNumeric(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode digits.
isNumericSpace(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only unicode digits or space (' ').
isSameLength(Object[], Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSuccess() - 类 中的静态方法com.dexcoder.commons.result.RunBinder
是否成功
isSuccess() - 类 中的方法com.dexcoder.commons.result.RunResult
 
isWhitespace(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Checks if the String contains only whitespace.

J

join(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
JVM_RANDOM - 类 中的静态变量com.dexcoder.commons.utils.RandomUtils
 

L

lastIndexOf(Object[], Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given object within the array.
lastIndexOf(Object[], Object, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given object in the array starting at the given index.
lastIndexOf(long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(long[], long, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(int[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(short[], short, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(char[], char, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(double[], double, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(float[], float, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the last index within a String, handling null.
lastIndexOf(String, char, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the last index within a String from a start position, handling null.
lastIndexOf(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the last index within a String, handling null.
lastIndexOf(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the first index within a String, handling null.
lastIndexOfAny(String, String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Find the latest index of any of a set of potential substrings.
left(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the leftmost len characters of a String.
leftPad(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Left pad a String with spaces (' ').
leftPad(String, int, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Left pad a String with a specified character.
leftPad(String, int, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Left pad a String with a specified String.
length(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets a String's length or 0 if the String is null.
LFUCache<K,V> - com.dexcoder.commons.cache中的类
LFU缓存实现 Created by liyd on 9/25/14.
LFUCache(int, long) - 类 的构造器com.dexcoder.commons.cache.LFUCache
构造方法
loadClass(String) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
加载类
loadProperties(String) - 类 中的静态方法com.dexcoder.commons.utils.PropertyUtils
加载properties文件
loadResource(String) - 类 中的静态方法com.dexcoder.commons.utils.PropertyUtils
加载资源文件
lowerCase(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Converts a String to lower case as per String.toLowerCase().
LRUCache<K,V> - com.dexcoder.commons.cache中的类
LRU缓存实现 Created by liyd on 7/24/14.
LRUCache(int, long) - 类 的构造器com.dexcoder.commons.cache.LRUCache
构造方法

M

mapToBean(List<Map<String, Object>>, Class<T>) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
map转为bean,map中的key和bean中的属性名相同
mapToBean(Map<String, Object>, Class<T>) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
map转为bean,map中的key和bean中的属性名相同
messages - 类 中的变量com.dexcoder.commons.result.RunResult
result message
methodAccessible(Method) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
设置method访问权限
mid(String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets len characters from the middle of a String.

N

NameUtils - com.dexcoder.commons.utils中的类
名称操作辅助类

User: liyd Date: 13-12-6 Time: 下午5:17

NameUtils() - 类 的构造器com.dexcoder.commons.utils.NameUtils
 
newInstance(Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
初始化实例
newInstance(String) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
初始化实例
nextBoolean() - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
nextBoolean(Random) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed boolean value from the given random sequence.
nextDouble() - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from the Math.random() sequence.
nextDouble(Random) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from the given Random sequence.
nextFloat() - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from the Math.random() sequence.
nextFloat(Random) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from the given Random sequence.
nextInt() - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
nextInt(Random) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed int value from the given random sequence.
nextInt(int) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), from the Math.random() sequence.
nextInt(Random, int) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), from the given Random sequence.
nextLong() - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
nextLong(Random) - 类 中的静态方法com.dexcoder.commons.utils.RandomUtils
Returns the next pseudorandom, uniformly distributed long value from the given Random sequence.

O

objectToString(Object) - 类 中的静态方法com.dexcoder.commons.utils.SerializeUtils
将对象序列化成字符串
ordinalIndexOf(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Finds the n-th index within a String, handling null.
overlay(String, String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Overlays part of a String with another String.
overlayString(String, String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use better named StrUtils.overlay(String, String, int, int) instead. Method will be removed in Commons Lang 3.0.

P

Pageable - com.dexcoder.commons.pager中的类
分页等常用信息存储

Created by liyd on 6/26/14.

Pageable() - 类 的构造器com.dexcoder.commons.pager.Pageable
 
Pager - com.dexcoder.commons.pager中的类
分页工具类 此类用于分页时显示多项内容,计算页码和当前页的偏移量。
Pager() - 类 的构造器com.dexcoder.commons.pager.Pager
创建一个分页器,默认每页显示50项。
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.dexcoder.commons.interceptor.RunBinderMvcInterceptor
 
prechomp(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use StrUtils.substringAfter(String, String) instead. Method will be removed in Commons Lang 3.0.
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.dexcoder.commons.interceptor.RunBinderMvcInterceptor
 
PropertyUtils - com.dexcoder.commons.utils中的类
属性文件操作辅助类

User: liyd Date: 14-1-7 Time: 上午11:24

PropertyUtils() - 类 的构造器com.dexcoder.commons.utils.PropertyUtils
 
put(K, V) - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
添加缓存对象
put(K, V, long) - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
添加缓存对象
put(K, V) - 接口 中的方法com.dexcoder.commons.cache.CacheMap
向缓存添加value对象,其在缓存中生存时间为默认值
put(K, V, long) - 接口 中的方法com.dexcoder.commons.cache.CacheMap
向缓存添加value对象,并指定存活时间
put(String, Object) - 类 中的方法com.dexcoder.commons.pager.Pageable
放入数据
put(Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
添加缓存
put(Object, Object, long) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
添加缓存
putChild(Object, Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
添加子缓存
putChild(Object, Object, Object, long) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
添加子缓存

R

RandomUtils - com.dexcoder.commons.utils中的类
本类来源于apache-commons-lang > RandomUtils Created by liyd on 2015-12-4.
RandomUtils() - 类 的构造器com.dexcoder.commons.utils.RandomUtils
 
read(File) - 类 中的静态方法com.dexcoder.commons.office.ExcelReadTools
解析excel文件
read(byte[]) - 类 中的静态方法com.dexcoder.commons.office.ExcelReadTools
解析excel文件
readFirstSheet(File) - 类 中的静态方法com.dexcoder.commons.office.ExcelReadTools
解析第一个sheet
readFirstSheet(byte[]) - 类 中的静态方法com.dexcoder.commons.office.ExcelReadTools
解析第一个sheet
REGEX_NUMBER - 类 中的静态变量com.dexcoder.commons.office.DefaultExcelStyleCreator
是否为数字正则表达式
registerConverter(TypeConverter) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
注册转换器
registerConverter(TypeConverter) - 类 中的方法com.dexcoder.commons.bean.BeanConverterConfig
注册转换器
remove(K) - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
移除缓存对象
remove(K) - 接口 中的方法com.dexcoder.commons.cache.CacheMap
删除缓存对象
remove(String) - 类 中的方法com.dexcoder.commons.pager.Pageable
 
remove(Object[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the element at the specified position from the specified array.
remove(Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
移除元素
remove(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes all occurrences of a substring from within the source string.
remove(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes all occurrences of a character from within the source string.
removeChild(Object, Object) - 类 中的静态方法com.dexcoder.commons.utils.CacheUtils
移除子元素
removeElement(Object[], Object) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Removes the first occurrence of the specified element from the specified array.
removeEnd(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeStart(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes a substring only if it is at the begining of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Case insensitive removal of a substring if it is at the begining of a source string, otherwise returns the source string.
repeat(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Repeat a String repeat times to form a new String.
replace(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replaceChars(String, char, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces all occurrences of a character in a String with another.
replaceChars(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces multiple characters in a String in one go.
replaceChars(String, String[][]) - 类 中的静态方法com.dexcoder.commons.utils.TextUtils
 
replaceEach(String, String[], String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces all occurrences of Strings within another String.
replaceEachRepeatedly(String, String[], String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces all occurrences of Strings within another String.
replaceOnce(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Replaces a String with another String inside a larger String, once.
resizeAddLogoSave(InputStream, InputStream, int, float, int, int, Integer, String) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
给图片添加水印、可设置水印图片旋转角度
resizeAddLogoWrite(InputStream, String, int, Color, String, int, float, int, int, Integer, String) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
重设图片文件大小并设置水印后保存
resizeByMaxSize(byte[], int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的最大值缩放,以Math.max(width,height)为准
resizeByMaxSize(File, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的最大值缩放,以Math.max(width,height)为准
resizeCutImage(byte[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
缩放后按指定宽、高裁切图片
resizeCutImage(File, int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
缩放后按指定宽、高裁切图片
resizeCutWriteImage(File, int, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeCutWriteImage(byte[], int, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeImage(byte[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeImage(File, int, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeImageByWidth(byte[], int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
根据宽度按比例缩放
resizeImageByWidth(File, int) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
根据宽度按比例缩放
resizeWriteByMaxSize(byte[], int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的最大值缩放,以Math.max(width,height)为准
resizeWriteByMaxSize(File, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的最大值缩放,以Math.max(width,height)为准
resizeWriteImage(byte[], int, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeWriteImage(File, int, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
按指定的宽度、高度重设图片大小后保存
resizeWriteImageByWidth(byte[], int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
根据宽度按比例缩放
resizeWriteImageByWidth(File, int, File) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
根据宽度按比例缩放
resultCode - 异常错误 中的变量com.dexcoder.commons.exceptions.DexcoderException
Exception code
resultMsg - 异常错误 中的变量com.dexcoder.commons.exceptions.DexcoderException
Exception message
reverse(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Reverses the order of the given array.
reverse(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Reverses a String as per StringBuffer.reverse().
reverseHtmlSpecialChars(String) - 类 中的静态方法com.dexcoder.commons.utils.TextUtils
反转特殊符号,将转义后的符号转换回标签,以便缩进等格式化
right(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the rightmost len characters of a String.
rightPad(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Right pad a String with spaces (' ').
rightPad(String, int, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Right pad a String with a specified character.
rightPad(String, int, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Right pad a String with a specified String.
RunBinder - com.dexcoder.commons.result中的类
系统返回结果 User: liyd Date: 2/13/14 Time: 4:36 PM
RunBinder() - 类 的构造器com.dexcoder.commons.result.RunBinder
 
RunBinderInterceptor - com.dexcoder.commons.interceptor中的类
业务拦截器,主要拦截异常及错误信息,最好配合RunBinderOnMvcDestroyInterceptor使用防止内存溢出 Created by liyd on 4/9/14.
RunBinderInterceptor() - 类 的构造器com.dexcoder.commons.interceptor.RunBinderInterceptor
 
RunBinderMvcInterceptor - com.dexcoder.commons.interceptor中的类
mvc拦截器 Created by liyd on 4/9/14.
RunBinderMvcInterceptor() - 类 的构造器com.dexcoder.commons.interceptor.RunBinderMvcInterceptor
 
RunResult - com.dexcoder.commons.result中的类
执行消息返回结果 User: liyd Date: 2/13/14 Time: 4:34 PM
RunResult() - 类 的构造器com.dexcoder.commons.result.RunResult
Constructor
RunResult(boolean) - 类 的构造器com.dexcoder.commons.result.RunResult
Constructor
RunResult(boolean, String) - 类 的构造器com.dexcoder.commons.result.RunResult
Constructor

S

SerializeUtils - com.dexcoder.commons.utils中的类
序列化辅助类
set(Object) - 类 中的方法com.dexcoder.commons.bean.ContextClassLoaderLocal
设置值 - 一个值提供一个线程的 ContextClassLoader 这种机制提供了在同一个web容器中部署的应用程序之间的隔离
setCells(List<ExcelCell>) - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
setCode(String) - 类 中的方法com.dexcoder.commons.result.RunResult
 
setCurPage(int) - 类 中的方法com.dexcoder.commons.pager.Pageable
 
setCurPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
设置并取得当前页。
setErrors(List<String>) - 类 中的方法com.dexcoder.commons.result.RunResult
 
setInstance(BeanConverterConfig) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverterConfig
设置实例,提供的功能应用于 BeanConverter.
setItemsPerPage(int) - 类 中的方法com.dexcoder.commons.pager.Pageable
 
setItemsPerPage(int) - 类 中的方法com.dexcoder.commons.pager.Pager
设置并取得每页项数。
setItemsTotal(int) - 类 中的方法com.dexcoder.commons.pager.Pager
设置并取得总项数。
setKeywords(String) - 类 中的方法com.dexcoder.commons.pager.Pageable
 
setList(List<?>) - 类 中的方法com.dexcoder.commons.pager.Pager
 
setMessages(List<String>) - 类 中的方法com.dexcoder.commons.result.RunResult
 
setOffset(int) - 类 中的方法com.dexcoder.commons.pager.Pager
设置第几条记录,使之返回该条记录所在的页数据项
如每页显示10条,设置25,将返回第25条记录所在页的数据项(21-30)
setResultCode(String) - 异常错误 中的方法com.dexcoder.commons.exceptions.DexcoderException
 
setResultMsg(String) - 异常错误 中的方法com.dexcoder.commons.exceptions.DexcoderException
 
setRows(List<ExcelRow>) - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
setRowTitles(List<String>) - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
setSheetName(String) - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
setSuccess(boolean) - 类 中的方法com.dexcoder.commons.result.RunResult
 
setValue(Object) - 类 中的方法com.dexcoder.commons.office.ExcelCell
 
shutdown() - 类 中的静态方法com.dexcoder.commons.utils.ThreadExecutionUtils
关闭线程池
size() - 类 中的方法com.dexcoder.commons.cache.AbstractCacheMap
缓存大小
size() - 接口 中的方法com.dexcoder.commons.cache.CacheMap
返回当前缓存的大小
split(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator specified.
split(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separators specified.
split(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array with a maximum length, separators specified.
splitByCharacterType(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByCharacterTypeCamelCase(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByWholeSeparator(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator string specified.
splitPreserveAllTokens(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, char) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Splits the provided text into an array with a maximum length, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
startsWith(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Check if a String starts with a specified prefix.
startsWithIgnoreCase(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Case insensitive check if a String starts with a specified prefix.
stringToObject(String) - 类 中的静态方法com.dexcoder.commons.utils.SerializeUtils
将字符串反序列化成对象
strip(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips whitespace from the start and end of a String.
strip(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips any of a set of characters from the start and end of a String.
stripAll(String[]) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips whitespace from the start and end of every String in an array.
stripAll(String[], String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips any of a set of characters from the start and end of every String in an array.
stripEnd(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToNull(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
StrUtils - com.dexcoder.commons.utils中的类
本类来源于apache-commons-lang > StringUtils

Created by liyd on 2015-12-4.

StrUtils() - 类 的构造器com.dexcoder.commons.utils.StrUtils
StrUtils instances should NOT be constructed in standard programming.
subarray(Object[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Produces a new boolean array containing the elements between the start and end indices.
substring(String, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets a substring from the specified String avoiding exceptions.
substringAfter(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the substring after the first occurrence of a separator.
substringAfterLast(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the substring after the last occurrence of a separator.
substringBefore(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the substring before the first occurrence of a separator.
substringBeforeLast(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the substring before the last occurrence of a separator.
substringBetween(String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the String that is nested in between two instances of the same String.
substringBetween(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Gets the String that is nested in between two Strings.
substringForByte(String, int) - 类 中的静态方法com.dexcoder.commons.utils.TextUtils
截取字符串,按byte长度,可以避免直接按length截取中英文混合显示长短差很多的情况
substringForByte(String, int, boolean) - 类 中的静态方法com.dexcoder.commons.utils.TextUtils
截取字符串,按byte长度,可以避免直接按length截取中英文混合显示长短差很多的情况
substringsBetween(String, String, String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
success - 类 中的变量com.dexcoder.commons.result.RunResult
is success
swapCase(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.

T

TextUtils - com.dexcoder.commons.utils中的类
字符文本操作 太多的StringUtils了,命名为TextUtils

Created by liyd on 2015-8-14.

TextUtils() - 类 的构造器com.dexcoder.commons.utils.TextUtils
 
ThreadExecutionUtils - com.dexcoder.commons.utils中的类
线程执行工厂类
ThreadExecutionUtils() - 类 的构造器com.dexcoder.commons.utils.ThreadExecutionUtils
 
TimeUtils - com.dexcoder.commons.utils中的类
Created by liyd on 7/30/14.
TimeUtils() - 类 的构造器com.dexcoder.commons.utils.TimeUtils
 
toMap(Object[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts the given array into a Map.
toObject(char[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive chars to objects.
toObject(long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive longs to objects.
toObject(int[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive ints to objects.
toObject(short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of primitive booleans to objects.
toPrimitive(Character[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Boolean[]) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - 类 中的静态方法com.dexcoder.commons.utils.ArrUtils
Converts an array of object Booleans to primitives handling null.
toString() - 类 中的方法com.dexcoder.commons.office.ExcelCell
 
toString() - 类 中的方法com.dexcoder.commons.office.ExcelRow
 
toString() - 类 中的方法com.dexcoder.commons.office.ExcelSheet
 
toString() - 类 中的方法com.dexcoder.commons.pager.Pager
转换成字符串表示。
toTargetTypeValue(Object, Class<?>) - 类 中的静态方法com.dexcoder.commons.utils.ClassUtils
将value的数据类型转换到实际目标类型
trim(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trimToEmpty(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
TypeConverter - com.dexcoder.commons.bean中的接口
数据类型转换接口

User: liyd Date: 13-5-9 下午12:04 version $Id: TypeConverter.java, v 0.1 Exp $

U

uncapitalise(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
已过时。
Use the standardly named StrUtils.uncapitalize(String). Method will be removed in Commons Lang 3.0.
uncapitalize(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Uncapitalizes a String changing the first letter to title case as per Character.toLowerCase(char).
unregisterConverter(Class<?>, Class<?>) - 类 中的静态方法com.dexcoder.commons.bean.BeanConverter
移除注册的转换器
unregisterConverter(Class<?>, Class<?>) - 类 中的方法com.dexcoder.commons.bean.BeanConverterConfig
移除注册的转换器
unset() - 类 中的方法com.dexcoder.commons.bean.ContextClassLoaderLocal
卸载当前线程ContextClassLoader关联的对象
unset(ClassLoader) - 类 中的方法com.dexcoder.commons.bean.ContextClassLoaderLocal
卸载当前线程ContextClassLoader关联的对象
upperCase(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
Converts a String to upper case as per String.toUpperCase().
UUIDUtils - com.dexcoder.commons.utils中的类
Created by liyd on 9/10/14.
UUIDUtils() - 类 的构造器com.dexcoder.commons.utils.UUIDUtils
 

W

watermarkText(String, Color, String, int, float, int, int, Integer, BufferedImage) - 类 中的静态方法com.dexcoder.commons.utils.ImageUtils
给图片添加文字水印、可设置水印的旋转角度
write(List<ExcelSheet>, File) - 类 中的静态方法com.dexcoder.commons.office.ExcelWriteTools
Excel导出方法,除了第一行列标题加粗外无任何样式
write(List<ExcelSheet>, File, ExcelStyleCreator) - 类 中的静态方法com.dexcoder.commons.office.ExcelWriteTools
Excel导出方法,使用自定义的样式实现

Z

zip(String, String) - 类 中的静态方法com.dexcoder.commons.utils.ZipUtils
压缩打包文件成zip包
ZipUtils - com.dexcoder.commons.utils中的类
zip包压缩工具类 jdk原生实现,不支持中文
ZipUtils() - 类 的构造器com.dexcoder.commons.utils.ZipUtils
 
A B C D E F G H I J L M N O P R S T U W Z 

Copyright © 2016. All rights reserved.