- 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中的类
-
- 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中的接口
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- write(StringBuffer, OutputStream) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
-
- write(StringBuffer, OutputStream, String) - 类 中的静态方法cn.sexycode.util.core.io.IOUtils
-
- write(String) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
-
- write(char[], int, int) - 类 中的方法cn.sexycode.util.core.io.StringBuilderWriter
-
- 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.