- 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
- 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
-
- capitalize(String) - 类 中的静态方法com.dexcoder.commons.utils.StrUtils
-
- 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
-
- 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
-
- 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
-
裁切图片
- 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
-
是否设置默认过期时间
- 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.
- 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
-
- LRUCache<K,V> - com.dexcoder.commons.cache中的类
-
LRU缓存实现
Created by liyd on 7/24/14.
- LRUCache(int, long) - 类 的构造器com.dexcoder.commons.cache.LRUCache
-
构造方法
- 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.
- 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
-
- 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
- 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
-
- 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.
- 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 $