- 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
-
- 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
-
- getAnnotations(Method) - 类 中的静态方法org.tinygroup.commons.tools.AnnotationUtils
-
- 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
-
- 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
-
- 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结果。
- 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
-
- isApproximableMapType(Class<?>) - 类 中的静态方法org.tinygroup.commons.tools.CollectionFactory
-
- 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
-
- 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的类型。