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

A

ACCESS_FIELD - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
ACCESS_PROPERTY - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
add(String[], String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
addAll(Collection<T>, T[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
AMPERSAND - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
AND - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
AnnotationException - cn.sexycode.util.core.exception中的异常错误
Annotation related exception.
AnnotationException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationReader - cn.sexycode.util.core.cls中的接口
 
append(char) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a single character to this Writer.
append(CharSequence) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a character sequence to this Writer.
append(CharSequence, int, int) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Append a portion of a character sequence to the StringBuilder.
approximate() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
ApproximatingTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
A TypeEnvironment that approximates the unresolved components of a generic simple type or collection to their nearest upper binding.
ApproximatingTypeEnvironment() - 类 的构造器cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
areEqual(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.EqualsHelper
Like the legacy EqualsHelper.equals(java.lang.Object, java.lang.Object) method, but handles array-specific checks
ArrayHelper - cn.sexycode.util.core.collection中的类
 
arrayList(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
asLong(byte[]) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret the binary representation of a long.
AssertionFailure - cn.sexycode.util.core.exception中的异常错误
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - 异常错误 的构造器cn.sexycode.util.core.exception.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
ASTERISK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
AT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

B

BACK_SLASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
BACKTICK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
BATCH_ID_PLACEHOLDER - 类 中的静态变量cn.sexycode.util.core.str.StringHelper
 
BeanFactory - cn.sexycode.util.core.factory中的接口
 
BeanFactoryUtil - cn.sexycode.util.core.factory中的类
 
BeanFactoryUtil() - 类 的构造器cn.sexycode.util.core.factory.BeanFactoryUtil
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
bind(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.SimpleTypeEnvironment
 
bind(Type) - 接口 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironment
Binds as many generic components of the given type as possible in this context.
booleanValue(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
buildAnnotationReader(AnnotatedElement) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
buildAnnotationReader(AnnotatedElement) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
BYTES_NEW_LINE - 类 中的变量cn.sexycode.util.core.str.StringHelper
 
BytesHelper - cn.sexycode.util.core.bytes中的类
 

C

camelhumpToUnderline(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
将驼峰风格替换为下划线风格
caseClass(Class) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseGenericArrayType(GenericArrayType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseParameterizedType(ParameterizedType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseTypeVariable(TypeVariable) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
caseWildcardType(WildcardType) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
CharSequenceUtils - cn.sexycode.util.core.str中的类
Operations on CharSequence that are null safe.
CharSequenceUtils() - 类 的构造器cn.sexycode.util.core.str.CharSequenceUtils
CharSequenceUtils instances should NOT be constructed in standard programming.
Charsets - cn.sexycode.util.core.io中的类
Charsets required of every implementation of the Java platform.
Charsets() - 类 的构造器cn.sexycode.util.core.io.Charsets
 
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ClassLoaderDelegate
Locate a class by name.
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
classForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
 
classForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Given the name of a Class, retrieve the XClass representation.
classForName(String, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Perform resolution of a class name.
classForName(String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
已过时。
ClassLoaderDelegate - cn.sexycode.util.core.cls中的接口
Delegate for interacting with ClassLoader methods.
ClassLoadingException - cn.sexycode.util.core.exception中的异常错误
 
ClassLoadingException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.ClassLoadingException
 
ClassLoadingException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.ClassLoadingException
 
clone(Serializable) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deep clone an Object using serialization.
close(URLConnection) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Closes a URLConnection.
close() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Closing this writer has no effect.
closeQuietly(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close an OutputStream.
closeQuietly(Closeable) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Closeable.
closeQuietly(Socket) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Socket.
closeQuietly(Selector) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a Selector.
closeQuietly(ServerSocket) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Unconditionally close a ServerSocket.
cn.sexycode.util.core.bytes - 程序包 cn.sexycode.util.core.bytes
 
cn.sexycode.util.core.cls - 程序包 cn.sexycode.util.core.cls
 
cn.sexycode.util.core.cls.internal - 程序包 cn.sexycode.util.core.cls.internal
 
cn.sexycode.util.core.collection - 程序包 cn.sexycode.util.core.collection
 
cn.sexycode.util.core.exception - 程序包 cn.sexycode.util.core.exception
 
cn.sexycode.util.core.factory - 程序包 cn.sexycode.util.core.factory
 
cn.sexycode.util.core.file - 程序包 cn.sexycode.util.core.file
 
cn.sexycode.util.core.io - 程序包 cn.sexycode.util.core.io
 
cn.sexycode.util.core.lang - 程序包 cn.sexycode.util.core.lang
 
cn.sexycode.util.core.object - 程序包 cn.sexycode.util.core.object
 
cn.sexycode.util.core.str - 程序包 cn.sexycode.util.core.str
 
cn.sexycode.util.core.xml - 程序包 cn.sexycode.util.core.xml
 
collapse(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
CollectionHelper - cn.sexycode.util.core.collection中的类
Various help for handling collections.
COLON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
COMMA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
CompoundTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
A composition of two TypeEnvironment functions.
concurrentMap(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements.
concurrentMap(int, float) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements and an explicit load factor
contains(Object[], Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
contentEquals(InputStream, InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
contentEqualsIgnoreEOL(Reader, Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not, ignoring EOL characters.
convertByStyle(String, Style) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
根据指定的样式进行转换
copy(InputStream, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(InputStream, Writer, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Reader, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copyLarge(InputStream, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, long, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(InputStream, OutputStream, long, long, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(Reader, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, long, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
copyLarge(Reader, Writer, long, long, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Copy some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
countNonNull(Serializable[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
countTrue(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
countUnquoted(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
CR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
A String for carriage return CR ("\r").
create(TypeEnvironment, TypeEnvironment) - 类 中的静态方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
create(Member, TypeEnvironment, JavaReflectionManager) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
create(Member, TypeEnvironment, JavaReflectionManager) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
createArrayType(Type) - 类 中的静态方法cn.sexycode.util.core.cls.internal.TypeFactory
 
createParameterizedType(Type, Type[], Type) - 类 中的静态方法cn.sexycode.util.core.cls.internal.TypeFactory
 
CRLF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

D

DASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
decode(String) - 类 中的静态方法cn.sexycode.util.core.xml.XmlUtil
 
DEFAULT_FILTER - 接口 中的静态变量cn.sexycode.util.core.cls.XClass
 
defaultCase(Type) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
defaultClassLoader() - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Returns the Thread Context ClassLoader (TCCL).
deserialize(InputStream) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(InputStream, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from the specified stream using the Thread Context ClassLoader (TCCL).
deserialize(byte[]) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
deserialize(byte[], ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Deserializes an object from an array of bytes.
determineProperSizing(Map) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Given a map, determine the proper initial size for a new Map to hold the same number of values.
determineProperSizing(Set) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Given a set, determine the proper initial size for a new set to hold the same number of values.
determineProperSizing(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Determine the proper initial size for a new collection in order for it to hold the given a number of elements.
DIR_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Windows directory separator character.
disableCache() - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Disables the internal caching of resolved TypeVariables.
doDeserialize(InputStream, ClassLoader, ClassLoader, ClassLoader) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
 
DOLLAR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOLLAR_LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
doSwitch(Type) - 类 中的方法cn.sexycode.util.core.cls.TypeSwitch
 
DOT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_CLASS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_JAVA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOT_XML - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
DOTDOT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

E

element - 类 中的变量cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
EMPTY - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
EMPTY_ARRAY - 类 中的变量cn.sexycode.util.core.str.StringHelper
 
EMPTY_BOOLEAN_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_BYTE_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_CLASS_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_COLLECTION - 类 中的静态变量cn.sexycode.util.core.collection.CollectionHelper
已过时。
EMPTY_INT_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_LIST - 类 中的静态变量cn.sexycode.util.core.collection.CollectionHelper
已过时。
EMPTY_MAP - 类 中的静态变量cn.sexycode.util.core.collection.CollectionHelper
已过时。
EMPTY_OBJECT_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_STRING_ARRAY - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
EMPTY_STRINGS - 类 中的静态变量cn.sexycode.util.core.str.StringHelper
 
enableCache() - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Enables the internal caching of resolved TypeVariables.
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
equals(XClass, Class) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.Pair
 
equals(XClass, Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
equals(Object) - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
equals(Object) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
Returns true if the underlying artefact is the same
equals(Object, Object) - 类 中的静态方法cn.sexycode.util.core.object.EqualsHelper
 
EQUALS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
EqualsHelper - cn.sexycode.util.core.object中的类
Helper for equality determination
EXCLAMATION_MARK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
extractEqualsMethod(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Encapsulation of getting hold of a class's equals method.
extractHashCodeMethod(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractNonNull(Serializable[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 

F

FactoryBean<T> - cn.sexycode.util.core.factory中的接口
 
FALSE - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
FALSE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
fileName(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
FileUtils - cn.sexycode.util.core.file中的类
 
FileUtils() - 类 的构造器cn.sexycode.util.core.file.FileUtils
 
fillArray(String, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
fillArray(int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
Filter - cn.sexycode.util.core.cls中的接口
Filter properties
findField(Class, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
findGetterMethod(Class, String) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
findSetterMethod(Class, String, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
firstIndexOfChar(String, BitSet, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
firstIndexOfChar(String, String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
flush() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Flushing this writer has no effect.
fromInt(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret an int as its binary form
fromLong(long) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret a long as its binary form
fromShort(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Interpret a short as its binary form

G

generateAlias(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
generateAlias(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Generate a nice alias for the given class name or collection role name and unique integer.
getActualTypeArguments() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getAnnotation(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
getAnnotation(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
getAnnotation(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getAnnotation(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
getAnnotationReader(AnnotatedElement) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
getAnnotationReader(AnnotatedElement) - 接口 中的方法cn.sexycode.util.core.cls.MetadataProvider
provide metadata for a gien annotated element
getAnnotations() - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
getAnnotations() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
getAnnotations() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getAnnotations() - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
getBatchSizes(int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
getBean(Class<T>) - 接口 中的方法cn.sexycode.util.core.factory.BeanFactory
 
getBeanFactory() - 类 中的静态方法cn.sexycode.util.core.factory.BeanFactoryUtil
 
getBuilder() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Return the underlying builder.
getClassLoaderDelegate() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getClassLoaderDelegate() - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Access to the ClassLoaderDelegate currently associated with this ReflectionManager
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getClassOrElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getClassOrElementClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The type of this property's elements for arrays, the type of the property itself for everything else.
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getCollectionClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getCollectionClass(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
getCollectionClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The collection class for collections, null for others.
getDeclaredMethods() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredMethods() - 接口 中的方法cn.sexycode.util.core.cls.XClass
Returns the Methods defined by this class.
getDeclaredProperties(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredProperties(String, Filter) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getDeclaredProperties(String) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getDeclaredProperties(String, Filter) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getDeclaringClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getDeclaringClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
Retrieve the XClass reference for the class which declares this member.
getDefaultConstructor(Class<T>) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaults() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
getDefaults() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getDefaults() - 接口 中的方法cn.sexycode.util.core.cls.MetadataProvider
provide default metadata
getDefaults() - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getElementClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getElementClass() - 接口 中的方法cn.sexycode.util.core.cls.XMember
This property's type for simple properties, the type of its elements for arrays and collections.
getEnvironment(Class) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getEnvironment(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getEnvironment(Type, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
getFactory() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
getFirstNonWhitespaceCharacter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
getInterfaces() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getInterfaces() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getJavaType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getLastNonWhitespaceCharacter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getMapKey() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getMapKey() - 接口 中的方法cn.sexycode.util.core.cls.XMember
The type of this map's key, or null for anything that is not a map.
getMember() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getMetadataProvider() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getMetadataProvider() - 接口 中的方法cn.sexycode.util.core.cls.MetadataProviderInjector
 
getMethod(Class, Method) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
 
getModifiers() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getModifiers() - 接口 中的方法cn.sexycode.util.core.cls.XMember
Same modifiers as java.lang.Member#getModifiers()
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXPackage
 
getName() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
getName() - 接口 中的方法cn.sexycode.util.core.cls.XPackage
 
getObject() - 接口 中的方法cn.sexycode.util.core.factory.FactoryBean
 
getOwnerType() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getRawType() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
getSuperclass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getSuperclass() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
getType() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
getType() - 接口 中的方法cn.sexycode.util.core.cls.XMember
This property's XClass.
getTypeEnvironment(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getTypeEnvironment() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
getTypeEnvironment() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
getXAnnotatedElement(Package) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getXMethod(Member, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
getXProperty(Member, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 

H

hash(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
hash(byte[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
calculate the array hash (only the first level)
HASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HASH_LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.internal.Pair
 
hashCode() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
 
HAT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
hibernateClassLoader() - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
 
HTML_AMP - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_GT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_LT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_NBSP - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
HTML_QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

I

IdentityTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
Substitutes a Type for itself.
implementsInterface(Class, Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class implements the given interface.
INDEX_NOT_FOUND - 类 中的静态变量cn.sexycode.util.core.str.StringHelper
Represents a failed index search.
indexOf(Object[], Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
indexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns the index within cs of the first occurrence of the specified character, starting the search at the specified index.
indexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Used by the indexOf(CharSequence methods) as a green implementation of indexOf.
indexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Finds the first index within a CharSequence, handling null.
injectClassLoaderDelegate(ClassLoaderDelegate) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
injectClassLoaderDelegate(ClassLoaderDelegate) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
Allows injection of a ClassLoaderDelegate into the ReflectionManager
INSTANCE - 类 中的静态变量cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
INSTANCE - 类 中的静态变量cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
Singleton access
invoke(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
invoke(Object, Object...) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMethod
 
invoke(Object) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
invoke(Object, Object...) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
invoke(Object, Object...) - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
invoke(Object) - 接口 中的方法cn.sexycode.util.core.cls.XMember
Invoke the method with no parameters.
IOUtils - cn.sexycode.util.core.io中的类
General IO stream manipulation utilities.
IOUtils() - 类 的构造器cn.sexycode.util.core.io.IOUtils
Instances should NOT be constructed in standard programming.
isAbstract() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isAbstract() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isAbstractClass(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class is declared abstract.
isAllFalse(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAllNegative(int[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAllTrue(boolean...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
isAnnotationPresent(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.AnnotationReader
 
isAnnotationPresent(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
isAnnotationPresent(Class<T>) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
isAnnotationPresent(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.XAnnotatedElement
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
isArray() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isArray(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isArray() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isAssignableFrom(XClass) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isAssignableFrom(XClass) - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXArrayType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
isCollection() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isCollection(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isCollection() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isEmpty(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
isEmpty(Map) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
isEmpty(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
isEmpty(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
isEmptyOrWhiteSpace(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
isEnum() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isEnum() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isEquals(Object[], Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isEquals(char[], char[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isEquals(byte[], byte[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
已过时。
isFinalClass(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine is the given class is declared final.
isInterface() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isInterface() - 接口 中的方法cn.sexycode.util.core.cls.XClass
see Class#isInterface()
isLowercaseAlpha(char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
isNotEmpty(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
isNotEmpty(Map) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
isNotEmpty(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
ISO_8859_1 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
CharEncodingISO Latin Alphabet No. 1, a.k.a.
ISO_8859_1 - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
isPrimitive() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
isPrimitive() - 接口 中的方法cn.sexycode.util.core.cls.XClass
 
isProperty(Method, Type, Filter) - 类 中的静态方法cn.sexycode.util.core.cls.ReflectionUtil
 
isProperty(Field, Type, Filter) - 类 中的静态方法cn.sexycode.util.core.cls.ReflectionUtil
 
isPublic(Class, Member) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Is this member publicly accessible.
isQuoted(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
isResolved() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
isResolved(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isSimple(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 
isTypeResolved() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
isTypeResolved() - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
isUppercaseAlpha(char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
isVoid(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeUtils
 

J

JavaAnnotationReader - cn.sexycode.util.core.cls.internal中的类
Reads standard Java annotations.
JavaAnnotationReader(AnnotatedElement) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaAnnotationReader
 
JavaMetadataProvider - cn.sexycode.util.core.cls.internal中的类
 
JavaMetadataProvider() - 类 的构造器cn.sexycode.util.core.cls.internal.JavaMetadataProvider
 
JavaReflectionManager - cn.sexycode.util.core.cls.internal中的类
The factory for all the objects in this package.
JavaReflectionManager() - 类 的构造器cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
JavaXAnnotatedElement - cn.sexycode.util.core.cls.internal中的类
 
JavaXAnnotatedElement(AnnotatedElement, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
JavaXArrayType - cn.sexycode.util.core.cls.internal中的类
 
JavaXArrayType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXArrayType
 
JavaXClass - cn.sexycode.util.core.cls.internal中的类
 
JavaXClass(Class, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXClass
 
JavaXCollectionType - cn.sexycode.util.core.cls.internal中的类
 
JavaXCollectionType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXCollectionType
 
JavaXMember - cn.sexycode.util.core.cls.internal中的类
 
JavaXMember(Member, Type, TypeEnvironment, JavaReflectionManager, JavaXType) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXMember
 
JavaXMethod - cn.sexycode.util.core.cls.internal中的类
 
JavaXPackage - cn.sexycode.util.core.cls.internal中的类
 
JavaXPackage(Package, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXPackage
 
JavaXProperty - cn.sexycode.util.core.cls.internal中的类
 
JavaXSimpleType - cn.sexycode.util.core.cls.internal中的类
 
JavaXSimpleType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXSimpleType
 
JavaXType - cn.sexycode.util.core.cls.internal中的类
The Java X-layer equivalent to a Java Type.
JavaXType(Type, TypeEnvironment, JavaReflectionManager) - 类 的构造器cn.sexycode.util.core.cls.internal.JavaXType
 
join(String[], String[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(String[], String[], boolean[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(int[], int[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(T[], T...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
join(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
join(String, Iterator) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
join(String, Iterable) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
join(Collection<T>, StringHelper.Renderer<T>) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
join(T[], StringHelper.Renderer<T>) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
joinWithQualifierAndSuffix(String[], String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

L

lastIndexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns the index within cs of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(CharSequence, CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Used by the lastIndexOf(CharSequence methods) as a green implementation of lastIndexOf
lastIndexOf(CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Returns the index within seq of the last occurrence of the specified character.
lastIndexOf(CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Returns the index within seq of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(CharSequence, CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Finds the last index within a CharSequence, handling null.
lastIndexOfLetter(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
LEFT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_CHEV - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LEFT_SQ_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
LF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
A String for linefeed LF ("\n").
LINE_SEPARATOR - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The system line separator string.
LINE_SEPARATOR_UNIX - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - 类 中的静态变量cn.sexycode.util.core.io.IOUtils
The Windows line separator string.
LOAD_FACTOR - 类 中的静态变量cn.sexycode.util.core.collection.CollectionHelper
 
locateUnquoted(String, char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

M

main(String...) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
makeCopy(Set<T>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
makeCopy(Map<X, Y>) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
 
mapOfSize(int) - 类 中的静态方法cn.sexycode.util.core.collection.CollectionHelper
Build a properly sized map, especially handling load size and load factor to prevent immediate resizing.
MetadataProvider - cn.sexycode.util.core.cls中的接口
Provides metadata
MetadataProviderInjector - cn.sexycode.util.core.cls中的接口
Offers access to and the ability to change the metadata provider
MINIMUM_INITIAL_CAPACITY - 类 中的静态变量cn.sexycode.util.core.collection.CollectionHelper
 
moveAndToBeginning(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
multiply(String, Iterator, Iterator) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

N

N - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
NEWLINE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
NO - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
NO_PARAM_SIGNATURE - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
NO_PARAMS - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
NULL - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
nullIfEmpty(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

O

OFF - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ONE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
Order - cn.sexycode.util.core.lang中的接口
排序接口
order() - 接口 中的方法cn.sexycode.util.core.lang.Order
 
overridesEquals(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesHashCode(Class) - 类 中的静态方法cn.sexycode.util.core.object.ReflectHelper
Determine if the given class defines a Object.hashCode() override.

P

packageForName(String) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
packageForName(String) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
Pair<T,U> - cn.sexycode.util.core.cls.internal中的类
A pair of objects that can be used as a key in a Map.
Pair(T, U) - 类 的构造器cn.sexycode.util.core.cls.internal.Pair
 
parseCommaSeparatedString(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
partiallyUnqualify(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Partially unqualifies a qualified name.
PERCENT - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
PIPE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
PLUS - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
PropertyNotFoundException - cn.sexycode.util.core.exception中的异常错误
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.PropertyNotFoundException
Constructs a PropertyNotFoundException given the specified message.
PropertyNotFoundException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.PropertyNotFoundException
 

Q

qualifier(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
qualify(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
qualify(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
qualifyConditionally(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
qualifyIfNot(String, String[]) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
QUESTION_MARK - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
quote(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Return a representation of the given name ensuring quoting (wrapped with '`' characters).
QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

R

read(Reader, char[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read characters from an input character stream.
read(Reader, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read characters from an input character stream.
read(InputStream, byte[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read bytes from an input stream.
read(InputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read bytes from an input stream.
readFully(Reader, char[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of characters or fail if there are not enough left.
readFully(Reader, char[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of characters or fail if there are not enough left.
readFully(InputStream, byte[], int, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of bytes or fail if there are not enough left.
readFully(InputStream, byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Read the requested number of bytes or fail if there are not enough left.
readLines(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
ReflectException - cn.sexycode.util.core.exception中的异常错误
Indicates failure of an assertion: a possible bug in Hibernate.
ReflectException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.ReflectException
Creates an instance of AssertionFailure using the given message.
ReflectException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.ReflectException
Creates an instance of AssertionFailure using the given message and underlying cause.
ReflectHelper - cn.sexycode.util.core.object中的类
Utility class for various reflection operations.
ReflectionManager - cn.sexycode.util.core.cls中的接口
The entry point to the reflection layer (a.k.a. the X* layer).
ReflectionUtil - cn.sexycode.util.core.cls中的类
 
ReflectionUtil() - 类 的构造器cn.sexycode.util.core.cls.ReflectionUtil
 
regionMatches(CharSequence, boolean, int, CharSequence, int, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Green implementation of regionMatches.
ReifiedParameterizedType - cn.sexycode.util.core.cls中的类
 
ReifiedParameterizedType(ParameterizedType) - 类 的构造器cn.sexycode.util.core.cls.ReifiedParameterizedType
 
reify(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible).
render(T) - 接口 中的方法cn.sexycode.util.core.str.StringHelper.Renderer
 
repeat(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
repeat(String, int, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
repeat(char, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replace(String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replace(String[], String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replace(String, String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replace(String, String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replace(String, String, String, String, boolean, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
replaceItem(Map<String, InputStream>, ZipInputStream, ZipOutputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
 
replaceOnce(String, String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
resolveBound(TypeVariable<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveGenericType(Class<?>, Type) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the generic type using type variable information from the subType else null if the generic type cannot be resolved.
resolveRawArgument(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the raw class representing the argument for the type using type variable information from the subType.
resolveRawArgument(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns the raw class representing the argument for the genericType using type variable information from the subType.
resolveRawArguments(Class<T>, Class<S>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns an array of raw classes representing arguments for the type using type variable information from the subType.
resolveRawArguments(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Returns an array of raw classes representing arguments for the genericType using type variable information from the subType.
resolveRawClass(Type, Class<?>) - 类 中的静态方法cn.sexycode.util.core.cls.TypeResolver
Resolves the raw class for the genericType, using the type variable information from the subType else TypeResolver.Unknown if the raw class cannot be resolved.
RETURN - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
returnStatic() - 接口 中的方法cn.sexycode.util.core.cls.Filter
 
returnTransient() - 接口 中的方法cn.sexycode.util.core.cls.Filter
 
reverse(String[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
RIGHT_BRACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_CHEV - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
RIGHT_SQ_BRACKET - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
root(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

S

SEMICOLON - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
SerializationException - cn.sexycode.util.core.exception中的异常错误
Thrown when a property cannot be serializaed/deserialized
SerializationException(String) - 异常错误 的构造器cn.sexycode.util.core.exception.SerializationException
 
SerializationException(String, Throwable) - 异常错误 的构造器cn.sexycode.util.core.exception.SerializationException
 
SerializationHelper - cn.sexycode.util.core.object中的类
Assists with the serialization process and performs additional functionality based on serialization.
serialize(Serializable, OutputStream) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Serializes an Object to the specified stream.
serialize(Serializable) - 类 中的静态方法cn.sexycode.util.core.object.SerializationHelper
Serializes an Object to a byte array for storage/serialization.
setAccessible(boolean) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXMember
 
setAccessible(boolean) - 接口 中的方法cn.sexycode.util.core.cls.XMember
 
setBeanFactory(BeanFactory) - 类 中的静态方法cn.sexycode.util.core.factory.BeanFactoryUtil
 
setMetadataProvider(MetadataProvider) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
setMetadataProvider(MetadataProvider) - 接口 中的方法cn.sexycode.util.core.cls.MetadataProviderInjector
Defines the metadata provider for a given Reflection Manager
setReifiedTypeArguments(Type[]) - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
NOTE: This method should only be called once per instance.
SimpleTypeEnvironment - cn.sexycode.util.core.cls.internal中的类
Binds formal type arguments (typically T, E, etc.) to actual types.
SimpleTypeEnvironment(Type[], Type[]) - 类 的构造器cn.sexycode.util.core.cls.internal.SimpleTypeEnvironment
 
SINGLE_OBJECT_PARAM_SIGNATURE - 类 中的静态变量cn.sexycode.util.core.object.ReflectHelper
 
SINGLE_QUOTE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
skip(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip bytes from an input byte stream.
skip(Reader, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip characters from an input character stream.
skipFully(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip the requested number of bytes or fail if there are not enough left.
skipFully(Reader, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Skip the requested number of characters or fail if there are not enough left.
SLASH - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
slice(String[], int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
slice(Object[], int, int) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
SPACE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
split(String, String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
split(String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
splitTrimmingTokens(String, String, boolean) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
StandardClassLoaderDelegateImpl - cn.sexycode.util.core.cls.internal中的类
 
StandardClassLoaderDelegateImpl() - 类 的构造器cn.sexycode.util.core.cls.internal.StandardClassLoaderDelegateImpl
 
STAR - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
StringBuilderWriter - cn.sexycode.util.core.io中的类
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - 类 的构造器cn.sexycode.util.core.io.StringBuilderWriter
Construct a new instance with the specified StringBuilder.
StringHelper - cn.sexycode.util.core.str中的类
 
StringHelper.Renderer<T> - cn.sexycode.util.core.str中的接口
 
StringPool - cn.sexycode.util.core.str中的接口
 
Style - cn.sexycode.util.core.str中的枚举
字段转换方式
subSequence(CharSequence, int) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Returns a new CharSequence that is a subsequence of this sequence starting with the char value at the specified index.
substring(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Gets a substring from the specified String avoiding exceptions.
suffix(String[], String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 

T

TAB - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
TILDA - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
to2DIntArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
to2DStringArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toAnnotatedElement() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
toApproximatingEnvironment(TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toApproximatingEnvironment(TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
toArrayElement(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Takes a String s and returns a new String[1] with s as the only element.
toBinaryString(byte) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBinaryString(int) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBinaryString(long) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
 
toBooleanArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toBufferedReader(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Returns the given reader if it is a BufferedReader, otherwise creates a toBufferedReader for the given reader.
toByteArray(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, long) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get contents of an InputStream as a byte[].
toByteArray(InputStream, int) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(Reader, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
toByteArray(URI) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URI as a byte[].
toByteArray(URL) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URL as a byte[].
toByteArray(URLConnection) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a URLConnection as a byte[].
toCharArray(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a character array.
toCharArray(CharSequence) - 类 中的静态方法cn.sexycode.util.core.str.CharSequenceUtils
Green implementation of toCharArray.
toCharset(Charset) - 类 中的静态方法cn.sexycode.util.core.io.Charsets
Returns the given Charset or the default Charset if the given Charset is null.
toCharset(String) - 类 中的静态方法cn.sexycode.util.core.io.Charsets
Returns a Charset for the named charset.
toClass(XClass) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toClass() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
toClass(XClass) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toInputStream(CharSequence) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(CharSequence, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(CharSequence, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toInt(byte[]) - 类 中的静态方法cn.sexycode.util.core.bytes.BytesHelper
Custom algorithm used to generate an int from a series of bytes.
toIntArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toList(Object) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toList(Iterator) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toLowerAscii(char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
toMethod(XMethod) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toMethod(XMethod) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.ApproximatingTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.CompoundTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.IdentityTypeEnvironment
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXAnnotatedElement
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXClass
 
toString() - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXProperty
 
toString() - 类 中的方法cn.sexycode.util.core.cls.ReifiedParameterizedType
Keep this consistent with sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl#toString
toString(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toString(InputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(InputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a Reader as a String.
toString(URI) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URI, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URI, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URI.
toString(URL) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(URL, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(URL, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Gets the contents at the given URL.
toString(byte[]) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
toString(byte[], String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Get the contents of a byte[] as a String using the specified character encoding.
toString() - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
toString(Object[]) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
toStringArray(Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toStringArray(Collection) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
toSuffix(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
toUpperAscii(char) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
toXClass(Class) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toXClass(Type, TypeEnvironment) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
toXClass(Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaXType
 
toXClass(Class<T>) - 接口 中的方法cn.sexycode.util.core.cls.ReflectionManager
 
toXType(TypeEnvironment, Type) - 类 中的方法cn.sexycode.util.core.cls.internal.JavaReflectionManager
 
TRUE - 类 中的静态变量cn.sexycode.util.core.collection.ArrayHelper
 
TRUE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
truncate(String, int) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
typecast(Object[], Object[]) - 类 中的静态方法cn.sexycode.util.core.collection.ArrayHelper
 
TypeEnvironment - cn.sexycode.util.core.cls.internal中的接口
A typing context that knows how to "resolve" the generic parameters of a Type.
TypeEnvironmentFactory - cn.sexycode.util.core.cls.internal中的类
Returns the type context for a given Class or ParameterizedType.
TypeEnvironmentFactory() - 类 的构造器cn.sexycode.util.core.cls.internal.TypeEnvironmentFactory
 
TypeFactory - cn.sexycode.util.core.cls.internal中的类
This class instances our own ParameterizedTypes and GenericArrayTypes.
TypeFactory() - 类 的构造器cn.sexycode.util.core.cls.internal.TypeFactory
 
typeOf(Member, TypeEnvironment) - 类 中的静态方法cn.sexycode.util.core.cls.internal.JavaXMember
 
TypeResolver - cn.sexycode.util.core.cls中的类
Enhanced type resolution utilities.
TypeResolver.Unknown - cn.sexycode.util.core.cls中的类
An unknown type.
TypeSwitch<T> - cn.sexycode.util.core.cls中的类
A visitor for the java.lang.reflect.Type hierarchy.
TypeSwitch() - 类 的构造器cn.sexycode.util.core.cls.TypeSwitch
 
TypeUtils - cn.sexycode.util.core.cls中的类
 
TypeUtils() - 类 的构造器cn.sexycode.util.core.cls.TypeUtils
 

U

underlineToCamelhump(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
将下划线风格替换为驼峰风格
UNDERSCORE - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
unqualify(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
unqualifyEntityName(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
unquote(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
Return the unquoted version of name (stripping the start and end '`' characters if present).
unroot(String) - 类 中的静态方法cn.sexycode.util.core.str.StringHelper
 
unZip(File, String) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
zip解压
US_ASCII - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
UTF_16 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output) Every implementation of the Java platform is required to support this character encoding.
UTF_16BE - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - 类 中的静态变量cn.sexycode.util.core.io.Charsets
Eight-bit Unicode Transformation Format.
UTF_8 - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

V

valueOf(String) - 枚举 中的静态方法cn.sexycode.util.core.str.Style
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.sexycode.util.core.str.Style
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WHITESPACE - 类 中的静态变量cn.sexycode.util.core.str.StringHelper
 
withoutSuffix(String) - 类 中的静态方法cn.sexycode.util.core.file.FileUtils
 
wrapZipInputStream(InputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
包装输入流
wrapZipOutputStream(OutputStream) - 类 中的静态方法cn.sexycode.util.core.file.ZipUtils
包装输出流
write(byte[], OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(byte[], Writer, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(char[], OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(CharSequence, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to a Writer.
write(CharSequence, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the default character encoding of the platform.
write(CharSequence, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(CharSequence, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(String, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, Writer)
write(StringBuffer, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, OutputStream)
write(StringBuffer, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
已过时。
replaced by write(CharSequence, OutputStream, String)
write(String) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Write a String to the StringBuilder.
write(char[], int, int) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
Write a portion of a character array to the StringBuilder.
writeLines(Collection<?>, String, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection<?>, String, OutputStream, Charset) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, Writer) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.

X

XAnnotatedElement - cn.sexycode.util.core.cls中的接口
 
XClass - cn.sexycode.util.core.cls中的接口
 
XMember - cn.sexycode.util.core.cls中的接口
 
XMethod - cn.sexycode.util.core.cls中的接口
Represent an invokable method

The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return true

XmlUtil - cn.sexycode.util.core.xml中的类
 
XmlUtil() - 类 的构造器cn.sexycode.util.core.xml.XmlUtil
 
XPackage - cn.sexycode.util.core.cls中的接口
 
XProperty - cn.sexycode.util.core.cls中的接口
A member which actually is a property (as per the JavaBean spec) Note that the same underlying artefact can be represented as both XProperty and XMethod The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return true

Y

Y - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
YES - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 

Z

ZERO - 接口 中的静态变量cn.sexycode.util.core.str.StringPool
 
ZipUtils - cn.sexycode.util.core.file中的类
 
ZipUtils() - 类 的构造器cn.sexycode.util.core.file.ZipUtils
 
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
跳过导航链接

Copyright © 2019. All rights reserved.