跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abbreviate(String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成指定长度的缩略,例如: 将"Now is the time for all good men"转换成"Now is the time for..."。
abbreviate(String, int, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成指定长度的缩略,例如: 将"Now is the time for all good men"转换成"...is the time for..."。
addAllAttributes(Collection<?>) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllObjects(Collection<?>) - 类 中的方法org.tinygroup.commons.collection.ModelMap
已过时。
as of Spring 2.5, in favor of ModelMap.addAllAttributes(Collection)
addAllObjects(Map) - 类 中的方法org.tinygroup.commons.collection.ModelMap
已过时。
as of Spring 2.5, in favor of ModelMap.addAllAttributes(Map)
addAttribute(String, Object) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Add the supplied attribute to this Map using a generated name.
addEntities(String[][]) - 类 中的方法org.tinygroup.commons.tools.Entities
添加一组entities。
addEntity(String, int) - 类 中的方法org.tinygroup.commons.tools.Entities
添加一个entity。
addObject(String, Object) - 类 中的方法org.tinygroup.commons.collection.ModelMap
已过时。
as of Spring 2.5, in favor of ModelMap.addAttribute(String, Object)
addObject(Object) - 类 中的方法org.tinygroup.commons.collection.ModelMap
已过时。
as of Spring 2.5, in favor of ModelMap.addAttribute(Object)
addResourcePathToPackagePath(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addURL(URL) - 类 中的方法org.tinygroup.commons.classloader.ResourceURLClassLoader
 
addURL(URL[]) - 类 中的方法org.tinygroup.commons.classloader.ResourceURLClassLoader
 
AnnotationAttributes - org.tinygroup.commons.tools中的类
 
AnnotationAttributes() - 类 的构造器org.tinygroup.commons.tools.AnnotationAttributes
Create a new, empty AnnotationAttributes instance.
AnnotationAttributes(int) - 类 的构造器org.tinygroup.commons.tools.AnnotationAttributes
Create a new, empty AnnotationAttributes instance with the given initial capacity to optimize performance.
AnnotationAttributes(Map<String, Object>) - 类 的构造器org.tinygroup.commons.tools.AnnotationAttributes
Create a new AnnotationAttributes instance, wrapping the provided map and all its key/value pairs.
AnnotationUtils - org.tinygroup.commons.tools中的类
General utility methods for working with annotations, handling bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional "annotation inheritance").
AnnotationUtils() - 类 的构造器org.tinygroup.commons.tools.AnnotationUtils
 
AntPathStringMatcher - org.tinygroup.commons.match中的类
Package-protected helper class for AntPathMatcher.
AntPathStringMatcher(String, String) - 类 的构造器org.tinygroup.commons.match.AntPathStringMatcher
Construct a new instance of the AntPatchStringMatcher.
append(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(byte) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(char) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(double) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(float) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(long) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(short) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(Object) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
append(Object) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
append(String, Object) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
appendAll(Collection<?>) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
appendAll(Object[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
appendAll(Map<?, ?>) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
appendArray(Object[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(boolean[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(boolean[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(byte[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(byte[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(char[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(char[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(double[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(double[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(float[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(float[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(int[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(int[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(long[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(long[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(short[]) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendArray(short[], int, int) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendCollection(Collection<?>) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendCollection(Collection<?>, boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendDescription(Object) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendHangingIndent(Object) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendIdentityToString(A, Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
将对象自身的identity——如同对象没有覆盖toString()方法时, Object.toString()的原始输出——追加到Appendable中。
appendMap(Map<?, ?>) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendMap(Map<?, ?>, boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendNull() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
appendTo(ToStringBuilder) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
appendTo(ToStringBuilder) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
appendTo(ToStringBuilder) - 接口 中的方法org.tinygroup.commons.tools.ToStringBuilder.StructureBuilder
 
appendToBuffer(byte[], int) - 类 中的方法org.tinygroup.commons.lang.BufferString
附加到Buffer上
ARRAY_SUFFIX - 类 中的静态变量org.tinygroup.commons.tools.ClassUtil
Suffix for array class names: "[]"
ARRAY_SUFFIX - 类 中的静态变量org.tinygroup.commons.tools.ClassUtils
Suffix for array class names: "[]"
arrayContains(Object[], Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(Object[], Object[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(long[], long) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(long[], long[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(int[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(int[], int[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(short[], short) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(short[], short[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(byte[], byte) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(byte[], byte[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(double[], double, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(double[], double[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(double[], double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(float[], float, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(float[], float[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(float[], float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(boolean[], boolean) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(boolean[], boolean[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayContains(char[], char) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定对象是否存在于指定数组中。
arrayContains(char[], char[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断指定元素序列是否存在于指定数组中。
arrayIndexOf(Object[], Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(Object[], Object[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(Object[], Object, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(long[], long) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(long[], long[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(long[], long, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(long[], long[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(int[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(int[], int[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(int[], int, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(int[], int[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(short[], short) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(short[], short[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(short[], short, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(short[], short[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(byte[], byte) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(byte[], byte[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(byte[], byte, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(byte[], byte[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(double[], double, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(double[], double[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(double[], double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(double[], double, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(double[], double, int, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(double[], double[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(double[], double[], int, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(float[], float, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(float[], float[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(float[], float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(float[], float, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(float[], float, int, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(float[], float[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(float[], float[], int, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(boolean[], boolean) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(boolean[], boolean[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(boolean[], boolean, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(boolean[], boolean[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(char[], char) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(char[], char[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayIndexOf(char[], char, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素。
arrayIndexOf(char[], char[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中查找一个元素序列。
arrayLastIndexOf(Object[], Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(Object[], Object[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(Object[], Object, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(long[], long) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(long[], long[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(long[], long, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(long[], long[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(int[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(int[], int[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(int[], int, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(int[], int[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(short[], short) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(short[], short[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(short[], short, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(short[], short[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(byte[], byte) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(byte[], byte[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(byte[], byte, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(byte[], byte[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(double[], double, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(double[], double[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(double[], double[], double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(double[], double, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(double[], double, int, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(double[], double[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(double[], double[], int, double) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(float[], float, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(float[], float[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(float[], float[], float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(float[], float, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(float[], float, int, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(float[], float[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(float[], float[], int, float) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(boolean[], boolean) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(boolean[], boolean[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(boolean[], boolean, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(boolean[], boolean[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(char[], char) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(char[], char[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLastIndexOf(char[], char, int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素。
arrayLastIndexOf(char[], char[], int) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
在数组中从末尾开始查找一个元素序列。
arrayLength(Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
取得数组的长度。
arrayReverse(Object[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(long[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(int[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(short[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(byte[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(double[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(float[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(boolean[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
arrayReverse(char[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
反转数组的元素顺序。
ArrayUtil - org.tinygroup.commons.tools中的类
有关数组处理的工具类。
ArrayUtil() - 类 的构造器org.tinygroup.commons.tools.ArrayUtil
 
ascii2Native(String) - 类 中的静态方法org.tinygroup.commons.tools.Native2AsciiUtils
Ascii to native string.
asList(T...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个List
Assert - org.tinygroup.commons.tools中的类
断言工具,用来实现Fail-Fast
Assert() - 类 的构造器org.tinygroup.commons.tools.Assert
 
Assert.ExceptionType - org.tinygroup.commons.tools中的枚举
Assertion错误类型。
assertCharsetSupported() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
判断charset是否被支持。
assertNotNull(T) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象不为空,否则抛出IllegalArgumentException
assertNotNull(T, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象不为空,否则抛出IllegalArgumentException
assertNotNull(T, Assert.ExceptionType, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象不为空,否则抛出指定异常,默认为IllegalArgumentException
assertNull(T) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象为空,否则抛出IllegalArgumentException
assertNull(T, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象为空,否则抛出IllegalArgumentException
assertNull(T, Assert.ExceptionType, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保对象为空,否则抛出指定异常,默认为IllegalArgumentException
assertTrue(boolean) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保表达式为真,否则抛出IllegalArgumentException
assertTrue(boolean, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保表达式为真,否则抛出IllegalArgumentException
assertTrue(boolean, Assert.ExceptionType, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
确保表达式为真,否则抛出指定异常,默认为IllegalArgumentException
available() - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 

B

BasicConstant - org.tinygroup.commons.tools中的类
基本常量。
BasicConstant() - 类 的构造器org.tinygroup.commons.tools.BasicConstant
 
BeanUtil - org.tinygroup.commons.beanutil中的类
 
BeanUtil() - 类 的构造器org.tinygroup.commons.beanutil.BeanUtil
 
BOOL_FALSE - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
BridgeMethodResolver - org.tinygroup.commons.tools中的类
Helper for resolving synthetic bridge Methods to the Method being bridged.
BridgeMethodResolver() - 类 的构造器org.tinygroup.commons.tools.BridgeMethodResolver
 
BufferString - org.tinygroup.commons.lang中的类
利用Buffer构建的字符串,Buffer一定不能被清掉的
BufferString(byte[], int, int) - 类 的构造器org.tinygroup.commons.lang.BufferString
 
BYTE_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
ByteArray - org.tinygroup.commons.io中的类
代表一个byte数组。
ByteArray(byte[]) - 类 的构造器org.tinygroup.commons.io.ByteArray
 
ByteArray(byte[], int, int) - 类 的构造器org.tinygroup.commons.io.ByteArray
 
ByteArrayInputStream - org.tinygroup.commons.io中的类
非同步的ByteArrayInputStream替换方案。
ByteArrayInputStream(byte[]) - 类 的构造器org.tinygroup.commons.io.ByteArrayInputStream
 
ByteArrayInputStream(byte[], int, int) - 类 的构造器org.tinygroup.commons.io.ByteArrayInputStream
 
ByteArrayOutputStream - org.tinygroup.commons.io中的类
非同步的ByteArrayOutputStream替换方案, 执行toByteArray() 方法时返回的是只读的内部字节数组, 避免了没有必要的字节复制.
ByteArrayOutputStream() - 类 的构造器org.tinygroup.commons.io.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - 类 的构造器org.tinygroup.commons.io.ByteArrayOutputStream
 
byteAt(int) - 类 中的方法org.tinygroup.commons.lang.BufferString
 
bytesToString(byte[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将一个byte数组转换成62进制的字符串。
bytesToString(byte[], boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将一个byte数组转换成62进制的字符串。

C

calculateBundleNames(String, Locale) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得备选的resource bundle风格的名称列表。
calculateBundleNames(String, Locale, boolean) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得备选的resource bundle风格的名称列表。
CamelCaseStrategy - org.tinygroup.commons.namestrategy.impl中的类
 
CamelCaseStrategy() - 类 的构造器org.tinygroup.commons.namestrategy.impl.CamelCaseStrategy
 
capitalize(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串的首字符转成大写(Character.toTitleCase),其它字符不变。
causedBy(Throwable, Class<? extends Throwable>) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
检查异常是否由指定类型的异常引起。
CGLIB_CLASS_SEPARATOR - 类 中的静态变量org.tinygroup.commons.tools.ClassUtil
The CGLIB class separator character "$$"
CGLIB_CLASS_SEPARATOR - 类 中的静态变量org.tinygroup.commons.tools.ClassUtils
The CGLIB class separator character "$$"
CHAR_NULL - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
checkInterfaceDeepth(Class<?>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
从接口端计算深度
checkSupperClassDeepth(Class<?>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
 
chomp(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
删除字符串末尾的换行符。
chomp(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
删除字符串末尾的指定字符串。
chop(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
删除最后一个字符。
CLASS_FILE_SUFFIX - 类 中的静态变量org.tinygroup.commons.tools.ClassUtil
The ".class" file suffix
CLASS_FILE_SUFFIX - 类 中的静态变量org.tinygroup.commons.tools.ClassUtils
The ".class" file suffix
ClassFiledUtil - org.tinygroup.commons.tools中的类
 
ClassFiledUtil() - 类 的构造器org.tinygroup.commons.tools.ClassFiledUtil
 
classForName(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Loads a class
ClassInstantiationException - org.tinygroup.commons.exceptions中的异常错误
代表实例化类时失败的异常。
ClassInstantiationException() - 异常错误 的构造器org.tinygroup.commons.exceptions.ClassInstantiationException
 
ClassInstantiationException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.ClassInstantiationException
 
ClassInstantiationException(Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.ClassInstantiationException
 
ClassInstantiationException(String, Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.ClassInstantiationException
 
ClassLoaderUtil - org.tinygroup.commons.tools中的类
查找并装入类和资源的辅助类。
ClassLoaderUtil() - 类 的构造器org.tinygroup.commons.tools.ClassLoaderUtil
 
classNamesToString(Class...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
ClassPathUtil - org.tinygroup.commons.tools中的类
获取程序类根路径
ClassPathUtil() - 类 的构造器org.tinygroup.commons.tools.ClassPathUtil
 
ClassUtil - org.tinygroup.commons.tools中的类
有关 Class 处理的工具类。
ClassUtil() - 类 的构造器org.tinygroup.commons.tools.ClassUtil
 
ClassUtils - org.tinygroup.commons.tools中的类
 
ClassUtils() - 类 的构造器org.tinygroup.commons.tools.ClassUtils
 
clear() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
清除hash表。
clear() - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
 
clear() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
清除所有数据。
clear() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
clear() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
clone() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
 
close() - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
close() - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
CollectionBuilder() - 类 的构造器org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
CollectionFactory - org.tinygroup.commons.tools中的类
Factory for collections, being aware of Java 5 and Java 6 collections.
CollectionFactory() - 类 的构造器org.tinygroup.commons.tools.CollectionFactory
 
CollectionUtil - org.tinygroup.commons.tools中的类
方便创建容器对象的工具。
CollectionUtil() - 类 的构造器org.tinygroup.commons.tools.CollectionUtil
 
CommandExecutor - org.tinygroup.commons.exec中的类
 
ComparableException - org.tinygroup.commons.exceptions中的异常错误
Created by IntelliJ IDEA.
ComparableException() - 异常错误 的构造器org.tinygroup.commons.exceptions.ComparableException
 
ComparableException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.ComparableException
 
compareTo(BufferString) - 类 中的方法org.tinygroup.commons.lang.BufferString
 
compareVersion(String, String) - 类 中的静态方法org.tinygroup.commons.version.VersionCompareUtil
格式是d[[.d]...]abc格式
compilePathName(String) - 类 中的静态方法org.tinygroup.commons.tools.PathNameWildcardCompiler
将包含通配符的路径表达式, 编译成正则表达式.
compilePathName(String, int) - 类 中的静态方法org.tinygroup.commons.tools.PathNameWildcardCompiler
将包含通配符的路径表达式, 编译成正则表达式.
contains(String, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串中是否包含指定的字符。
contains(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串中是否包含指定的字符串。
containsAttribute(String) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Does this model contain an attribute of the given name?
containsKey(int) - 类 中的方法org.tinygroup.commons.collection.IntHashMap
查看hash表中是否存在指定的key。
containsNone(String, char[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是是否不包含指定字符集合中的字符。
containsNone(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是是否不包含指定字符集合中的字符。
containsOnly(String, char[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是是否只包含指定字符集合中的字符。
containsOnly(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是是否只包含指定字符集合中的字符。
containsValue(Object) - 类 中的方法org.tinygroup.commons.collection.IntHashMap
查看hash表中是否存在指定的值。
contextChanged(LocaleInfo) - 接口 中的方法org.tinygroup.commons.i18n.LocaleUtil.Notifier
 
contextReset() - 接口 中的方法org.tinygroup.commons.i18n.LocaleUtil.Notifier
 
Conventions - org.tinygroup.commons.collection中的类
Provides methods to support various naming and other conventions used throughout the framework.
Conventions() - 类 的构造器org.tinygroup.commons.collection.Conventions
 
convertClassNameToResourcePath(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Convert a "."
convertResourcePathToClassName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Convert a "/"-based resource path to a "."
convertToString(Collection, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
转换Collection所有元素(通过toString())为String, 中间以 separator分隔。
convertToString(Collection, String, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
转换Collection所有元素(通过toString())为String, 每个元素的前面加入prefix,后面加入postfix,如mymessage。
COPYABLE_FIELDS - 类 中的静态变量org.tinygroup.commons.tools.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
countMatches(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得指定子串在字符串中出现的次数。
createApproximateCollection(Object) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
createApproximateCollection(Object, int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
createApproximateMap(Object, int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Create the most approximate map for the given map.
createArrayList() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个ArrayList
createArrayList(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个ArrayList
createArrayList(Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个ArrayList
createArrayList(V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个ArrayList
createCollection(Class<?>, int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Create the most appropriate collection for the given collection type.
createCompositeInterface(Class<?>[], ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConcurrentHashMap() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个ConcurrentHashMap
createConcurrentMap(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 3.0, for usage on JDK 1.5 or higher
createConcurrentMapIfPossible(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 3.0, for usage on JDK 1.5 or higher
createCopyOnWriteSet() - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 3.0, for usage on JDK 1.5 or higher
createHashMap() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个HashMap
createHashMap(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个HashMap
createHashSet() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个HashSet
createHashSet(V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个HashSet
createHashSet(Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个HashSet
createIdentityMapIfPossible(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 2.5, for usage on JDK 1.4 or higher
createLinkedHashMap() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedHashMap
createLinkedHashMap(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedHashMap
createLinkedHashSet() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedHashSet
createLinkedHashSet(V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedHashSet
createLinkedHashSet(Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedHashSet
createLinkedList() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedList
createLinkedList(Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedList
createLinkedList(V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个LinkedList
createLinkedMapIfPossible(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 2.5, for usage on JDK 1.4 or higher
createLinkedSetIfPossible(int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
已过时。
as of Spring 2.5, for usage on JDK 1.4 or higher
createMap(Class<?>, int) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Create the most approximate map for the given map.
createTreeMap() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeMap
createTreeMap(Comparator<? super K>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeMap
createTreeSet() - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
createTreeSet(V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
createTreeSet(Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
createTreeSet(Comparator<? super T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
createTreeSet(Comparator<? super T>, V...) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
createTreeSet(Comparator<? super T>, Iterable<? extends T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
创建一个TreeSet
Cryptor - org.tinygroup.commons.cryptor中的接口
功能说明: 加解密接口 开发人员: renhui
开发时间: 2013-8-30

currentIndent() - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
取得当前缩进的数量。

D

declaresException(Method, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
decreaseNestingLevel() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Decrease this parameter's nesting level.
decrypt(String) - 接口 中的方法org.tinygroup.commons.cryptor.Cryptor
Decrypts the password.
decrypt(String, String) - 接口 中的方法org.tinygroup.commons.cryptor.Cryptor
Decrypts the password.
decrypt(String) - 类 中的方法org.tinygroup.commons.cryptor.DefaultCryptor
Decrypts the password.
decrypt(String, String) - 类 中的方法org.tinygroup.commons.cryptor.DefaultCryptor
Decrypts the password.
deepCopy(Object) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
DEFAULT_ENCRYPT_CLASSNAME - 类 中的静态变量org.tinygroup.commons.cryptor.util.EncryptUtil
 
DEFAULT_PRECEDENCE - 接口 中的静态变量org.tinygroup.commons.order.Ordered
默认值
defaultChanged(LocaleInfo) - 接口 中的方法org.tinygroup.commons.i18n.LocaleUtil.Notifier
 
DefaultCryptor - org.tinygroup.commons.cryptor中的类
Allows passwords to be encrypted and decrypted.
DefaultCryptor() - 类 的构造器org.tinygroup.commons.cryptor.DefaultCryptor
 
defaultIfBlank(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
如果字符串是null或空字符串"",则返回指定默认字符串,否则返回字符串本身。
defaultIfEmpty(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
如果字符串是null或空字符串"",则返回指定默认字符串,否则返回字符串本身。
defaultIfEmptyArray(T, S) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
如果数组是null或空数组[],则返回指定数组默认值。
defaultIfNull(T, S) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
如果对象为null,则返回指定默认对象,否则返回对象本身。
defaultReset() - 接口 中的方法org.tinygroup.commons.i18n.LocaleUtil.Notifier
 
delete(File) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
 
deleteWhitespace(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
删除所有在Character.isWhitespace(char)中所定义的空白。
difference(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
比较两个字符串,取得第二个字符串中,和第一个字符串不同的部分。
DOUBLE_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
doWith(Field) - 接口 中的方法org.tinygroup.commons.tools.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - 接口 中的方法org.tinygroup.commons.tools.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
dumpSystemInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
将系统信息输出到指定PrintWriter中。
dumpSystemInfo(PrintWriter) - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
将系统信息输出到指定PrintWriter中。

E

EMPTY_BOOLEAN_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的boolean数组。
EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_BYTE_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的byte数组。
EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_CHAR_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的char数组。
EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_CLASS_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的Class数组。
EMPTY_DOUBLE_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的double数组。
EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_FLOAT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的float数组。
EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_INT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的int数组。
EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_LONG_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的long数组。
EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_MATCH_RESULT - 类 中的静态变量org.tinygroup.commons.tools.MatchResultSubstitution
代表一个成功但无内容的匹配结果。
EMPTY_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的Object数组。
EMPTY_SHORT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的short数组。
EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
EMPTY_STRING - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空字符串。
EMPTY_STRING_ARRAY - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
空的String数组。
encrypt(String) - 接口 中的方法org.tinygroup.commons.cryptor.Cryptor
Encrypt the plain text password.
encrypt(String, String) - 接口 中的方法org.tinygroup.commons.cryptor.Cryptor
Encrypt the plain text password.
encrypt(String) - 类 中的方法org.tinygroup.commons.cryptor.DefaultCryptor
Encrypt the plain text password.
encrypt(String, String) - 类 中的方法org.tinygroup.commons.cryptor.DefaultCryptor
Encrypt the plain text password.
ENCRYPT_CLASSNAME - 类 中的静态变量org.tinygroup.commons.cryptor.util.EncryptUtil
 
EncryptUtil - org.tinygroup.commons.cryptor.util中的类
获取加解密器工具类
end() - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
结束一级缩进。
end() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
结束一级缩进。
Entities - org.tinygroup.commons.tools中的类
代表HTML和XML的实体定义。
Entities() - 类 的构造器org.tinygroup.commons.tools.Entities
 
Entities(Entities) - 类 的构造器org.tinygroup.commons.tools.Entities
复制entities。
Entry(int, int, T, IntHashMap.Entry<T>) - 类 的构造器org.tinygroup.commons.collection.IntHashMap.Entry
 
Enumerator - org.tinygroup.commons.tools中的类
 
Enumerator(Collection) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - 类 的构造器org.tinygroup.commons.tools.Enumerator
Return an Enumeration over the values of the specified Map.
equals(Object) - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
比较对象。
equals(Object) - 类 中的方法org.tinygroup.commons.lang.BufferString
 
equals(Object) - 类 中的方法org.tinygroup.commons.tools.HumanReadableSize
 
equals(Object) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
 
equals(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
 
EqualsUtil - org.tinygroup.commons.tools中的类
功能说明: 对象比较工具方法 开发人员: renhui
开发时间: 2014-2-24
EqualsUtil() - 类 的构造器org.tinygroup.commons.tools.EqualsUtil
 
escapeEntities(Entities, String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据指定的规则,将字符串中的部分字符转换成实体编码。
escapeEntities(Entities, String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据指定的规则,将字符串中的部分字符转换成实体编码。
escapeHtml(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据HTML的规则,将字符串中的部分字符转换成实体编码。
escapeHtml(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据HTML的规则,将字符串中的部分字符转换成实体编码。
escapeJava(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行转义。
escapeJava(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行转义。
escapeJava(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行转义。
escapeJava(String, Appendable, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行转义。
escapeJavaScript(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按JavaScript的规则对字符串进行转义。
escapeJavaScript(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按JavaScript的规则对字符串进行转义。
escapeJavaScript(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按JavaScript的规则对字符串进行转义。
escapeJavaScript(String, Appendable, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按JavaScript的规则对字符串进行转义。
escapeMetaDataPattern(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
Escape table or schema patterns used for DatabaseMetaData functions.
escapeSql(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按SQL语句的规则对字符串进行转义。
escapeSql(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按SQL语句的规则对字符串进行转义。
escapeURL(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
将指定字符串编码成application/x-www-form-urlencoded格式。
escapeURL(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
将指定字符串编码成application/x-www-form-urlencoded格式。
escapeURL(String, String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
将指定字符串编码成application/x-www-form-urlencoded格式。
escapeURL(String, String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
将指定字符串编码成application/x-www-form-urlencoded格式。
escapeURL(String, String, Appendable, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
将指定字符串编码成application/x-www-form-urlencoded格式。
escapeXml(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据XML的规则,将字符串中的部分字符转换成实体编码。
escapeXml(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
根据XML的规则,将字符串中的部分字符转换成实体编码。
ExceptionUtil - org.tinygroup.commons.tools中的类
处理异常的工具类。
ExceptionUtil() - 类 的构造器org.tinygroup.commons.tools.ExceptionUtil
 
execute(String) - 类 中的静态方法org.tinygroup.commons.exec.CommandExecutor
 
extractIndexToMap(Collection, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
提取集合中的对象的某个属性(通过Getter函数)作为key,集合对象作为值,组合成Map.
extractToList(Collection, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
提取集合中的对象的一个属性(通过Getter函数), 组合成List.
extractToMap(Collection, String, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
提取集合中的对象的两个属性(通过Getter函数), 组合成Map.
extractToString(Collection, String, String) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
提取集合中的对象的一个属性(通过Getter函数), 组合成由分割符分隔的字符串.

F

fail() - 类 中的静态方法org.tinygroup.commons.tools.Assert
未预料的失败。
fail(String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
未预料的失败。
FileDealUtil - org.tinygroup.commons.file中的类
 
FileDealUtil() - 类 的构造器org.tinygroup.commons.file.FileDealUtil
 
FileUtil - org.tinygroup.commons.tools中的类
操作文件的工具类
FileUtil() - 类 的构造器org.tinygroup.commons.tools.FileUtil
 
FileUtil.FileNameAndExtension - org.tinygroup.commons.tools中的类
 
findAnnotation(Method, Class<A>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method, traversing its super methods if no annotation can be found on the given method itself.
findAnnotation(Class<?>, Class<A>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Find a single Annotation of annotationType from the supplied Class, traversing its interfaces and superclasses if no annotation can be found on the given class itself.
findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Find the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares an annotation for the specified annotationType, or null if not found.
findBridgedMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.BridgeMethodResolver
Find the original method for the supplied bridge Method.
findField(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findMethod(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
FLOAT_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
FORCE_ABSOLUTE_PATH - 类 中的静态变量org.tinygroup.commons.tools.PathNameWildcardCompiler
强制使用绝对路径
FORCE_MATCH_PREFIX - 类 中的静态变量org.tinygroup.commons.tools.PathNameWildcardCompiler
从头匹配
FORCE_RELATIVE_PATH - 类 中的静态变量org.tinygroup.commons.tools.PathNameWildcardCompiler
强制使用相对路径
foreach(Processor<T>) - 接口 中的方法org.tinygroup.commons.processor.ForEachProcessor
 
ForEachProcessor<T> - org.tinygroup.commons.processor中的接口
 
format(String, Object...) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
forMethodOrConstructor(Object, int) - 类 中的静态方法org.tinygroup.commons.tools.MethodParameter
Create a new MethodParameter for the given method or constructor.
forName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
已过时。
as of Spring 3.0, in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader)
forName(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g."
fromMap(Map<String, Object>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationAttributes
Return an AnnotationAttributes instance based on the given map; if the map is already an AnnotationAttributes instance, it is casted and returned immediately without creating any new instance; otherwise create a new instance by wrapping the map with the AnnotationAttributes.AnnotationAttributes(Map) constructor.
FullException - org.tinygroup.commons.exceptions中的异常错误
 
FullException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.FullException
 
FullException() - 异常错误 的构造器org.tinygroup.commons.exceptions.FullException
 

G

GenericTypeResolver - org.tinygroup.commons.tools中的类
Helper class for resolving generic types against type variables.
GenericTypeResolver() - 类 的构造器org.tinygroup.commons.tools.GenericTypeResolver
 
get(int) - 类 中的方法org.tinygroup.commons.collection.IntHashMap
从hash表中取得和指定key对应的值。
get(Object) - 类 中的方法org.tinygroup.commons.concurrent.TinyConcurrentHashMap
 
getAbsolutePathBasedOn(String, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
getAddress() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.HostInfo
取得当前主机的地址。
getAllDeclaredMethods(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllInterfaces(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfaces(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAnnotation(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getAnnotation(AnnotatedElement, Class<T>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method, Constructor or Field.
getAnnotation(Method, Class<A>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method.
getAnnotationArray(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getAnnotationAttributes(Annotation) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the given annotation's attributes as a Map, preserving all attribute types as-is.
getAnnotationAttributes(Annotation, boolean) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the given annotation's attributes as a Map.
getAnnotationAttributes(Annotation, boolean, boolean) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the given annotation's attributes as an AnnotationAttributes map structure.
getAnnotations(Method) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Get all Annotations from the supplied Method.
getArch() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得当前OS的架构(取自系统属性:os.arch)。
getArrayClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定一维数组类.
getArrayClass(Class<?>, int) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定维数的 Array类.
getBoolean(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getCanonicalCharset(String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得正规的字符集名称, 如果指定字符集不存在, 则抛出UnsupportedEncodingException.
getCapacity() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
取得hash表的容量。
getCauses(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
取得包括当前异常在内的所有的causes异常,按出现的顺序排列。
getCauses(Throwable, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
取得包括当前异常在内的所有的causes异常,按出现的顺序排列。
getCharset() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
取得编码字符集。
getCharset() - 类 中的静态方法org.tinygroup.commons.tools.Resources
 
getClass(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getClassArray(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getClassFileName(Class) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Determine the name of the class file, relative to the containing package: e.g.
getClassFileName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassPath() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
getClassPathArray() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
getClassRootPath() - 类 中的静态方法org.tinygroup.commons.tools.ClassPathUtil
 
getClassVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的class文件格式的版本(取自系统属性:java.class.version)。
getConstructor() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the wrapped Constructor, if any.
getConstructorIfAvailable(Class<T>, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getContext() - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得当前thread默认的区域。
getContextClassLoader() - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
取得当前线程的ClassLoader
getCountry() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得当前登录用户的国家或区域设置(取自系统属性:JDK1.4 user.country或JDK1.2 user.region)。
getCpuUsage() - 类 中的静态方法org.tinygroup.commons.cpu.MonitorUtil
 
getCryptor() - 类 中的方法org.tinygroup.commons.cryptor.util.EncryptUtil
 
getCurrentDir() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得当前目录(取自系统属性:user.dir)。
getDeclaredFieldWithParent(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ClassFiledUtil
从clazz及其父类中获取属性,如果找不到则返回null
getDeclaringClass() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the class that declares the underlying Method or Constructor.
getDefault() - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得默认的区域。
getDefaultClassLoader() - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultClassLoader() - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns the default classloader (may be null).
getDefaultValue(Annotation) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the default value of the "value" attribute of a single-element Annotation, given an annotation instance.
getDefaultValue(Annotation, String) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given an annotation instance.
getDefaultValue(Class<? extends Annotation>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the default value of the "value" attribute of a single-element Annotation, given the annotation type.
getDefaultValue(Class<? extends Annotation>, String) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given the annotation type.
getDescriptiveType(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getEncryptClassName() - 类 中的方法org.tinygroup.commons.cryptor.util.EncryptUtil
 
getEndorsedDirs() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的endorsed目录列表(取自系统属性:java.endorsed.dirs)。
getEntityName(int) - 类 中的方法org.tinygroup.commons.tools.Entities
取得指定值对应的entity名称。
getEntityValue(String) - 类 中的方法org.tinygroup.commons.tools.Entities
取得指定entity名称对应的entity值。
getEnum(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getEnvVariable(String) - 类 中的静态方法org.tinygroup.commons.tools.VariableUtil
获取环境变量
getExtDirs() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的扩展目录列表(取自系统属性:java.ext.dirs)。
getExtension() - 类 中的方法org.tinygroup.commons.tools.FileUtil.FileNameAndExtension
 
getExtension(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得文件路径的后缀。
getExtension(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得文件路径的后缀。
getExtension(String, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得文件路径的后缀。
getExtension(String, String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得文件路径的后缀。
getField(Field, Object) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getFieldName(String) - 类 中的方法org.tinygroup.commons.namestrategy.impl.CamelCaseStrategy
 
getFieldName(String) - 类 中的方法org.tinygroup.commons.namestrategy.impl.NormalCaseStrategy
 
getFieldName(String) - 接口 中的方法org.tinygroup.commons.namestrategy.NameStrategy
数据库端
getFileEncoding() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得OS的默认字符编码集(取自系统属性:file.encoding)。
getFileName() - 类 中的方法org.tinygroup.commons.tools.FileUtil.FileNameAndExtension
 
getFileNameAndExtension(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得指定路径的名称和后缀。
getFileNameAndExtension(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得指定路径的名称和后缀。
getFileSeparator() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得OS的文件路径的分隔符(取自系统属性:file.separator)。
getFirst(Collection<T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
取得Collection的第一个元素,如果collection为空返回null.
getFriendlyClassName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得友好的类名。
getFriendlyClassName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得友好的类名。
getFriendlyClassNameForObject(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得对象所属的类的友好类名。
getGenericParameterType() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the generic type of the method/constructor parameter.
getHomeDir() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的安装目录(取自系统属性:java.home)。
getHomeDir() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得当前登录用户的home目录(取自系统属性:user.home)。
getHostInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得Host的信息。
getHumanReadable() - 类 中的方法org.tinygroup.commons.tools.HumanReadableSize
 
getInfo() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmInfo
取得当前JVM impl.的信息(取自系统属性:java.vm.info)。
getInstance() - 类 中的静态方法org.tinygroup.commons.cryptor.util.EncryptUtil
 
getJavaInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得Java Implementation的信息。
getJavaRuntimeInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得当前运行的JRE的信息。
getJavaSpecInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得Java Specification的信息。
getJvmInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得Java Virtual Machine Implementation的信息。
getJvmSpecInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得Java Virtual Machine Specification的信息。
getLanguage() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得当前登录用户的语言设置(取自系统属性:user.language)。
getLast(Collection<T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
获取Collection的最后一个元素 ,如果collection为空返回null.
getLength() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
getLength(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得字符串的长度。
getLibraryPath() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
getLibraryPathArray() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
getLineSeparator() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得OS的文本文件换行符(取自系统属性:line.separator)。
getLocale() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
取得区域。
getMatch() - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
取得匹配。
getMatch(int) - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
取得匹配。
getMethod() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the wrapped Method, if any.
getMethodAnnotation(Class<T>) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the method/constructor annotation of the given type, if available.
getMethodAnnotations() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the annotations associated with the target method/constructor itself.
getMethodCountForName(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else return null).
getMethodParameterName(Class<?>, Method) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
getMethodParameterName(Method) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
getMethodParameterName(Constructor) - 类 中的静态方法org.tinygroup.commons.beanutil.BeanUtil
 
getMostSpecificMethod(Method, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.HostInfo
取得当前主机的名称。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的名称(取自系统属性:java.runtime.name)。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaSpecInfo
取得当前Java Spec.的名称(取自系统属性:java.specification.name)。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmInfo
取得当前JVM impl.的名称(取自系统属性:java.vm.name)。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmSpecInfo
取得当前JVM spec.的名称(取自系统属性:java.vm.specification.name)。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得当前OS的名称(取自系统属性:os.name)。
getName() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得当前登录用户的名字(取自系统属性:user.name)。
getNestedParameterType() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
 
getNestingLevel() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the nesting level of the target type (typically 1; e.g. in case of a List of Lists, 1 would indicate the nested List, whereas 2 would indicate the element of the nested List).
getNumber(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getOffset() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
getOrder() - 接口 中的方法org.tinygroup.commons.order.Ordered
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOsInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得OS的信息。
getPackageName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类的package名。
getPackageName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类名的package名。
getPackageName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine the name of the package of the given class: e.g.
getPackageNameForObject(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定对象所属的类的package名。
getParameterAnnotation(Class<T>) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the parameter annotation of the given type, if available.
getParameterAnnotations() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the annotations associated with the specific method/constructor parameter.
getParameterIndex() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the index of the method/constructor parameter.
getParameterName() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the name of the method/constructor parameter.
getParameterNames(Method) - 类 中的方法org.tinygroup.commons.namediscover.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Constructor) - 类 中的方法org.tinygroup.commons.namediscover.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Method) - 接口 中的方法org.tinygroup.commons.namediscover.ParameterNameDiscoverer
Return parameter names for this method, or null if they cannot be determined.
getParameterNames(Constructor) - 接口 中的方法org.tinygroup.commons.namediscover.ParameterNameDiscoverer
Return parameter names for this constructor, or null if they cannot be determined.
getParameterType() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the type of the method/constructor parameter.
getPathNameRelevancy(String) - 类 中的静态方法org.tinygroup.commons.tools.PathNameWildcardCompiler
取得相关度数值。
getPathSeparator() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得OS的搜索路径分隔符(取自系统属性:path.separator)。
getPrimitiveDefaultValue(Class<T>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得primitive类型的默认值。
getPrimitiveType(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得primitive类。
getPrimitiveType(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得primitive类。
getPropertyName(String) - 类 中的方法org.tinygroup.commons.namestrategy.impl.CamelCaseStrategy
 
getPropertyName(String) - 类 中的方法org.tinygroup.commons.namestrategy.impl.NormalCaseStrategy
 
getPropertyName(String) - 接口 中的方法org.tinygroup.commons.namestrategy.NameStrategy
java端
getProtocolPackages() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的URL协议packages列表(取自系统属性:java.library.path)。
getQualifiedAttributeName(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.collection.Conventions
Return an attribute name qualified by the supplied enclosing Class.
getQualifiedMethodName(Method) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedMethodName(Method) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getQualifiedName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getRawBytes() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
getRelativePath(String, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得相对于指定根目录的相对路径。
getResource(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
ClassLoader取得resource URL。
getResource(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定调用者所属的ClassLoader取得resource URL。
getResource(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的ClassLoader取得resource URL。
getResourceAsFile(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a File object
getResourceAsFile(ClassLoader, String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a File object
getResourceAsProperties(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Properties object
getResourceAsProperties(ClassLoader, String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Properties object
getResourceAsReader(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Reader object
getResourceAsReader(ClassLoader, String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Reader object
getResourceAsStream(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
ClassLoader取得resource的输入流。
getResourceAsStream(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
ClassLoader取得resource的输入流。
getResourceAsStream(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
ClassLoader取得resource的输入流。
getResourceAsStream(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Stream object
getResourceAsStream(ClassLoader, String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns a resource on the classpath as a Stream object
getResourceNameForClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类的资源名。
getResourceNameForClass(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类的资源名。
getResourceNameForObjectClass(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得对象所属的类的资源名。
getResourceNameForObjectPackage(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定对象所属的类的package名的资源名。
getResourceNameForPackage(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类的package名的资源名。
getResourceNameForPackage(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定类名的package名的资源名。
getResources(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
ClassLoader取得所有resource URL。
getResources(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定调用者所属的ClassLoader取得所有resource URL。
getResources(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的ClassLoader中取得所有resource URL。
getResourceURL(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Returns the URL of the resource on the classpath
getRootCause(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
取得最根本的异常。
getShortName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Get the class name without the qualified package name.
getShortName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Get the class name without the qualified package name.
getShortName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getShortNameAsProperty(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSimpleClassName(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得简单类名,不包括package名。
getSimpleClassName(Class<?>, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得简单类名,不包括package名。
getSimpleClassName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得类名,不包括package名。
getSimpleClassName(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得类名,不包括package名。
getSimpleClassNameForObject(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定对象所属的类的简单类名,不包括package名。
getSimpleClassNameForObject(Object, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得指定对象所属的类的简单类名,不包括package名。
getSimpleMethodSignature(Method) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得简洁的method描述。
getSimpleMethodSignature(Method, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得简洁的method描述。
getSimpleMethodSignature(Method, boolean, boolean, boolean, boolean) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得简洁的method描述。
getStackTrace(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
取得异常的stacktrace字符串。
getStackTraceForHtmlComment(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
取得异常的stacktrace字符串,可用于填写在HTML comment中。
getStaticMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return a public static method of a class.
getString(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getStringArray(String) - 类 中的方法org.tinygroup.commons.tools.AnnotationAttributes
 
getSystem() - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
取得操作系统默认的区域。
getSystemDependentAbsolutePathBasedOn(String, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
取得和系统相关的绝对路径。
getSysVariable(String) - 类 中的静态方法org.tinygroup.commons.tools.VariableUtil
获取系统变量
getTargetType(MethodParameter) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Determine the target type for the given parameter specification.
getTempDir() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
取得临时目录(取自系统属性:java.io.tmpdir)。
getThreshold() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
取得hash表的阈值。
getTypeIndexForCurrentLevel() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the type index for the current nesting level.
getTypeIndexForLevel(int) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return the type index for the specified nesting level.
getTypeVariableMap(Class) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Build a mapping of TypeVariable names to concrete Class for the specified Class.
getUniqueDeclaredMethods(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getUriTemplateVariables() - 类 中的方法org.tinygroup.commons.match.AntPathStringMatcher
 
getUrlAsProperties(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Gets a URL as a Properties object
getUrlAsReader(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Gets a URL as a Reader
getUrlAsStream(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Gets a URL as an input stream
getUserClass(Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUserInfo() - 类 中的静态方法org.tinygroup.commons.tools.SystemUtil
取得User的信息。
getValue(Annotation) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the value of the "value" attribute of a single-element Annotation, given an annotation instance.
getValue(Annotation, String) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Retrieve the value of a named Annotation attribute, given an annotation instance.
getValue() - 类 中的方法org.tinygroup.commons.tools.HumanReadableSize
 
getValue(String, String) - 类 中的静态方法org.tinygroup.commons.tools.ValueUtil
 
getVariableName(Object) - 类 中的静态方法org.tinygroup.commons.collection.Conventions
Determine the conventional variable name for the supplied Object based on its concrete type.
getVariableNames() - 类 中的方法org.tinygroup.commons.match.AntPathStringMatcher
 
getVendor() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
取得当前Java impl.的厂商(取自系统属性:java.vendor)。
getVendor() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaSpecInfo
取得当前Java Spec.的厂商(取自系统属性:java.specification.vendor)。
getVendor() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmInfo
取得当前JVM impl.的厂商(取自系统属性:java.vm.vendor)。
getVendor() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmSpecInfo
取得当前JVM spec.的厂商(取自系统属性:java.vm.specification.vendor)。
getVendorURL() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
取得当前Java impl.的厂商网站的URL(取自系统属性:java.vendor.url)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
取得当前JRE的版本(取自系统属性:java.runtime.version)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaSpecInfo
取得当前Java Spec.的版本(取自系统属性:java.specification.version)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmInfo
取得当前JVM impl.的版本(取自系统属性:java.vm.version)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmSpecInfo
取得当前JVM spec.的版本(取自系统属性:java.vm.specification.version)。
getVersion() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
取得当前OS的版本(取自系统属性:os.version)。
getVersionFloat() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getVersionInt() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
取得当前Java impl.的版本(取自系统属性:java.version)。
getWrapperTypeIfPrimitive(Class<T>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
取得primitive类型的wrapper。
group(int, int) - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
 
group(int, int) - 类 中的方法org.tinygroup.commons.tools.Substitution
子类覆盖此方法,以提供指定类型、指定group序号的的replacement结果。

H

handleInvocationTargetException(InvocationTargetException) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Handle the given invocation target exception.
handleReflectionException(Exception) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Handle the given reflection exception.
hasAtLeastOneMethodWithName(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
hasConstructor(Class<?>, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasEnvVariable(String) - 类 中的静态方法org.tinygroup.commons.tools.VariableUtil
判断是否存在环境变量
hash - 类 中的变量org.tinygroup.commons.collection.IntHashMap.Entry
 
hashCode() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
 
hashCode() - 类 中的方法org.tinygroup.commons.lang.BufferString
 
hashCode() - 类 中的方法org.tinygroup.commons.tools.HumanReadableSize
 
hashCode() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
 
hashCode(Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象的hash值, 如果对象为null, 则返回0
HashCodeUtil - org.tinygroup.commons.tools中的类
功能说明: hashcode的工具方法 开发人员: renhui
开发时间: 2014-2-24
HashCodeUtil() - 类 的构造器org.tinygroup.commons.tools.HashCodeUtil
 
hasLength(String, String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine whether the given class has a method with the given signature.
hasMoreElements() - 类 中的方法org.tinygroup.commons.tools.Enumerator
Tests if this enumeration contains more elements.
hasParameterAnnotation(Class<T>) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return true if the parameter has the given annotation type, and false if it doesn't.
hasParameterAnnotations() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Return true if the parameter has at least one annotation, false if it has none.
hasText(String, String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
HIGHEST_PRECEDENCE - 接口 中的静态变量org.tinygroup.commons.order.Ordered
Useful constant for the highest precedence value.
HTML32 - 类 中的静态变量org.tinygroup.commons.tools.Entities
HTML 3.2规范定义的实体集。
HTML40 - 类 中的静态变量org.tinygroup.commons.tools.Entities
HTML 4.0规范定义的实体集。
HTML40_COMMENT - 类 中的静态变量org.tinygroup.commons.tools.ExceptionUtil
 
HTML40_MODIFIED - 类 中的静态变量org.tinygroup.commons.tools.Entities
HTML 4.0规范定义的实体集,加上对单引号的转义,以增加HTML安全性。
HumanReadableSize - org.tinygroup.commons.tools中的类
以易读的方式来解析和显示字节数。
HumanReadableSize(String) - 类 的构造器org.tinygroup.commons.tools.HumanReadableSize
 
HumanReadableSize(long) - 类 的构造器org.tinygroup.commons.tools.HumanReadableSize
 
humpString(Class<T>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
采取驼峰规则

I

identityHashCode(Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象的原始的hash值, 如果对象为null, 则返回0
identityToString(Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象自身的identity,如同对象没有覆盖toString()方法时, Object.toString()的原始输出。
identityToString(Object, String) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象自身的identity,如同对象没有覆盖toString()方法时, Object.toString()的原始输出。
IllegalPathException - org.tinygroup.commons.exceptions中的异常错误
代表非法的路径的异常。
IllegalPathException() - 异常错误 的构造器org.tinygroup.commons.exceptions.IllegalPathException
 
IllegalPathException(String, Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.IllegalPathException
 
IllegalPathException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.IllegalPathException
 
IllegalPathException(Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.IllegalPathException
 
implmentInterface(Class<?>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassFiledUtil
判断clazz是否实现了interfaceClazz
increaseNestingLevel() - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Increase this parameter's nesting level.
indent(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从第二行开始,对每一行缩进指定空白。
indent(Formatter, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从第二行开始,对每一行缩进指定空白。
indent(StringBuilder, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从第二行开始,对每一行缩进指定空白。
IndentableStringBuilder - org.tinygroup.commons.tools中的类
支持分级缩进的string builder。
IndentableStringBuilder() - 类 的构造器org.tinygroup.commons.tools.IndentableStringBuilder
 
IndentableStringBuilder(int) - 类 的构造器org.tinygroup.commons.tools.IndentableStringBuilder
 
indexOf(String, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符,并返回第一个匹配的索引值。
indexOf(String, char, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符,并返回第一个匹配的索引值。
indexOf(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符串,并返回第一个匹配的索引值。
indexOf(String, String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符串,并返回第一个匹配的索引值。
indexOfAny(String, char[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符集合中的字符,并返回第一个匹配的起始索引。
indexOfAny(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符集合中的字符,并返回第一个匹配的起始索引。
indexOfAny(String, String[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找指定字符串集合中的字符串,并返回第一个匹配的起始索引。
indexOfAnyBut(String, char[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找不在指定字符集合中的字符,并返回第一个匹配的起始索引。
indexOfAnyBut(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
在字符串中查找不在指定字符集合中的字符,并返回第一个匹配的起始索引。
indexOfDifference(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
比较两个字符串,取得两字符串开始不同的索引值。
initParameterNameDiscovery(ParameterNameDiscoverer) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Initialize parameter name discovery for this method parameter.
instantiate(String) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Creates an instance of a class
instantiate(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Creates an instance of a class
INT_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
intersection(Collection<T>, Collection<T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
返回a与b的交集的新List.
IntHashMap<T> - org.tinygroup.commons.collection中的类
使用整数作为key的hash表。
IntHashMap() - 类 的构造器org.tinygroup.commons.collection.IntHashMap
创建一个hash表,使用默认的初始容量16和默认的负载系数0.75
IntHashMap(int) - 类 的构造器org.tinygroup.commons.collection.IntHashMap
创建一个hash表,使用指定的初始容量和默认的负载系数0.75
IntHashMap(int, float) - 类 的构造器org.tinygroup.commons.collection.IntHashMap
创建一个hash表,使用默认的指定的初始容量和指定的负载系数。
IntHashMap.Entry<T> - org.tinygroup.commons.collection中的类
代表hash表中的一个元素的类。
invokeJdbcMethod(Method, Object) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with no arguments.
invokeJdbcMethod(Method, Object, Object...) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
invokeMethod(Method, Object) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
io(InputStream, OutputStream, boolean, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
从输入流读取内容,写入到输出流中。
io(Reader, Writer, boolean, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
从输入流读取内容,写入到输出流中。
IOUtils - org.tinygroup.commons.file中的类
 
IOUtils() - 类 的构造器org.tinygroup.commons.file.IOUtils
 
isAix() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Determine whether an annotation for the specified annotationType is declared locally on the supplied clazz.
isAnnotationInherited(Class<? extends Annotation>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
Determine whether an annotation for the specified annotationType is present on the supplied clazz and is inherited i.e., not declared locally for the class).
isApproximableCollectionType(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Determine whether the given collection type is an approximable type, i.e. a type that CollectionFactory.createApproximateCollection(java.lang.Object, int) can approximate.
isApproximableMapType(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
Determine whether the given map type is an approximable type, i.e. a type that CollectionFactory.createApproximateMap(java.lang.Object, int) can approximate.
isArraySameLength(Object[], Object[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(long[], long[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(int[], int[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(short[], short[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(byte[], byte[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(double[], double[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(float[], float[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(boolean[], boolean[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isArraySameLength(char[], char[]) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
判断两个数组是否具有相同的长度。
isAssignable(Class, Class) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class, String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>[], Class<?>[]) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
检查一组指定类型 fromClasses 的对象是否可以赋值给另一组类型 classes
isAssignable(Class<?>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
检查指定类型 fromClass 的对象是否可以赋值给另一种类型 clazz
isAssignable(Class<?>, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignableValue(Class<?>, Object) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isBasicClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
判断该类型是不是包装类型
isBlank(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是否是空白:null、空字符串""或只有空白字符。
isCacheSafe(Class<?>, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCglibRenamedMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isCharsetSupported() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
判断charset是否被支持。
isCharsetSupported(String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
判断指定的charset是否被支持。
isEmpty() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
测试hash表是否为空。
isEmpty(Collection) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
Return true if the supplied Collection is null or empty.
isEmpty(Map) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
Return true if the supplied Map is null or empty.
isEmpty(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
检查字符串是否为null或空字符串""
isEmptyArray(Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
检查数组是否为null或空数组[]
isEmptyObject(Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
是否为null、空字符串、或空数组。
isEquals(Object, Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
比较两个对象是否完全相等。
isEqualsIgnoreCase(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
比较两个字符串(大小写不敏感)。
isEqualsMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method is an "equals" method.
isHashCodeMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isHpUx() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isIrix() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isJava11() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判断当前Java的版本。
isJava12() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判断当前Java的版本。
isJava13() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判断当前Java的版本。
isJava14() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判断当前Java的版本。
isJava15() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判断当前Java的版本。
isJavaVersionAtLeast(float) - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判定当前Java的版本是否大于等于指定的版本号。
isJavaVersionAtLeast(int) - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
判定当前Java的版本是否大于等于指定的版本号。
isLinux() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isLocaleSupported(Locale) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
判断locale是否被支持。
isMac() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isMacOsX() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isNotEmpty(Collection) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
Return false if the supplied Collection is null or empty.
isObjectMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method is originally declared by Object.
isOneLine() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
isOs2() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isPresent(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
已过时。
as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader)
isPresent(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimitiveArray(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrWrapper(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
isPrimitiveWrapper(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isPrintCount() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
isPrintCount() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
isPrintDescription() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
打印数组时,是否打印出描述。
isPublicStaticFinal(Field) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isSameType(Object, Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
检查两个对象是否属于相同类型。
isSolaris() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isSort() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
isSortKeys() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
isSunOS() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isToStringMethod(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Determine whether the given method is a "toString" method.
isVisibilityBridgeMethodPair(Method, Method) - 类 中的静态方法org.tinygroup.commons.tools.BridgeMethodResolver
Compare the signatures of the bridge method and the method which it bridges.
isVisible(Class<?>, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
Check whether the given class is visible in the given ClassLoader.
isVisible(Class<?>, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isWindows() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindows2000() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindows95() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindows98() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindowsME() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindowsNT() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。
isWindowsXP() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
判断当前OS的类型。

J

join(Object[], String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将数组中的元素连接成一个字符串。
join(Iterable<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
Iterator中的元素连接成一个字符串。

K

key - 类 中的变量org.tinygroup.commons.collection.IntHashMap.Entry
 
keys() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
 

L

lastIndexOf(String, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从字符串尾部开始查找指定字符,并返回第一个匹配的索引值。
lastIndexOf(String, char, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从字符串尾部开始查找指定字符,并返回第一个匹配的索引值。
lastIndexOf(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从字符串尾部开始查找指定字符串,并返回第一个匹配的索引值。
lastIndexOf(String, String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从字符串尾部开始查找指定字符串,并返回第一个匹配的索引值。
lastIndexOfAny(String, String[]) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
从字符串尾部开始查找指定字符串集合中的字符串,并返回第一个匹配的起始索引。
left(String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得长度为指定字符数的最左边的子串。
length() - 类 中的方法org.tinygroup.commons.lang.BufferString
 
loadClass(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader装入类。
loadClass(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的调用者的ClassLoader装入类。
loadClass(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的ClassLoader中装入类。
LocaleInfo - org.tinygroup.commons.i18n中的类
代表一个locale信息。
LocaleInfo() - 类 的构造器org.tinygroup.commons.i18n.LocaleInfo
创建系统默认的locale信息。
LocaleInfo(Locale) - 类 的构造器org.tinygroup.commons.i18n.LocaleInfo
创建locale信息。
LocaleInfo(Locale, String) - 类 的构造器org.tinygroup.commons.i18n.LocaleInfo
创建locale信息。
LocaleUtil - org.tinygroup.commons.i18n中的类
用来处理地域和字符编码的工具类。
LocaleUtil() - 类 的构造器org.tinygroup.commons.i18n.LocaleUtil
 
LocaleUtil.Notifier - org.tinygroup.commons.i18n中的接口
当default或context locale被改变时,通知监听器。
LocalVariableTableParameterNameDiscoverer - org.tinygroup.commons.namediscover中的类
 
LocalVariableTableParameterNameDiscoverer() - 类 的构造器org.tinygroup.commons.namediscover.LocalVariableTableParameterNameDiscoverer
 
locateClass(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
在class loader中查找class的位置。
locateClass(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
在class loader中查找class的位置。
locateClass(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtil
在class loader中查找class的位置。
LONG_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
longToString(long) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将一个长整形转换成62进制的字符串。
longToString(long, boolean) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将一个长整形转换成62进制的字符串。
LOWEST_PRECEDENCE - 接口 中的静态变量org.tinygroup.commons.order.Ordered
Useful constant for the lowest precedence value.

M

makeAccessible(Field) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
MapBuilder() - 类 的构造器org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
mark(int) - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
markSupported() - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
matches() - 类 中的方法org.tinygroup.commons.match.AntPathStringMatcher
Main entry point.
matches(Field) - 接口 中的方法org.tinygroup.commons.tools.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - 接口 中的方法org.tinygroup.commons.tools.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matchesTypeName(Class<?>, String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Check whether the given class matches the user-specified type name.
MatchResultSubstitution - org.tinygroup.commons.tools中的类
MatchResult来替换字符串中的变量。
MatchResultSubstitution() - 类 的构造器org.tinygroup.commons.tools.MatchResultSubstitution
创建一个替换。
MatchResultSubstitution(MatchResult) - 类 的构造器org.tinygroup.commons.tools.MatchResultSubstitution
创建一个替换。
MatchResultSubstitution(String, MatchResult...) - 类 的构造器org.tinygroup.commons.tools.MatchResultSubstitution
创建一个替换。
matchType(String) - 类 中的静态方法org.tinygroup.commons.match.SimpleTypeMatcher
 
mergeAttributes(Map<String, ?>) - 类 中的方法org.tinygroup.commons.collection.ModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e. not getting replaced).
MethodParameter - org.tinygroup.commons.tools中的类
Helper class that encapsulates the specification of a method parameter, i.e.
MethodParameter(Method, int) - 类 的构造器org.tinygroup.commons.tools.MethodParameter
Create a new MethodParameter for the given method, with nesting level 1.
MethodParameter(Method, int, int) - 类 的构造器org.tinygroup.commons.tools.MethodParameter
Create a new MethodParameter for the given method.
MethodParameter(Constructor, int) - 类 的构造器org.tinygroup.commons.tools.MethodParameter
Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor, int, int) - 类 的构造器org.tinygroup.commons.tools.MethodParameter
Create a new MethodParameter for the given constructor.
MethodParameter(MethodParameter) - 类 的构造器org.tinygroup.commons.tools.MethodParameter
Copy constructor, resulting in an independent MethodParameter object based on the same metadata and cache state that the original object was in.
mid(String, int, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得从指定索引开始计算的、长度为指定字符数的子串。
ModelMap - org.tinygroup.commons.collection中的类
Implementation of Map for use when building model data for use with UI tools.
ModelMap() - 类 的构造器org.tinygroup.commons.collection.ModelMap
Construct a new, empty ModelMap.
ModelMap(String, Object) - 类 的构造器org.tinygroup.commons.collection.ModelMap
Construct a new ModelMap containing the supplied attribute under the supplied name.
ModelMap(Object) - 类 的构造器org.tinygroup.commons.collection.ModelMap
Construct a new ModelMap containing the supplied attribute.
MonitorUtil - org.tinygroup.commons.cpu中的类
返回当前java进程占用的CPU情况
MonitorUtil() - 类 的构造器org.tinygroup.commons.cpu.MonitorUtil
 

N

NameStrategy - org.tinygroup.commons.namestrategy中的接口
 
native2Ascii(String) - 类 中的静态方法org.tinygroup.commons.tools.Native2AsciiUtils
Native to ascii string.
Native2AsciiUtils - org.tinygroup.commons.tools中的类
 
Native2AsciiUtils() - 类 的构造器org.tinygroup.commons.tools.Native2AsciiUtils
 
newInstance(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader装入类并实例化之。
newInstance(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的调用者的ClassLoader装入类并实例化之。
newInstance(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从指定的ClassLoader中装入类并实例化之。
next - 类 中的变量org.tinygroup.commons.collection.IntHashMap.Entry
 
nextElement() - 类 中的方法org.tinygroup.commons.tools.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextID() - 类 中的方法org.tinygroup.commons.tools.UUID
 
NON_BRIDGED_METHODS - 类 中的静态变量org.tinygroup.commons.tools.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
NormalCaseStrategy - org.tinygroup.commons.namestrategy.impl中的类
 
NormalCaseStrategy() - 类 的构造器org.tinygroup.commons.namestrategy.impl.NormalCaseStrategy
 
normalizeAbsolutePath(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化绝对路径。
normalizeAbsolutePath(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化绝对路径。
normalizeExtension(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化文件名后缀。
normalizePath(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化路径。
normalizePath(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化路径。
normalizePathName(String) - 类 中的静态方法org.tinygroup.commons.tools.PathNameWildcardCompiler
规格化类名。
normalizeRelativePath(String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化相对路径。
normalizeRelativePath(String, boolean) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
规格化相对路径。
notEmpty(Object[], String) - 类 中的静态方法org.tinygroup.commons.tools.Assert
 
NotExistException - org.tinygroup.commons.exceptions中的异常错误
元素找不到
NotExistException() - 异常错误 的构造器org.tinygroup.commons.exceptions.NotExistException
 
NULL_PLACEHOLDER - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
代表null值的占位对象。

O

ObjectUtil - org.tinygroup.commons.tools中的类
有关Object处理的工具类。
ObjectUtil() - 类 的构造器org.tinygroup.commons.tools.ObjectUtil
 
order(List<? extends Ordered>) - 类 中的静态方法org.tinygroup.commons.order.OrderUtil
 
Ordered - org.tinygroup.commons.order中的接口
 
OrderUtil - org.tinygroup.commons.order中的类
功能说明: 实现ordered接口类的排序方法 开发人员: renhui
开发时间: 2013-11-20

OrderUtil() - 类 的构造器org.tinygroup.commons.order.OrderUtil
 
org.tinygroup.commons.beanutil - 程序包 org.tinygroup.commons.beanutil
 
org.tinygroup.commons.classloader - 程序包 org.tinygroup.commons.classloader
 
org.tinygroup.commons.collection - 程序包 org.tinygroup.commons.collection
 
org.tinygroup.commons.concurrent - 程序包 org.tinygroup.commons.concurrent
 
org.tinygroup.commons.cpu - 程序包 org.tinygroup.commons.cpu
 
org.tinygroup.commons.cryptor - 程序包 org.tinygroup.commons.cryptor
 
org.tinygroup.commons.cryptor.util - 程序包 org.tinygroup.commons.cryptor.util
 
org.tinygroup.commons.exceptions - 程序包 org.tinygroup.commons.exceptions
 
org.tinygroup.commons.exec - 程序包 org.tinygroup.commons.exec
 
org.tinygroup.commons.file - 程序包 org.tinygroup.commons.file
 
org.tinygroup.commons.i18n - 程序包 org.tinygroup.commons.i18n
 
org.tinygroup.commons.io - 程序包 org.tinygroup.commons.io
 
org.tinygroup.commons.lang - 程序包 org.tinygroup.commons.lang
 
org.tinygroup.commons.match - 程序包 org.tinygroup.commons.match
 
org.tinygroup.commons.namediscover - 程序包 org.tinygroup.commons.namediscover
 
org.tinygroup.commons.namestrategy - 程序包 org.tinygroup.commons.namestrategy
 
org.tinygroup.commons.namestrategy.impl - 程序包 org.tinygroup.commons.namestrategy.impl
 
org.tinygroup.commons.order - 程序包 org.tinygroup.commons.order
 
org.tinygroup.commons.processor - 程序包 org.tinygroup.commons.processor
 
org.tinygroup.commons.tools - 程序包 org.tinygroup.commons.tools
 
org.tinygroup.commons.version - 程序包 org.tinygroup.commons.version
 
out() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
取得底层indentable string builder。
overlay(String, String, int, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将指定的子串用另一指定子串覆盖。
overrideThreadContextClassLoader(ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.

P

ParameterNameDiscoverer - org.tinygroup.commons.namediscover中的接口
 
parse(String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleInfo
解析并创建locale信息。
parse(String) - 类 中的静态方法org.tinygroup.commons.tools.HumanReadableSize
将易读的字节数转换成真实字节数。
parseLocale(String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
解析locale字符串。
pathNameToRegex(String, int) - 类 中的静态方法org.tinygroup.commons.tools.PathNameWildcardCompiler
将包含通配符的路径表达式, 转换成正则表达式.
PathNameWildcardCompiler - org.tinygroup.commons.tools中的类
这个类将一个包含通配符的文件路径, 编译成正则表达式.
process(T) - 接口 中的方法org.tinygroup.commons.processor.Processor
 
Processor<T> - org.tinygroup.commons.processor中的接口
 
put(int, T) - 类 中的方法org.tinygroup.commons.collection.IntHashMap
将key和指定对象相关联,并保存在hash表中。
put(Object, Object) - 类 中的方法org.tinygroup.commons.concurrent.TinyConcurrentHashMap
 
putIfAbsent(Object, Object) - 类 中的方法org.tinygroup.commons.concurrent.TinyConcurrentHashMap
 

Q

quoteIdentifier(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
Enclose a string with double quotes.

R

read(File) - 类 中的静态方法org.tinygroup.commons.file.FileDealUtil
 
read() - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
read(byte[], int, int) - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
readBytes(InputStream, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将指定InputStream的所有内容全部读出到一个byte数组中。
readExternal(ObjectInput) - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
 
readFileContent(File, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
 
readFromInputStream(InputStream, String) - 类 中的静态方法org.tinygroup.commons.file.IOUtils
 
readStreamContent(InputStream, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
 
readText(InputStream, String, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将指定输入流的所有文本全部读出到一个字符串中。
readText(Reader, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将指定Reader的所有文本全部读出到一个字符串中。
reflectionCompareEquals(Object, Object, String[]) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionCompareEquals(Object, Object, Collection) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionCompareEquals(Object, Object, boolean, Class, String[]) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionCompareHashCode(Object, String[]) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionCompareHashCode(Object, Collection) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionCompareHashCode(int, int, Object, boolean, Class, String[]) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionEquals(Object, Object) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionEquals(Object, Object, boolean) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionEquals(Object, Object, boolean, Class) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionEquals(Object, Object, boolean, Class, String[]) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionEquals(Object, Object, String[]) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionEquals(Object, Object, Collection) - 类 中的静态方法org.tinygroup.commons.tools.EqualsUtil
 
reflectionHashCode(int, int, Object) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(int, int, Object, boolean) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(int, int, Object, boolean, Class) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(int, int, Object, boolean, Class, String[]) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(Object) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(Object, boolean) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(Object, String[]) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
reflectionHashCode(Object, Collection) - 类 中的静态方法org.tinygroup.commons.tools.HashCodeUtil
 
ReflectionUtils - org.tinygroup.commons.tools中的类
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - 类 的构造器org.tinygroup.commons.tools.ReflectionUtils
 
ReflectionUtils.FieldCallback - org.tinygroup.commons.tools中的接口
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - org.tinygroup.commons.tools中的接口
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - org.tinygroup.commons.tools中的接口
Action to take on each method.
ReflectionUtils.MethodFilter - org.tinygroup.commons.tools中的接口
Callback optionally used to filter methods to be operated on by a method callback.
rehash() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
重构hash表,倍增其容量。
remove(int) - 类 中的方法org.tinygroup.commons.collection.IntHashMap
从hash表中删除一个值。
remove(Object) - 类 中的方法org.tinygroup.commons.concurrent.TinyConcurrentHashMap
 
remove(String) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
repeat(String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将指定字符串重复n遍。
replace(String, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
替换指定的子串,替换所有出现的子串。
replace(String, String, String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
替换指定的子串,替换指定的次数。
replaceAll(String, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
Replace all occurrences of the before string with the after string.
replaceChar(String, char, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串中所有指定的字符,替换成另一个。
replaceChars(String, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串中所有指定的字符,替换成另一个。
replacementPrefixes - 类 中的变量org.tinygroup.commons.tools.Substitution
 
reset() - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
reset() - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
resetContext() - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
复位当前thread的区域设置。
resetDefault() - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
复位默认的区域设置。
resolve(String, String) - 类 中的静态方法org.tinygroup.commons.tools.FileUtil
根据指定url和相对路径,计算出相对路径所对应的完整url。
resolveClassName(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Resolve the given class name into a Class instance.
resolveParameterType(MethodParameter, Class) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Determine the target type for the given generic parameter type.
resolvePrimitiveClassName(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolveReturnType(Method, Class) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Determine the target type for the generic return type of the given method.
resolveReturnTypeArgument(Method, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target method which is assumed to return the given interface or an implementation of it.
resolveType(Type, Map<TypeVariable, Type>) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Resolve the specified generic type against the given TypeVariable map.
resolveTypeArgument(Class, Class) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Resolve the single type argument of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare a concrete type for its type variable.
resolveTypeArguments(Class, Class) - 类 中的静态方法org.tinygroup.commons.tools.GenericTypeResolver
Resolve the type arguments of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare concrete types for its type variables.
Resources - org.tinygroup.commons.tools中的类
A class to simplify access to resources through the classloader.
ResourceURLClassLoader - org.tinygroup.commons.classloader中的类
 
ResourceURLClassLoader(URL[]) - 类 的构造器org.tinygroup.commons.classloader.ResourceURLClassLoader
 
ResourceURLClassLoader(URL[], ClassLoader) - 类 的构造器org.tinygroup.commons.classloader.ResourceURLClassLoader
 
rethrowException(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
reverse(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
反转字符串中的字符顺序。
reverseDelimited(String, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
反转指定分隔符分隔的各子串的顺序。
reverseDelimited(String, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
反转指定分隔符分隔的各子串的顺序。
right(String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得长度为指定字符数的最右边的子串。

S

setCharset(Charset) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Use this method to set the Charset to be used when calling the getResourceAsReader methods.
setContext(Locale) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置当前thread默认的区域。
setContext(Locale, String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置当前thread默认的区域。
setContext(LocaleInfo) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置当前thread默认的区域。
setCryptor(String) - 类 中的方法org.tinygroup.commons.cryptor.util.EncryptUtil
 
setDefault(Locale) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置默认的区域。
setDefault(Locale, String) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置默认的区域。
setDefault(LocaleInfo) - 类 中的静态方法org.tinygroup.commons.i18n.LocaleUtil
设置默认的区域。
setDefaultClassLoader(ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.Resources
Sets the default classloader
setEncryptClassName(String) - 类 中的方法org.tinygroup.commons.cryptor.util.EncryptUtil
 
setField(Field, Object, Object) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setMatchResult(MatchResult) - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
设置新匹配。
setMatchResults(MatchResult...) - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
设置新匹配。
setOneLine(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
setPrintCount(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
setPrintCount(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
setPrintDescription(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
打印数组时,是否打印出描述。
setSort(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
setSortKeys(boolean) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
setTypeIndexForCurrentLevel(int) - 类 中的方法org.tinygroup.commons.tools.MethodParameter
Set the type index for the current nesting level.
shallowCopyFieldState(Object, Object) - 类 中的静态方法org.tinygroup.commons.tools.ReflectionUtils
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
SHORT_ZERO - 类 中的静态变量org.tinygroup.commons.tools.BasicConstant
 
SimpleTypeMatcher - org.tinygroup.commons.match中的类
 
size() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
取得当前hash表中元素的个数。
skip(long) - 类 中的方法org.tinygroup.commons.io.ByteArrayInputStream
 
split(String, char) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串按指定字符分割。
split(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串按指定字符分割。
split(String, String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串按指定字符分割。
start() - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
创建一级缩进。
start(int) - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
创建一级缩进。
start(String, String) - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
创建一级缩进,使用指定的前后括弧。
start(String, String, int) - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
创建一级缩进,使用指定的前后括弧。
start() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
创建一级缩进。
start(String, String) - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
创建一级缩进。
startHangingIndent() - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
从下一个换行或start()开始悬挂缩进。
startHangingIndent(int) - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
从下一个换行或start()开始悬挂缩进。
StreamUtil - org.tinygroup.commons.io中的类
基于流的工具类。
StreamUtil() - 类 的构造器org.tinygroup.commons.io.StreamUtil
 
StringEscapeUtil - org.tinygroup.commons.tools中的类
字符串转义工具类,能将字符串转换成适应 Java、Java Script、HTML、XML、和SQL语句的形式。
StringEscapeUtil() - 类 的构造器org.tinygroup.commons.tools.StringEscapeUtil
 
StringUtil - org.tinygroup.commons.tools中的类
有关字符串处理的工具类。
StringUtil() - 类 的构造器org.tinygroup.commons.tools.StringUtil
 
substitute(String) - 类 中的方法org.tinygroup.commons.tools.Substitution
替换字符串中的变量。
substitute(StringBuilder, String) - 类 中的方法org.tinygroup.commons.tools.Substitution
替换字符串中的变量。
Substitution - org.tinygroup.commons.tools中的类
代表一个替换。
Substitution() - 类 的构造器org.tinygroup.commons.tools.Substitution
创建一个替换,以'$'为变量前缀。
Substitution(String) - 类 的构造器org.tinygroup.commons.tools.Substitution
创建一个替换,以指定字符为变量前缀。
substring(String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取指定字符串的子串。
substring(String, int, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取指定字符串的子串。
substringAfter(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得第一个出现的分隔子串之后的子串。
substringAfterLast(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得最后一个的分隔子串之后的子串。
substringBefore(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得第一个出现的分隔子串之前的子串。
substringBeforeLast(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得最后一个的分隔子串之前的子串。
substringBetween(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得指定分隔符的前两次出现之间的子串。
substringBetween(String, String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得两个分隔符之间的子串。
substringBetween(String, String, String, int) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
取得两个分隔符之间的子串。
subtract(Collection<T>, Collection<T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
返回a-b的新List.
swapCase(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
反转字符串的大小写。
SystemUtil - org.tinygroup.commons.tools中的类
取得有关系统信息的工具类。
SystemUtil() - 类 的构造器org.tinygroup.commons.tools.SystemUtil
 
SystemUtil.HostInfo - org.tinygroup.commons.tools中的类
代表当前主机的信息。
SystemUtil.JavaInfo - org.tinygroup.commons.tools中的类
代表Java Implementation的信息。
SystemUtil.JavaRuntimeInfo - org.tinygroup.commons.tools中的类
代表当前运行的JRE的信息。
SystemUtil.JavaSpecInfo - org.tinygroup.commons.tools中的类
代表Java Specification的信息。
SystemUtil.JvmInfo - org.tinygroup.commons.tools中的类
代表Java Virtual Machine Implementation的信息。
SystemUtil.JvmSpecInfo - org.tinygroup.commons.tools中的类
代表Java Virutal Machine Specification的信息。
SystemUtil.OsInfo - org.tinygroup.commons.tools中的类
代表当前OS的信息。
SystemUtil.UserInfo - org.tinygroup.commons.tools中的类
代表当前用户的信息。

T

throwExceptionOrError(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
抛出Throwable,但不需要声明throws Throwable
throwRuntimeExceptionOrError(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
抛出Throwable,但不需要声明throws Throwable
TinyConcurrentHashMap - org.tinygroup.commons.concurrent中的类
继承ConcurrentHashMap使之支持存放value为null
TinyConcurrentHashMap() - 类 的构造器org.tinygroup.commons.concurrent.TinyConcurrentHashMap
 
toArray(Object) - 类 中的静态方法org.tinygroup.commons.tools.ArrayUtil
 
toByteArray() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
toByteArray() - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
toCamelCase(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成camel case。
toHumanReadble(long) - 类 中的静态方法org.tinygroup.commons.tools.HumanReadableSize
将字节数取整,并转换成易读的概要字节数。
toInputStream() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
toInputStream() - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
toLowerCase(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成小写。
toLowerCaseWithUnderscores(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成下划线分隔的小写字符串。
toNoNullStringArray(Collection) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
 
toPascalCase(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成pascal case。
toRuntimeException(Exception) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
将异常转换成RuntimeException
toRuntimeException(Exception, Class<? extends RuntimeException>) - 类 中的静态方法org.tinygroup.commons.tools.ExceptionUtil
将异常转换成RuntimeException
toString() - 类 中的方法org.tinygroup.commons.collection.IntHashMap
取得字符串表示。
toString() - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
 
toString() - 类 中的方法org.tinygroup.commons.io.ByteArray
 
toString() - 类 中的方法org.tinygroup.commons.lang.BufferString
 
toString(String...) - 类 中的方法org.tinygroup.commons.lang.BufferString
 
toString() - 类 中的方法org.tinygroup.commons.tools.FileUtil.FileNameAndExtension
 
toString() - 类 中的方法org.tinygroup.commons.tools.HumanReadableSize
 
toString() - 类 中的方法org.tinygroup.commons.tools.MatchResultSubstitution
 
toString(Object) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象的toString()的值,如果对象为null,则返回空字符串 ""
toString(Object, String) - 类 中的静态方法org.tinygroup.commons.tools.ObjectUtil
取得对象的toString()的值,如果对象为null,则返回指定字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.HostInfo
将当前主机的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaInfo
将Java Implementation的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaRuntimeInfo
将当前运行的JRE信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JavaSpecInfo
将Java Specification的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmInfo
将Java Virutal Machine Implementation的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.JvmSpecInfo
将Java Virutal Machine Specification的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.OsInfo
将OS的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.SystemUtil.UserInfo
将当前用户的信息转换成字符串。
toString() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
 
toString() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
 
toString() - 类 中的方法org.tinygroup.commons.tools.ToStringBuilder
 
toStringArray(Collection<String>) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
Copy the given Collection into a String array.
ToStringBuilder - org.tinygroup.commons.tools中的类
方便实现toString()方法。
ToStringBuilder() - 类 的构造器org.tinygroup.commons.tools.ToStringBuilder
 
ToStringBuilder(int) - 类 的构造器org.tinygroup.commons.tools.ToStringBuilder
 
ToStringBuilder.CollectionBuilder - org.tinygroup.commons.tools中的类
创建值的列表。
ToStringBuilder.MapBuilder - org.tinygroup.commons.tools中的类
创建一系列key/value值对。
ToStringBuilder.StructureBuilder - org.tinygroup.commons.tools中的接口
可用来创建一个结构的builder,例如:map,collection等。
toUpperCase(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成大写。
toUpperCaseWithUnderscores(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串转换成下划线分隔的大写字符串。
trim(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的空白,如果字符串是null,依然返回null
trim(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的指定字符,如果字符串是null,依然返回null
trimEnd(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串尾部的空白,如果字符串是null,则返回null
trimEnd(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串尾部的指定字符,如果字符串是null,依然返回null
trimStart(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头部的空白,如果字符串是null,则返回null
trimStart(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头部的指定字符,如果字符串是null,依然返回null
trimToEmpty(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""
trimToEmpty(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""
trimToNull(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null
trimToNull(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null

U

uncapitalize(String) - 类 中的静态方法org.tinygroup.commons.tools.StringUtil
将字符串的首字符转成小写,其它字符不变。
unescapeEntities(Entities, String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按指定的规则对字符串进行反向转义。
unescapeEntities(Entities, String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按指定的规则对字符串进行反向转义。
unescapeHtml(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按HTML的规则对字符串进行反向转义,支持HTML 4.0中的所有实体,以及unicode实体如&#12345;
unescapeHtml(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按HTML的规则对字符串进行反向转义,支持HTML 4.0中的所有实体,以及unicode实体如&#12345;
unescapeJava(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行反向转义。
unescapeJava(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行反向转义。
unescapeJavaScript(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按JavaScript的规则对字符串进行反向转义。
unescapeJavaScript(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按Java的规则对字符串进行反向转义。
unescapeURL(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
解码application/x-www-form-urlencoded格式的字符串。
unescapeURL(String, String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
解码application/x-www-form-urlencoded格式的字符串。
unescapeURL(String, String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
解码application/x-www-form-urlencoded格式的字符串。
unescapeXml(String) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按XML的规则对字符串进行反向转义,支持unicode实体如&#12345;
unescapeXml(String, Appendable) - 类 中的静态方法org.tinygroup.commons.tools.StringEscapeUtil
按XML的规则对字符串进行反向转义,支持unicode实体如&#12345;
unexpectedException(Throwable) - 类 中的静态方法org.tinygroup.commons.tools.Assert
不可能发生的异常。
unexpectedException(Throwable, String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
不可能发生的异常。
UnexpectedFailureException - org.tinygroup.commons.exceptions中的异常错误
代表未预期的失败。
UnexpectedFailureException() - 异常错误 的构造器org.tinygroup.commons.exceptions.UnexpectedFailureException
 
UnexpectedFailureException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnexpectedFailureException
 
UnexpectedFailureException(Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnexpectedFailureException
 
UnexpectedFailureException(String, Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnexpectedFailureException
 
union(Collection<T>, Collection<T>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionUtil
返回a+b的新List.
unpack(String[]) - 类 中的静态方法org.tinygroup.commons.file.FileDealUtil
 
unreachableCode() - 类 中的静态方法org.tinygroup.commons.tools.Assert
不可能到达的代码。
unreachableCode(String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
不可能到达的代码。
UnreachableCodeException - org.tinygroup.commons.exceptions中的异常错误
代表不可能到达的代码的异常。
UnreachableCodeException() - 异常错误 的构造器org.tinygroup.commons.exceptions.UnreachableCodeException
 
UnreachableCodeException(String) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnreachableCodeException
 
UnreachableCodeException(Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnreachableCodeException
 
UnreachableCodeException(String, Throwable) - 异常错误 的构造器org.tinygroup.commons.exceptions.UnreachableCodeException
 
unsupportedOperation() - 类 中的静态方法org.tinygroup.commons.tools.Assert
不支持的操作。
unsupportedOperation(String, Object...) - 类 中的静态方法org.tinygroup.commons.tools.Assert
不支持的操作。
USER_DECLARED_METHODS - 类 中的静态变量org.tinygroup.commons.tools.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods which are not declared on java.lang.Object.
UUID - org.tinygroup.commons.tools中的类
生成唯一ID。
UUID() - 类 的构造器org.tinygroup.commons.tools.UUID
 
UUID(boolean) - 类 的构造器org.tinygroup.commons.tools.UUID
 

V

value - 类 中的变量org.tinygroup.commons.collection.IntHashMap.Entry
 
valueOf(String) - 枚举 中的静态方法org.tinygroup.commons.tools.Assert.ExceptionType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.tinygroup.commons.tools.Assert.ExceptionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ValueUtil - org.tinygroup.commons.tools中的类
 
ValueUtil() - 类 的构造器org.tinygroup.commons.tools.ValueUtil
 
VariableUtil - org.tinygroup.commons.tools中的类
 
VariableUtil() - 类 的构造器org.tinygroup.commons.tools.VariableUtil
 
VersionCompareUtil - org.tinygroup.commons.version中的类
 
visit(char) - 类 中的方法org.tinygroup.commons.tools.IndentableStringBuilder
此处收到的字符中,所有 CR/LF/CRLF 均已被规格化成统一的LF了。

W

whichClass(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
whichClass(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
whichClass(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
whichClasses(String) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
whichClasses(String, Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
whichClasses(String, ClassLoader) - 类 中的静态方法org.tinygroup.commons.tools.ClassLoaderUtil
从当前线程的ClassLoader中查找指定名称的类。
write(File, String) - 类 中的静态方法org.tinygroup.commons.file.FileDealUtil
 
write(int) - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
write(OutputStream) - 类 中的方法org.tinygroup.commons.lang.BufferString
 
writeBytes(byte[], OutputStream, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将byte数组写入到指定OutputStream中。
writeBytes(ByteArray, OutputStream, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将byte数组写入到指定OutputStream中。
writeExternal(ObjectOutput) - 类 中的方法org.tinygroup.commons.i18n.LocaleInfo
 
writeText(CharSequence, OutputStream, String, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将字符串写入到指定输出流中。
writeText(CharSequence, Writer, boolean) - 类 中的静态方法org.tinygroup.commons.io.StreamUtil
将字符串写入到指定Writer中。
writeTo(OutputStream) - 类 中的方法org.tinygroup.commons.io.ByteArray
 
writeTo(OutputStream) - 类 中的方法org.tinygroup.commons.io.ByteArrayOutputStream
 
writeToOutputStream(OutputStream, String, String) - 类 中的静态方法org.tinygroup.commons.file.IOUtils
 

X

XML - 类 中的静态变量org.tinygroup.commons.tools.Entities
XML规范定义的实体集。
A B C D E F G H I J K L M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2006–2018 TinyGroup. All rights reserved.