- abbreviate(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Abbreviates a String using ellipses.
- abbreviateMiddle(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Abbreviates a String to the length passed, replacing the middle characters with the supplied
replacement String.
- above(int) - 类 中的静态方法net.hasor.cobble.text.JavaUnicodeEscaper
-
Constructs a JavaUnicodeEscaper above the specified value (exclusive).
- above(int) - 类 中的静态方法net.hasor.cobble.text.NumericEntityEscaper
-
Constructs a NumericEntityEscaper above the specified value (exclusive).
- above(int) - 类 中的静态方法net.hasor.cobble.text.UnicodeEscaper
-
Constructs a UnicodeEscaper above the specified value (exclusive).
- AbstractConverter - net.hasor.cobble.convert.convert中的类
-
Base
Converter implementation that provides the structure
for handling conversion
to and
from a specified type.
- AbstractConverter() - 类 的构造器net.hasor.cobble.convert.convert.AbstractConverter
-
创建创造Converter转换器,可能会引发ConversionException异常。
- AbstractConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.AbstractConverter
-
创建创造Converter转换器,可能会引发ConversionException异常。
- accept(T) - 接口 中的方法net.hasor.cobble.function.EConsumer
-
- accept(File) - 接口 中的方法net.hasor.cobble.io.IOFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - 接口 中的方法net.hasor.cobble.io.IOFileFilter
-
Checks to see if the File should be accepted by this filter.
- add(T[], T) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(char[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(Object[], int, Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(boolean[], int, boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(char[], int, char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(byte[], int, byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(short[], int, short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(int[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(long[], int, long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(float[], int, float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(double[], int, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
加
- add(int, T) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- add(E) - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- addAll(Object[], Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(boolean[], boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(char[], char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(byte[], byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(short[], short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(int[], int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(long[], long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(float[], float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(double[], double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(String[], String[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addListener(String, BusListener) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
添加一种类型事件的事件监听器。
- addListener(String, BusListener) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- addRatio(int, T) - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- AggregateTranslator - net.hasor.cobble.text中的类
-
Executes a sequence of translators one after the other.
- AggregateTranslator(CharSequenceTranslator...) - 类 的构造器net.hasor.cobble.text.AggregateTranslator
-
Specify the translators to be used at creation time.
- aliquot(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
整除
- and(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
与
- APOS_ESCAPE - 类 中的静态变量net.hasor.cobble.text.EntityArrays
-
A Map<CharSequence, CharSequence> to escape the apostrophe character to
its XML character entity.
- APOS_UNESCAPE - 类 中的静态变量net.hasor.cobble.text.EntityArrays
-
- append(CharSequence) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleAppendable
-
- append(CharSequence, int, int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleAppendable
-
- append(char) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleAppendable
-
- append(char) - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
Append a single character to this Writer.
- append(CharSequence) - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
Append a character sequence to this Writer.
- append(CharSequence, int, int) - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
- append(String) - 类 中的方法net.hasor.cobble.text.StringEscapeUtils.Builder
-
Literal append, no escaping being done.
- apply(T) - 接口 中的方法net.hasor.cobble.function.EFunction
-
- ArrayConverter - net.hasor.cobble.convert.convert中的类
-
Generic
Converter implementaion that handles conversion
to and from
array objects.
- ArrayConverter(Class<?>, Converter) - 类 的构造器net.hasor.cobble.convert.convert.ArrayConverter
-
Construct an array Converter with the specified
component Converter that throws a
ConversionException if an error occurs.
- ArrayConverter(Class<?>, Converter, int) - 类 的构造器net.hasor.cobble.convert.convert.ArrayConverter
-
Construct an array Converter with the specified
component Converter that returns a default
array of the specified size (or null) if an error occurs.
- ArrayUtils - net.hasor.cobble中的类
-
Operations on arrays, primitive arrays (like int[]) and
primitive wrapper arrays (like Integer[]).
- ArrayUtils() - 类 的构造器net.hasor.cobble.ArrayUtils
-
ArrayUtils instances should NOT be constructed in standard programming.
- as(Class<?>) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
- asCollection() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Convenience method to return this type as a resolvable
Collection type.
- asEnumeration(List<T>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
转换为 Enumeration
- asEnumeration(Iterator<T>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
转换为 Enumeration
- asList(Enumeration<T>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asList(T...) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asList(Iterator<T>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asLoader() - 接口 中的方法net.hasor.cobble.provider.Provider
-
- asLoader(T) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- asMap(K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- asMap() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Convenience method to return this type as a resolvable
Map type.
- assertRange(int, boolean) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- asSingle() - 接口 中的方法net.hasor.cobble.provider.Provider
-
- asThread() - 接口 中的方法net.hasor.cobble.provider.Provider
-
- asThread(T) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- asyncFireEvent(Executor, String, Object) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
异步触发事件。
- asyncFireEvent(Executor, String, Object, BusCaller) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
异步触发事件。
- asyncFireEvent(Executor, String, Object) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- asyncFireEvent(Executor, String, Object, BusCaller) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- AutoCloseInputStream - net.hasor.cobble.io.input中的类
-
具有自动关闭的输入流
- AutoCloseInputStream(InputStream) - 类 的构造器net.hasor.cobble.io.input.AutoCloseInputStream
-
创建自动关闭的输入流
- available() - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- available() - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Returns the number of bytes that can be read from this input
stream without blocking.
- available() - 类 中的方法net.hasor.cobble.io.input.ReaderInputStream
-
- calculateShift(int, int) - 类 中的静态方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Calculate a shift value that can be used to create a power-of-two value between
the specified maximum and minimum values.
- CalendarConverter - net.hasor.cobble.convert.convert中的类
-
DateTimeConverter implementation that handles conversion to
and from
java.util.Calendar objects.
- CalendarConverter() - 类 的构造器net.hasor.cobble.convert.convert.CalendarConverter
-
Construct a java.util.Calendar Converter that throws
a ConversionException if an error occurs.
- CalendarConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.CalendarConverter
-
Construct a java.util.Calendar Converter that returns
a default value if an error occurs.
- call() - 类 中的方法net.hasor.cobble.provider.InstanceProvider
-
- call() - 类 中的方法net.hasor.cobble.provider.LoaderSingleProvider
-
- call() - 接口 中的方法net.hasor.cobble.provider.Provider
-
Computes a result, or throws an exception if unable to do so.
- call() - 类 中的方法net.hasor.cobble.provider.SingleProvider
-
- call() - 类 中的方法net.hasor.cobble.provider.ThreadSingleProvider
-
- cancel(boolean) - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- cancel() - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- cancel() - 接口 中的方法net.hasor.cobble.concurrent.future.Cancellable
-
取消调用
- cancel() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timeout
-
Attempts to cancel the
TimerTask associated with this handle.
- CancelFutureCallback<T> - net.hasor.cobble.concurrent.future中的接口
-
- Cancellable - net.hasor.cobble.concurrent.future中的接口
-
- cancelled() - 接口 中的方法net.hasor.cobble.concurrent.future.CancelFutureCallback
-
执行被取消
- canReadField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
测试是否支持 Field 方法读
- canReadProperty(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
测试是否支持 readProperty 方法, 返回 true 表示可以进行读取操作
- canWriteField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
测试是否支持 Field 方法写
- canWriteProperty(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
测试是否支持 writeProperty 方法, 返回 true 表示可以进行写入操作
- capitalize(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- cause - 异常错误 中的变量net.hasor.cobble.convert.ConversionException
-
The root cause of this ConversionException, compatible with
JDK 1.4's extensions to java.lang.Throwable.
- center(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Centers a String in a larger String of size size
using the space character (' ').
- center(String, int, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Centers a String in a larger String of size size.
- center(String, int, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Centers a String in a larger String of size size.
- chainScope(Object, Scope, Supplier<T>) - 接口 中的方法net.hasor.cobble.scope.Scope
-
构造一个Scope链,使一个对象的创建可以同时贯穿两个Scope。
- chainScope(Object, Scope[], Supplier<T>) - 接口 中的方法net.hasor.cobble.scope.Scope
-
构造一个Scope链,使一个对象的创建可以同时贯穿多个Scope。
- chainScope(Object, Scope[], int, int, Supplier<T>) - 接口 中的方法net.hasor.cobble.scope.Scope
-
构造一个Scope链,使一个对象的创建可以同时贯穿多个Scope。
- CharacterConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementaion that handles conversion
to and from
java.lang.Character objects.
- CharacterConverter() - 类 的构造器net.hasor.cobble.convert.convert.CharacterConverter
-
Construct a java.lang.Character Converter that throws
a ConversionException if an error occurs.
- CharacterConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.CharacterConverter
-
Construct a java.lang.Character Converter that returns
a default value if an error occurs.
- CharSequenceTranslator - net.hasor.cobble.text中的类
-
An API for translating text.
- CharSequenceTranslator() - 类 的构造器net.hasor.cobble.text.CharSequenceTranslator
-
- Charsets - net.hasor.cobble.io中的类
-
Charsets required of every implementation of the Java platform.
- Charsets() - 类 的构造器net.hasor.cobble.io.Charsets
-
- CharUtils - net.hasor.cobble中的类
-
Operations on char primitives and Character objects.
- CharUtils() - 类 的构造器net.hasor.cobble.CharUtils
-
CharUtils instances should NOT be constructed in standard programming.
- check() - 类 中的方法net.hasor.cobble.concurrent.QoSBucket
-
检查令牌前,首先更新令牌数量
- checkAnd(int, int...) - 类 中的静态方法net.hasor.cobble.BitUtils
-
通过位运算决定check是否在data里
- checkInRange(int, int, int, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is in range.
- checkInRange(long, long, long, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is in range.
- checkNotNull(T, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is not null.
- checkOr(int, int...) - 类 中的静态方法net.hasor.cobble.BitUtils
-
- checkPositive(int, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is strictly positive.
- checkPositive(long, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is strictly positive.
- checkPositiveOrZero(int, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(long, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Checks that the given argument is positive or zero.
- checkThreshold(int) - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the
configured threshold to be exceeded.
- chomp(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes one newline from end of a String if it's there,
otherwise leave it alone.
- chomp(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes separator from the end of
str if it's there, otherwise leave it alone.
- chop(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Remove the last character from a String.
- ClassConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementaion that handles conversion
to and from
java.lang.Class objects.
- ClassConverter() - 类 的构造器net.hasor.cobble.convert.convert.ClassConverter
-
Construct a java.lang.Class Converter that throws
a ConversionException if an error occurs.
- ClassConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.ClassConverter
-
Construct a java.lang.Class Converter that returns
a default value if an error occurs.
- classForName(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
Loads a class
- classForName(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
Loads a class
- ClassUtils - net.hasor.cobble中的类
-
Operates on classes without using reflection.
- ClassUtils() - 类 的构造器net.hasor.cobble.ClassUtils
-
ClassUtils instances should NOT be constructed in standard programming.
- cleanDirectory(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Cleans a directory without deleting it.
- clear() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
This method reinitializes the bean map to have default values for the
bean's properties.
- clear() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- clear() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
Clear all items from this segment.
- clear() - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- clear() - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- clearAllListener() - 接口 中的方法net.hasor.cobble.bus.BusContext
-
删除所有监听器的注册。
- clearAllListener() - 类 中的方法net.hasor.cobble.bus.EventBus
-
- clearCache() - 类 中的静态方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Clear the internal ResolvableType/SerializableTypeWrapper cache.
- clearListener(String) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
删除某个监听器的注册。
- clearListener(String) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- clearNull(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
删除数组中空元素
- clearRatio() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- clone(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Shallow clones an array returning a typecast result and handling
null.
- clone(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone(String[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Clones an array returning a typecast result and handling
null.
- clone() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Clone this bean map using the following process:
If there is no underlying bean, return a cloned BeanMap without a bean.
- close() - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- close() - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - 类 中的方法net.hasor.cobble.io.input.ReaderInputStream
-
- close(URLConnection) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Closes a URLConnection.
- close() - 类 中的方法net.hasor.cobble.io.LineIterator
-
Closes the underlying Reader quietly.
- close() - 类 中的方法net.hasor.cobble.io.output.Base64OutputStream
-
Closing Base64OutputStreamWriter does nothing.
- close() - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Closes underlying output stream, and mark this as closed
- close() - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- close() - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleWriter
-
- close() - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
Closing this writer has no effect.
- close() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated
with this stream.
- close() - 类 中的方法net.hasor.cobble.io.output.WriterOutputStream
-
- close() - 类 中的方法net.hasor.cobble.io.RandomFile
-
- close() - 类 中的方法net.hasor.cobble.io.reader.ReversedLinesFileReader
-
Closes underlying resources.
- CLOSED_INPUT_STREAM - 类 中的静态变量net.hasor.cobble.io.input.ClosedInputStream
-
A singleton.
- ClosedInputStream - net.hasor.cobble.io.input中的类
-
Closed input stream.
- ClosedInputStream() - 类 的构造器net.hasor.cobble.io.input.ClosedInputStream
-
- closeQuietly(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close an Reader.
- closeQuietly(Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a Writer.
- closeQuietly(InputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close an InputStream.
- closeQuietly(OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close an OutputStream.
- closeQuietly(Closeable) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a Closeable.
- closeQuietly(AutoCloseable) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a Closeable.
- closeQuietly(Socket) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a Socket.
- closeQuietly(Selector) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a Selector.
- closeQuietly(ServerSocket) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Unconditionally close a ServerSocket.
- closeQuietly(LineIterator) - 类 中的静态方法net.hasor.cobble.io.LineIterator
-
Closes the iterator, handling null and ignoring exceptions.
- CodePointTranslator - net.hasor.cobble.text中的类
-
Helper subclass to CharSequenceTranslator to allow for translations that
will replace up to one character at a time.
- CodePointTranslator() - 类 的构造器net.hasor.cobble.text.CodePointTranslator
-
- CollectionUtils - net.hasor.cobble中的类
-
- CollectionUtils() - 类 的构造器net.hasor.cobble.CollectionUtils
-
- compare(double, double) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Compares two doubles for order.
- compare(float, float) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Compares two floats for order.
- compare(Comparable, Comparable) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Null safe comparison of Comparables.
- compare(Comparable, Comparable, boolean) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Null safe comparison of Comparables.
- completed(T) - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- completed(T) - 接口 中的方法net.hasor.cobble.concurrent.future.FutureCallback
-
执行完毕
- compute(String, BiFunction<? super String, ? super V, ? extends V>) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- computeIfAbsent(String, Function<? super String, ? extends V>) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- computeIfPresent(String, BiFunction<? super String, ? super V, ? extends V>) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- concat(String, String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Concatenates a filename to a base path using normal command line style rules.
- ConcurrentReferenceHashMap<K,V> - net.hasor.cobble.ref中的类
-
- ConcurrentReferenceHashMap() - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, int) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap.Entry<K,V> - net.hasor.cobble.ref中的类
-
A single map entry.
- ConcurrentReferenceHashMap.Reference<K,V> - net.hasor.cobble.ref中的接口
-
- ConcurrentReferenceHashMap.ReferenceManager - net.hasor.cobble.ref中的类
-
- ConcurrentReferenceHashMap.ReferenceType - net.hasor.cobble.ref中的枚举
-
Various reference types supported by this map.
- ConcurrentReferenceHashMap.Restructure - net.hasor.cobble.ref中的枚举
-
The types of restructuring that can be performed.
- ConcurrentReferenceHashMap.Segment - net.hasor.cobble.ref中的类
-
A single segment used to divide the map to allow better concurrent performance.
- ConstructorUtils - net.hasor.cobble.reflect中的类
-
Utility reflection methods focussed on constructors, modelled after
MethodUtils.
- ConstructorUtils() - 类 的构造器net.hasor.cobble.reflect.ConstructorUtils
-
ConstructorUtils instances should NOT be constructed in standard
programming.
- contains(Object[], Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the object is in the given array.
- contains(long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(char[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(double[], double, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if a value falling within the given tolerance is in the
given array.
- contains(float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if the value is in the given array.
- contains(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether the specified element occurs within this range.
- contains(Object) - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- contains(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if String contains a search character, handling null.
- contains(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if String contains a search String, handling null.
- containsAny(Collection<?>, Collection<?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
Returns true iff at least one element is in both collections.
- containsAny(String, char[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains any character in the given
set of characters.
- containsAny(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains any character in the given set of characters.
- containsIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if String contains a search String irrespective of case,
handling null.
- containsKey(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsKey(Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- containsKey(Object) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- containsNone(String, char[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks that the String does not contain certain characters.
- containsNone(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks that the String does not contain certain characters.
- containsOnly(String, char[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only certain characters.
- containsOnly(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only certain characters.
- containsRange(Range<T>) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range contains all the elements of the specified range.
- containsValue(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns true if the bean defines a property whose current value is the given object.
- contentEquals(InputStream, InputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Compare the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Compare the contents of two Readers to determine if they are equal or
not.
- contentEqualsIgnoreEOL(Reader, Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Compare the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- ContextClassLoaderLocal<T> - net.hasor.cobble.ref中的类
-
An instance of this class represents a value that is provided per (thread)
context classloader.
- ContextClassLoaderLocal() - 类 的构造器net.hasor.cobble.ref.ContextClassLoaderLocal
-
Construct a context classloader instance
- ContextClassLoaderLocal(T) - 类 的构造器net.hasor.cobble.ref.ContextClassLoaderLocal
-
Construct a context classloader instance
- ConversionException - net.hasor.cobble.convert中的异常错误
-
A ConversionException indicates that a call to
Converter.convert() has failed to complete successfully.
- ConversionException(String) - 异常错误 的构造器net.hasor.cobble.convert.ConversionException
-
Construct a new exception with the specified message.
- ConversionException(String, Throwable) - 异常错误 的构造器net.hasor.cobble.convert.ConversionException
-
Construct a new exception with the specified message and root cause.
- ConversionException(Throwable) - 异常错误 的构造器net.hasor.cobble.convert.ConversionException
-
Construct a new exception with the specified root cause.
- convert(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
Convert the input object into an output object of the
specified type.
- convert(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.ConverterFacade
-
Convert the input object into an output object of the
specified type by delegating to the underlying
Converter
implementation.
- convert(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
- convert(Class<?>, Object) - 接口 中的方法net.hasor.cobble.convert.Converter
-
Convert the specified input object into an output object of the
specified type.
- convert(Object) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Convert the specified value into a String.
- convert(String, Class<?>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String[], Class<?>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Convert an array of specified values to an array of objects of the
specified class (if possible).
- convert(T, Class<? extends T>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Convert the value to an object of the specified class (if
possible).
- convert(Object) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Convert the specified value into a String.
- convert(String, Class) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String[], Class) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Convert an array of specified values to an array of objects of the
specified class (if possible).
- convert(Class<?>, Object) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Convert the value to an object of the specified class (if
possible).
- convertArray(Object) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
Return the first element from an Array (or Collection)
or the value unchanged if not an Array (or Collection).
- convertArray(Object) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Returns the value unchanged.
- convertClassesToClassNames(List<Class<?>>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Given a List of Class objects, this method converts
them into class names.
- convertClassNamesToClasses(List<String>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Given a List of class names, this method converts them into classes.
- Converter - net.hasor.cobble.convert中的接口
-
General purpose data type converter that can be registered and used
within the BeanUtils package to manage the conversion of objects from
one type to another.
- ConverterBean - net.hasor.cobble.convert中的类
-
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
- ConverterBean() - 类 的构造器net.hasor.cobble.convert.ConverterBean
-
Construct a bean with standard converters registered
- ConverterFacade - net.hasor.cobble.convert.convert中的类
-
Provides a facade for
Converter implementations
preventing access to any public API in the implementation,
other than that specified by
Converter.
- ConverterFacade(Converter) - 类 的构造器net.hasor.cobble.convert.convert.ConverterFacade
-
Construct a converter which delegates to the specified
Converter implementation.
- ConverterUtils - net.hasor.cobble.convert中的类
-
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
- ConverterUtils() - 类 的构造器net.hasor.cobble.convert.ConverterUtils
-
- convertIterator(Iterator<T>, Function<T, O>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
迭代器类型转换
- convertKey(String) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
Convert the given key to a case-insensitive key.
- convertToCollection(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Converts non-array values to a Collection prior
to being converted either to an array or a String.
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
转换对象成为String格式。
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Handles conversion to a String.
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.CharacterConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.ClassConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Convert an input Date/Calendar object into a String.
- convertToString(Object) - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Convert an input Number object into a String.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
执行类型转换代码。
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Handles conversion to an array of the specified type.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.BooleanConverter
-
Convert the specified input object into an output object of the
specified type.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.CharacterConverter
-
Convert the input object into a java.lang.Character.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.ClassConverter
-
Convert the input object into a java.lang.Class.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Convert the input object into a Date object of the
specified type.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.EnumConverter
-
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.FileConverter
-
Convert the input object into a java.io.File.
- convertToType(Class, Object) - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Convert the input object into a Number object of the
specified type.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.StringConverter
-
Convert the specified input object into an output object of the specified type.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.URIConverter
-
Convert a java.net.URL or object into a String.
- convertToType(Class<?>, Object) - 类 中的方法net.hasor.cobble.convert.convert.URLConverter
-
Convert a java.net.URL or object into a String.
- convertType(Class<?>, Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Converts the given value to the given type.
- copy(InputStream, OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from an InputStream to an
OutputStream.
- copy(InputStream, Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from an InputStream to chars on a
Writer using the default character encoding of the platform.
- copy(InputStream, Writer, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(InputStream, Writer, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy chars from a Reader to a Writer.
- copy(Reader, OutputStream) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy(Reader, OutputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyLarge(InputStream, OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, long, long) - 类 中的静态方法net.hasor.cobble.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[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(Reader, Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, char[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, long, long) - 类 中的静态方法net.hasor.cobble.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[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Copy some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyProperties(Object, Object) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- copyProperty(Object, Object, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- count - 类 中的变量net.hasor.cobble.io.input.Base64InputStream
-
The index one greater than the last valid character in the input
stream buffer.
- countMatches(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Counts how many times the substring appears in the larger String.
- CR - 类 中的静态变量net.hasor.cobble.CharUtils
-
carriage return CR ('\r').
- createBigDecimal(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a BigDecimal.
- createBigInteger(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a BigInteger.
- createDouble(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a Double.
- createFloat(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a Float.
- createInteger(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a Integer, handling
hex and octal notations.
- createLong(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to a Long.
- createMapPropertyFunc(String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- createNumber(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Turns a string value into a java.lang.Number.
- createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.ReferenceManager
-
- createReferenceManager() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- createUnsignedLong(long) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a long to a Unsigned Long.
- createWriteMethodArguments(Method, Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- CsvEscaper() - 类 的构造器net.hasor.cobble.text.CsvTranslators.CsvEscaper
-
- CsvTranslators - net.hasor.cobble.text中的类
-
This class holds inner classes for escaping/unescaping Comma Separated Values.
- CsvTranslators.CsvEscaper - net.hasor.cobble.text中的类
-
Translator for escaping Comma Separated Values.
- CsvTranslators.CsvUnescaper - net.hasor.cobble.text中的类
-
Translator for unescaping escaped Comma Separated Value entries.
- CsvUnescaper() - 类 的构造器net.hasor.cobble.text.CsvTranslators.CsvUnescaper
-
- eAccept(T) - 接口 中的方法net.hasor.cobble.function.EConsumer
-
- eApply(T) - 接口 中的方法net.hasor.cobble.function.EFunction
-
- EConsumer<T,E extends Throwable> - net.hasor.cobble.function中的接口
-
Consumer 允许异常抛出。
- EFunction<T,R,E extends Throwable> - net.hasor.cobble.function中的接口
-
Function 允许异常抛出。
- eGet() - 接口 中的方法net.hasor.cobble.function.ESupplier
-
- elementCompareTo(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks where the specified element occurs relative to this range.
- EMPTY - 类 中的静态变量net.hasor.cobble.StringUtils
-
The empty String "".
- EMPTY_BOOLEAN_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable boolean array.
- EMPTY_BOOLEAN_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Boolean array.
- EMPTY_BYTE_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable byte array.
- EMPTY_BYTE_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Byte array.
- EMPTY_CHAR_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable char array.
- EMPTY_CHARACTER_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Character array.
- EMPTY_CLASS_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Class array.
- EMPTY_DOUBLE_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable double array.
- EMPTY_DOUBLE_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Double array.
- EMPTY_FLOAT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable float array.
- EMPTY_FLOAT_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Float array.
- EMPTY_INT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable int array.
- EMPTY_INTEGER_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Integer array.
- EMPTY_LONG_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable long array.
- EMPTY_LONG_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Long array.
- EMPTY_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Object array.
- EMPTY_SHORT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable short array.
- EMPTY_SHORT_OBJECT_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable Short array.
- EMPTY_STRING_ARRAY - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
An empty immutable String array.
- encodeMD5(byte[]) - 类 中的静态方法net.hasor.cobble.codec.MD5
-
- endsWith(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Check if a String ends with a specified suffix.
- endsWithAny(String, String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Check if a String ends with any of an array of specified strings.
- endsWithIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case insensitive check if a String ends with a specified suffix.
- ensureCapacity(int) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- EntityArrays - net.hasor.cobble.text中的类
-
Class holding various entity data for HTML and XML - generally for use with
the LookupTranslator.
- EntityArrays() - 类 的构造器net.hasor.cobble.text.EntityArrays
-
- Entry(BeanMap, String, Object) - 类 的构造器net.hasor.cobble.ref.BeanMap.Entry
-
Constructs a new Entry.
- Entry(K, V) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- entryIterator() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Convenience method for getting an iterator over the entries.
- entrySet() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- entrySet() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- EnumConverter - net.hasor.cobble.convert.convert中的类
-
- EnumConverter() - 类 的构造器net.hasor.cobble.convert.convert.EnumConverter
-
- EnumConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.EnumConverter
-
- eq(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
相等
- equals(Object, Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Compares two objects for equality, where either one or both
objects may be null.
- equals(Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- equals(Object) - 类 中的方法net.hasor.cobble.ref.RandomRatio.Boundary
-
- equals(Object) - 类 中的方法net.hasor.cobble.ref.Range
-
Compares this range to another object to test if they are equal.
- equals(Object) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
- equals(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Compares two Strings, returning true if they are equal.
- equalsBlankIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
执行字符串匹配。
- equalsIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Compares two Strings, returning true if they are equal ignoring
the case.
- escape(String) - 类 中的方法net.hasor.cobble.text.StringEscapeUtils.Builder
-
- ESCAPE_CSV - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping individual Comma Separated Values.
- ESCAPE_ECMASCRIPT - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping EcmaScript/JavaScript.
- ESCAPE_HTML3 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping HTML version 3.0.
- ESCAPE_HTML4 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping HTML version 4.0.
- ESCAPE_JAVA - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping Java.
- ESCAPE_JSON - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping Json.
- ESCAPE_XML10 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping XML 1.0.
- ESCAPE_XML11 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping XML 1.1.
- ESCAPE_XSI - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for escaping Shell command language.
- escapeCsv(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Returns a String value for a CSV column enclosed in double quotes,
if required.
- escapeEcmaScript(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using EcmaScript String rules.
- escapeHtml3(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using HTML entities.
- escapeHtml4(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using HTML entities.
- escapeJava(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using Java String rules.
- escapeJson(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using Json String rules.
- escapeXml10(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using XML entities.
- escapeXml11(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using XML entities.
- escapeXSI(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Escapes the characters in a String using XSI rules.
- ESupplier<T,E extends Throwable> - net.hasor.cobble.function中的接口
-
Supplier 允许异常抛出。
- EventBus - net.hasor.cobble.bus中的类
-
标准事件处理器接口的实现类
- EventBus() - 类 的构造器net.hasor.cobble.bus.EventBus
-
- ExceptionUtils - net.hasor.cobble中的类
-
Provides utilities for manipulating and examining
Throwable objects.
- ExceptionUtils() - 类 的构造器net.hasor.cobble.ExceptionUtils
-
- expurge() - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- EXTENSION_SEPARATOR - 类 中的静态变量net.hasor.cobble.io.FilenameUtils
-
The extension separator character.
- EXTENSION_SEPARATOR_STR - 类 中的静态变量net.hasor.cobble.io.FilenameUtils
-
The extension separator String.
- GenericTokenParser - net.hasor.cobble.text.token中的类
-
原版在 mybatis 中同名类,本类改造了 openToken 允许是一个数组。
- GenericTokenParser(String[], String, TokenHandler) - 类 的构造器net.hasor.cobble.text.token.GenericTokenParser
-
- get() - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- get(long, TimeUnit) - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- get() - 接口 中的方法net.hasor.cobble.function.ESupplier
-
- get(Object) - 接口 中的方法net.hasor.cobble.function.Property
-
- get() - 接口 中的方法net.hasor.cobble.provider.Provider
-
Gets a result.
- get(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the value of the bean's property with the given name.
- get(Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- get() - 接口 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Reference
-
Return the referenced entry, or null if the entry is no longer available.
- get() - 类 中的方法net.hasor.cobble.ref.ContextClassLoaderLocal
-
Gets the instance which provides the functionality for
BeanUtils.
- get(Object) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- get(K) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
确认K所在的命名空间
- get(String, K) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
确认K所在的命名空间
- get(int) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- getAccessibleConstructor(Class<?>, Class<?>) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns a constructor with single argument.
- getAccessibleConstructor(Class<?>, Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor<?>) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessibleMethod(Class<?>, String, Class<?>) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and a single parameter.
- getAccessibleMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and parameters.
- getAccessibleMethod(Method) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getALLFields(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取类定义的字段和继承父类中定义的字段以及父类的父类(子类重新定义同名字段也会被列入集合)
- getAllInterfaces(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets a List of all interfaces implemented by the given
class and its superclasses.
- getAllSuperclasses(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets a List of superclasses for the given class.
- getBaseName(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBean() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the bean currently being operated on.
- getBoundaryCount() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getBuilder() - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
Return the underlying builder.
- getByBoundary(long) - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getByIndex(int) - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getByRandom() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getByteCount() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Returns the number of bytes that have been written to this output stream.
- getCause() - 异常错误 中的方法net.hasor.cobble.convert.ConversionException
-
Return the root cause of this conversion exception.
- getClass(ClassLoader, String, boolean) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Returns the class represented by className using the
classLoader.
- getClass(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Returns the (initialized) class represented by className
using the classLoader.
- getClass(String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Returns the (initialized) class represented by className
using the current thread's context class loader.
- getClass(String, boolean) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Returns the class represented by className using the
current thread's context class loader.
- getClassLoader(ClassLoader) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
- getClassPath(ClassLoader) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
获取ClassPath路径
- getCommonPrefix(String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Compares all Strings in an array and returns the initial sequence of
characters that is common to all of them.
- getComparator() - 类 中的方法net.hasor.cobble.ref.Range
-
Gets the comparator being used to determine if objects are within the range.
- getComponentType() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return the ResolvableType representing the component type of the array or
ResolvableType.NONE if this type does not represent an array.
- getCount() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
Return the total number of references in this segment.
- getData() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Returns the data for this output stream as an array of bytes, assuming
that the data has been retained in memory.
- getDatePattern() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- getDeclaredField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets an accessible Field by name respecting scope.
- getDeclaredField(Class<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets an accessible Field by name breaking scope
if requested.
- getDefault(Class<?>) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
返回指定类型的默认值.
- getDefault(Class<?>) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Return the default value for conversions to the specified
type.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
获取默认值
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.BigDecimalConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.BigIntegerConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.BooleanConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.ByteConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.CalendarConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.CharacterConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.ClassConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.DateConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.DoubleConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.EnumConverter
-
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.FileConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.FloatConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.IntegerConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.LongConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.ShortConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.SqlDateConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.SqlTimeConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.SqlTimestampConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.StringConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.URIConverter
-
Return the default type this Converter handles.
- getDefaultType() - 类 中的方法net.hasor.cobble.convert.convert.URLConverter
-
Return the default type this Converter handles.
- getDefaultValue(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取指定类型的默认值
- getDefaultValues(Class<?>[]) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- getDescName(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
获取方法的标识代码,在不考虑其所属类的情况下。
- getDescName(Method) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
获取方法的标识代码,在不考虑其所属类的情况下。
- getDescNameWithOutModifiers(Method) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
获取方法的标识代码,在不考虑其所属类的情况下。
- getExtension(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the extension of a filename.
- getField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
查找一个可操作的字段
- getField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets an accessible Field by name respecting scope.
- getField(Class<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets an accessible Field by name breaking scope
if requested.
- getFieldFunc(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getFieldFunc(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getFieldMap(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
查找字段
- getFields(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
查找一个可操作的字段列表
- getFieldType(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- getFile() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Returns either the output file specified in the constructor or
the temporary file created or null.
- getFile() - 类 中的方法net.hasor.cobble.io.RandomFile
-
Returns the underlying File.
- getFirst() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getFormat(Locale, TimeZone) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Return a DateFormat for the Locale.
- getFormat(Locale, TimeZone) - 类 中的方法net.hasor.cobble.convert.convert.SqlTimeConverter
-
Return a DateFormat for the Locale.
- getFormat(Locale, TimeZone) - 类 中的方法net.hasor.cobble.convert.convert.SqlTimestampConverter
-
Return a DateFormat for the Locale.
- getFullPath(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getGeneric(int...) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return a
ResolvableType representing the generic parameter for the
given indexes.
- getGenerics() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return an array of
ResolvableTypes representing the generic parameters of
this type.
- getHash(Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
Get the hash for a given object, apply an additional hash function to reduce
collisions.
- getHash() - 接口 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Reference
-
Return the hash for the reference.
- getInputStream() - 类 中的方法net.hasor.cobble.io.RandomFile
-
- getInstance() - 类 中的静态方法net.hasor.cobble.convert.ConverterBean
-
Get singleton instance
- getInterfaces() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return a
ResolvableType array representing the direct interfaces
implemented by this type.
- getJavaVersion() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
- getKey() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- getLast() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- getLength(Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Returns the length of the specified array.
- getLevenshteinDistance(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Find the Levenshtein distance between two Strings.
- getLoadFactor() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- getLocale() - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Return the Locale for the Converter
(or null if none specified).
- getLocale() - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Return the Locale for the Converter
(or null if none specified).
- getMatchingAccessibleConstructor(Class<?>, Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Find an accessible constructor with compatible parameters.
- getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMaximum() - 类 中的方法net.hasor.cobble.ref.Range
-
Gets the maximum value in this range.
- getMD5(String) - 类 中的静态方法net.hasor.cobble.codec.MD5
-
- getMD5(byte[]) - 类 中的静态方法net.hasor.cobble.codec.MD5
-
- getMessage(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
查找一个可操作的方法
- getMethods(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
查找一个可操作的方法列表
- getMinimum() - 类 中的方法net.hasor.cobble.ref.Range
-
Gets the minimum value in this range.
- getName(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the name minus the path from a full filename.
- getNested(int) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
- getNested(int, Map<Integer, Integer>) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
- getNext() - 接口 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Reference
-
Return the next reference in the chain, or null if none.
- getNumericType(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- getOrDefault(Object, V) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- getPackageCanonicalName(Object, String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name from the canonical name of an Object.
- getPackageCanonicalName(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name from the canonical name of a Class.
- getPackageCanonicalName(String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name from the canonical name.
- getPackageName(Object, String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name of an Object.
- getPackageName(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name of a Class.
- getPackageName(String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the package name from a String.
- getPath(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathNoEndSeparator(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPattern() - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Return the number format pattern used to convert
Numbers to/from a java.lang.String
(or null if none specified).
- getPatterns() - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Return the date format patterns used to convert
dates to/from a java.lang.String
(or null if none specified).
- getPeak() - 类 中的方法net.hasor.cobble.concurrent.QoSBucket
-
- getPrecision() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- getPrefix(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/.
- getPrefixLength(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Returns the length of the filename prefix, such as C:/ or ~/.
- getProperties(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getProperty(String[]) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
- getProperty(Iterator<String>) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
- getProperty(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
- getProperty(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
- getPropertyAnnotation(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyAnnotation(Property) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyAnnotation(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyDescriptors(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyFunc(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyFunc(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取属性名集合,被包含的属性可能有些只是只读属性,有些是只写属性。
- getPropertyType(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- getPropertyType(Class<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- getPropertyType(Property) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- getPublicMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Returns the desired Method much like Class.getMethod, however
it ensures that the returned Method is from a public class or interface and not
from an anonymous inner class.
- getRate() - 类 中的方法net.hasor.cobble.concurrent.QoSBucket
-
- getRawClass() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return the underlying Java
Class being managed, if available; otherwise
null.
- getRawType() - 类 中的方法net.hasor.cobble.reflect.TypeReference
-
- getReadMethod(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取一个属性的读取方法
- getReadMethod(String) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the accessor for the property with the given name.
- getReadMethod(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the accessor for the property with the given name.
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
- getRegPattern() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- getResource(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取 classpath 中可能存在的资源。
- getResource(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取 classpath 中可能存在的资源。
- getResourceAsStream(File) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取可能存在的资源,以流的形式返回。
- getResourceAsStream(URI) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStream(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStream(URL) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStream(ClassLoader, URI) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStream(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStream(ClassLoader, URL) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源,以流的形式返回。
- getResourceAsStreamList(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源列表,以流的形式返回。
- getResourceAsStreamList(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取classpath中可能存在的资源列表,以流的形式返回。
- getResources(String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取 classpath 中可能存在的资源列表。
- getResources(ClassLoader, String) - 类 中的静态方法net.hasor.cobble.ResourcesUtils
-
获取 classpath 中可能存在的资源列表。
- getRootCause(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getRootCauseMessage(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getRootCauseStackTrace(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getSegment(int) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- getSegmentsSize() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- getShortCanonicalName(Object, String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the canonical name minus the package name for an Object.
- getShortCanonicalName(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the canonical name minus the package name from a Class.
- getShortCanonicalName(String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the canonical name minus the package name from a String.
- getShortClassName(Object, String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the class name minus the package name for an Object.
- getShortClassName(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the class name minus the package name from a Class.
- getShortClassName(String) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Gets the class name minus the package name from a String.
- getSingletonData() - 类 中的方法net.hasor.cobble.scope.SingletonScope
-
- getSize() - 类 中的方法net.hasor.cobble.io.RandomFile
-
- getSize() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
Return the size of the current references array.
- getSource() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return the underlying source of the resolvable type.
- getStackFrames(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getStackTrace(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getStream() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Returns the current output stream.
- getStream() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Returns the underlying output stream, to which the corresponding
OutputStream methods in this class will ultimately delegate.
- getSubsection(long, long) - 类 中的方法net.hasor.cobble.io.RandomFile
-
- getSuperClassGenricType(Class<?>, int) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
获取泛型类型
- getSuperType() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return a
ResolvableType representing the direct supertype of this type.
- getSystemProperty(String) - 类 中的静态方法net.hasor.cobble.SystemUtils
-
Returns the value of the Java system property with the specified
key, while falling back to null if the property access fails.
- getSystemProperty(String, String) - 类 中的静态方法net.hasor.cobble.SystemUtils
-
Returns the value of the Java system property with the specified key,
while falling back to the specified default value if the property access fails.
- getThreshold() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Returns the threshold, in bytes, at which an event will be triggered.
- getThrowableCount(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getThrowableList(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getThrowables(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- getTimeWindow() - 类 中的方法net.hasor.cobble.concurrent.QoSBucket
-
- getTimeZone() - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Return the Time Zone to use when converting dates
(or null if none specified.
- getTotalCharsWritten() - 类 中的方法net.hasor.cobble.io.output.Base64OutputStream
-
- getTransformConvert() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
- getType(String) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the type of the property with the given name.
- getType() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return the underling Java
Type being managed.
- getTypeTransformer(Class<?>) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns a transformer for the given primitive type.
- getValue() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- getValue() - 类 中的方法net.hasor.cobble.ref.RandomRatio.Boundary
-
- getWriteMethod(Class<?>, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
获取一个属性的写入方法
- getWriteMethod(String) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethod(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the mutator for the property with the given name.
- gt(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
大于
- gteq(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
大于等于
- identityToString(Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Gets the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(StringBuffer, Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- INDEX_NOT_FOUND - 类 中的静态变量net.hasor.cobble.ArrayUtils
-
The index value when an element is not found in a list or array: -1.
- INDEX_NOT_FOUND - 类 中的静态变量net.hasor.cobble.StringUtils
-
Represents a failed index search.
- indexOf(Object[], Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given object in the array.
- indexOf(Object[], Object, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given object in the array starting at the given index.
- indexOf(long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(long[], long, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(int[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(short[], short, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(char[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(char[], char, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(byte[], byte, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(double[], double, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value within a given tolerance in the array.
- indexOf(double[], double, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(double[], double, int, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(float[], float, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(boolean[], boolean, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the first index within a String, handling null.
- indexOf(String, char, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the first index within a String from a start position,
handling null.
- indexOf(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the first index within a String, handling null.
- indexOf(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the first index within a String, handling null.
- indexOfAny(String, char[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(String, char[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfAnyBut(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfDifference(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Compares two Strings, and returns the index at which the
Strings begin to differ.
- indexOfDifference(String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- indexOfExtension(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Returns the index of the last extension separator character, which is a dot.
- indexOfIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case in-sensitive find of the first index within a String.
- indexOfIgnoreCase(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case in-sensitive find of the first index within a String
from the specified position.
- indexOfLastSeparator(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Returns the index of the last directory separator character.
- indexOfThrowable(Throwable, Class<?>) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- indexOfThrowable(Throwable, Class<?>, int) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- indexOfType(Throwable, Class<?>) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- indexOfType(Throwable, Class<?>, int) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- initialValue() - 类 中的方法net.hasor.cobble.ref.ContextClassLoaderLocal
-
Returns the initial value for this ContextClassLoaderLocal
variable.
- INNER_CLASS_SEPARATOR - 类 中的静态变量net.hasor.cobble.ClassUtils
-
The inner class separator String: "$".
- INNER_CLASS_SEPARATOR_CHAR - 类 中的静态变量net.hasor.cobble.ClassUtils
-
The inner class separator character: '$' == 36.
- InstanceProvider<T> - net.hasor.cobble.provider中的类
-
- InstanceProvider(T) - 类 的构造器net.hasor.cobble.provider.InstanceProvider
-
- IntegerConverter - net.hasor.cobble.convert.convert中的类
-
NumberConverter implementation that handles conversion to
and from
java.lang.Integer objects.
- IntegerConverter() - 类 的构造器net.hasor.cobble.convert.convert.IntegerConverter
-
Construct a java.lang.Integer Converter that throws
a ConversionException if an error occurs.
- IntegerConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.IntegerConverter
-
Construct a java.lang.Integer Converter that returns
a default value if an error occurs.
- intersectionWith(Range<T>) - 类 中的方法net.hasor.cobble.ref.Range
-
Calculate the intersection of this and an overlapping Range.
- invert(Map<CharSequence, CharSequence>) - 类 中的静态方法net.hasor.cobble.text.EntityArrays
-
Used to invert an escape Map into an unescape Map.
- invokeConstructor(Class<?>, Object) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using the actual
arguments args.
- invokeConstructor(Class<?>, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using the actual
arguments args.
- invokeConstructor(Class<?>, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using constructor
with signature parameterTypes and actual arguments
args.
- invokeExactConstructor(Class<?>, Object) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using the actual
arguments args.
- invokeExactConstructor(Class<?>, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using the actual
arguments args.
- invokeExactConstructor(Class<?>, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.ConstructorUtils
-
Returns new instance of klazz created using constructor
with signature parameterTypes and actual arguments
args.
- invokeExactMethod(Object, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a method whose parameter type matches exactly the object
type.
- invokeExactMethod(Object, String, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a method whose parameter types match exactly the object
types.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object
type.
- invokeExactStaticMethod(Class<?>, String, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a static method whose parameter types match exactly the object
types.
- invokeMethod(Object, String, Object...) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
该方法的作用是反射的形式调用目标的方法。
- invokeMethod(Object, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- IOFileFilter - net.hasor.cobble.io中的接口
-
An interface which brings the FileFilter and FilenameFilter interfaces together.
- IOUtils - net.hasor.cobble.io中的类
-
General IO stream manipulation utilities.
- IOUtils() - 类 的构造器net.hasor.cobble.io.IOUtils
-
Instances should NOT be constructed in standard programming.
- ipDataByBytes(byte[]) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
根据IP字节数据转换为int
- ipDataByInt(int) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
根据IP值分解IP为字节数组
- ipDataToString(int) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
将分解的IP数据转换为字符串
- ipDataToString(byte[]) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
将分解的IP数据转换为字符串
- ipStrToBytes(String) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
根据IP字节数据转换为int
- is(T) - 类 中的静态方法net.hasor.cobble.ref.Range
-
Obtains a range using the specified element as both the minimum
and maximum in this range.
- is(T, Comparator<T>) - 类 中的静态方法net.hasor.cobble.ref.Range
-
Obtains a range using the specified element as both the minimum
and maximum in this range.
- isAfter(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range is after the specified element.
- isAfterRange(Range<T>) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range is completely after the specified range.
- isAllLowerCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only lowercase characters.
- isAllowDecimals() - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Return whether decimals are allowed in the number.
- isAllUpperCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only uppercase characters.
- isAlpha(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode letters.
- isAlphanumeric(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode letters or digits.
- isAlphanumericSpace(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode letters, digits
or space (' ').
- isAlphaSpace(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode letters and
space (' ').
- isAndroid() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
- isArray() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return true if this type resolves to a Class that represents an array.
- isAscii(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the string contains only ASCII printable characters.
- isAssignable(Class<?>[], Class<?>[]) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>[], Class<?>[], boolean) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class<?>, Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Checks if one Class can be assigned to a variable of
another Class.
- isAssignable(Class<?>, Class<?>, boolean) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Checks if one Class can be assigned to a variable of
another Class.
- isAssignableFrom(Class<?>) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Determine whether this ResolvableType is assignable from the specified other type.
- isAssignableFrom(ResolvableType) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Determine whether this ResolvableType is assignable from the specified other type.
- isBefore(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range is before the specified element.
- isBeforeRange(Range<T>) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range is completely before the specified range.
- isBlank(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isBoolean(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isBooleanType(Class) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
- isByteNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isByteType(Class) - 类 中的静态方法net.hasor.cobble.ByteUtils
-
- isByteType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isCancelled() - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- isCancelled() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been cancelled.
- isCharacter(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isCharType(Class) - 类 中的静态方法net.hasor.cobble.CharUtils
-
- isContainsDate() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- isContainsTime() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- isContainsZone() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- isDecimal(Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
测试是否为一个小数
- isDigits(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Checks whether the String contains only
digit characters.
- isDone() - 类 中的方法net.hasor.cobble.concurrent.future.BasicFuture
-
- isDoubleNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isDoubleType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isEmpty(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of Objects is empty or null.
- isEmpty(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive longs is empty or null.
- isEmpty(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive ints is empty or null.
- isEmpty(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive shorts is empty or null.
- isEmpty(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive chars is empty or null.
- isEmpty(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive bytes is empty or null.
- isEmpty(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive doubles is empty or null.
- isEmpty(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive floats is empty or null.
- isEmpty(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive booleans is empty or null.
- isEmpty(Collection<?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- isEmpty(Map<?, ?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- isEmpty(Object[]) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- isEmpty() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- isEmpty() - 类 中的方法net.hasor.cobble.ref.RandomRatio
-
- isEmpty() - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- isEmpty(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if a String is empty ("") or null.
- isEndedBy(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range ends with the specified element.
- isExpired() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timeout
-
Returns
true if and only if the
TimerTask associated
with this handle has been expired.
- isExtension(String, String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Checks whether the extension of the filename is that specified.
- isExtension(String, String[]) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isExtension(String, Collection<String>) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isFalse(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Checks if a Boolean value is false,
handling null by returning false.
- isFloatNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isFloatType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isIkvmDotNet() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
Returns
true if the running JVM is
IKVM.NET,
false otherwise.
- isInMemory() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Determines whether or not the data for this output stream has been
retained in memory.
- isInnerClass(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Is the specified class an inner class or static nested class.
- isIntegerNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isIntType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isJ9Jvm() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
- isLangClass(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
判断某个类是否为一个lang包的类。
- isLongNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isLongType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isNaturalOrdering() - 类 中的方法net.hasor.cobble.ref.Range
-
Whether or not the Range is using the natural ordering of the elements.
- isNotBlank(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotEmpty(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of Objects is not empty or not null.
- isNotEmpty(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive longs is not empty or not null.
- isNotEmpty(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive ints is not empty or not null.
- isNotEmpty(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive shorts is not empty or not null.
- isNotEmpty(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive chars is not empty or not null.
- isNotEmpty(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive bytes is not empty or not null.
- isNotEmpty(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive doubles is not empty or not null.
- isNotEmpty(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive floats is not empty or not null.
- isNotEmpty(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks if an array of primitive booleans is not empty or not null.
- isNotEmpty(Collection<?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- isNotEmpty(Map<?, ?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- isNotEmpty(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if a String is not empty ("") and not null.
- isNotFalse(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Checks if a Boolean value is not false,
handling null by returning true.
- isNotTrue(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Checks if a Boolean value is not true,
handling null by returning true.
- isNumber(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Checks whether the String a valid Java number.
- isNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isNumeric(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode digits.
- isNumericSpace(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only unicode digits or space
(' ').
- ISO8859_1_ESCAPE - 类 中的静态变量net.hasor.cobble.text.EntityArrays
-
A Map<CharSequence, CharSequence> to to escape
ISO-8859-1
characters to their named HTML 3.x equivalents.
- ISO8859_1_UNESCAPE - 类 中的静态变量net.hasor.cobble.text.EntityArrays
-
- ISO_8859_1 - 类 中的静态变量net.hasor.cobble.io.Charsets
-
CharEncodingISO Latin Alphabet No. 1, a.k.a.
- isOsx() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
Return true if the JVM is running on OSX / MacOS
- isOverlappedBy(Range<T>) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range is overlapped by the specified range.
- isPortAvailable(int) - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
测试端口是否被占用
- isReadOnly() - 接口 中的方法net.hasor.cobble.function.Property
-
- isSameLength(Object[], Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(long[], long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(int[], int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(short[], short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(char[], char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(byte[], byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(double[], double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(float[], float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameLength(boolean[], boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same length, treating
null arrays as length 0.
- isSameType(Object, Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Checks whether two arrays are the same type taking into account
multi-dimensional arrays.
- isSet(NumericEntityUnescaper.OPTION) - 类 中的方法net.hasor.cobble.text.NumericEntityUnescaper
-
Whether the passed in option is currently set.
- isShortNumber(Object) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isShortType(Class<?>) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- isStartedBy(T) - 类 中的方法net.hasor.cobble.ref.Range
-
Checks whether this range starts with the specified element.
- isSupperUser() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
- isSymlink(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isThresholdExceeded() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Determines whether or not the configured threshold has been exceeded for
this output stream.
- isTrue(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Checks if a Boolean value is true,
handling null by returning false.
- isUseDefault() - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
当转换期间发生异常时是否使用默认值。
- isUseJdkDataSafe() - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- isValidLine(String) - 类 中的方法net.hasor.cobble.io.LineIterator
-
Overridable method to validate each line that is returned.
- isWhitespace(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Checks if the String contains only whitespace.
- isWindows() - 类 中的静态方法net.hasor.cobble.SystemUtils
-
Return true if the JVM is running on Windows
- iterator() - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
- iterator() - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- lambdaMethodName(SFunction<T>) - 类 中的静态方法net.hasor.cobble.reflect.MethodUtils
-
- lastIndexOf(Object[], Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given object within the array.
- lastIndexOf(Object[], Object, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given object in the array starting at the given index.
- lastIndexOf(long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(long[], long, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(int[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(short[], short, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(char[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(char[], char, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(byte[], byte, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(double[], double, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within a given tolerance in the array.
- lastIndexOf(double[], double, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(double[], double, int, double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(float[], float, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(boolean[], boolean, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the last index within a String, handling null.
- lastIndexOf(String, char, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the last index within a String from a start position,
handling null.
- lastIndexOf(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the last index within a String, handling null.
- lastIndexOf(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the first index within a String, handling null.
- lastIndexOfAny(String, String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Find the latest index of any of a set of potential substrings.
- lastIndexOfIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case in-sensitive find of the last index within a String.
- lastIndexOfIgnoreCase(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case in-sensitive find of the last index within a String
from the specified position.
- lastOrdinalIndexOf(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Finds the n-th last index within a String, handling null.
- lazyFireEvent(Executor, String, Object, long, TimeUnit) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
延迟触发事件。
- lazyFireEvent(Executor, String, Object, BusCaller, long, TimeUnit) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
延迟触发事件。
- lazyFireEvent(Executor, String, Object, long, TimeUnit) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- lazyFireEvent(Executor, String, Object, BusCaller, long, TimeUnit) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- left(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the leftmost len characters of a String.
- leftPad(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Left pad a String with spaces (' ').
- leftPad(String, int, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Left pad a String with a specified character.
- leftPad(String, int, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Left pad a String with a specified String.
- length(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets a String's length or 0 if the String is null.
- LF - 类 中的静态变量net.hasor.cobble.CharUtils
-
linefeed LF ('\n').
- LINE_SEPARATOR - 类 中的静态变量net.hasor.cobble.io.IOUtils
-
The system line separator string.
- LINE_SEPARATOR_UNIX - 类 中的静态变量net.hasor.cobble.io.IOUtils
-
The Unix line separator string.
- LINE_SEPARATOR_WINDOWS - 类 中的静态变量net.hasor.cobble.io.IOUtils
-
The Windows line separator string.
- lineIterator(File, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Returns an Iterator for the lines in a File.
- lineIterator(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Returns an Iterator for the lines in a File using the default encoding for the VM.
- lineIterator(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Return an Iterator for the lines in a Reader.
- lineIterator(InputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Return an Iterator for the lines in an InputStream, using
the character encoding specified (or default encoding if null).
- lineIterator(InputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Return an Iterator for the lines in an InputStream, using
the character encoding specified (or default encoding if null).
- LineIterator - net.hasor.cobble.io中的类
-
An Iterator over the lines in a Reader.
- LineIterator(Reader) - 类 的构造器net.hasor.cobble.io.LineIterator
-
Constructs an iterator of the lines for a Reader.
- lineToHump(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
下划线转驼峰
- LinkedCaseInsensitiveMap<V> - net.hasor.cobble.ref中的类
-
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table.
- LinkedCaseInsensitiveMap() - 类 的构造器net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap for the default Locale.
- LinkedCaseInsensitiveMap(Locale) - 类 的构造器net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that stores lower-case keys
according to the given Locale.
- LinkedCaseInsensitiveMap(int) - 类 的构造器net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that wraps a
LinkedHashMap
with the given initial capacity and stores lower-case keys according
to the default Locale.
- LinkedCaseInsensitiveMap(int, Locale) - 类 的构造器net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that wraps a
LinkedHashMap
with the given initial capacity and stores lower-case keys according
to the given Locale.
- LinkedCaseInsensitiveMap(Map<String, V>) - 类 的构造器net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- LoaderSingleProvider<T> - net.hasor.cobble.provider中的类
-
- LoaderSingleProvider(T) - 类 的构造器net.hasor.cobble.provider.LoaderSingleProvider
-
- LoaderSingleProvider(Provider<T>) - 类 的构造器net.hasor.cobble.provider.LoaderSingleProvider
-
- LoaderSingleProvider(Supplier<T>) - 类 的构造器net.hasor.cobble.provider.LoaderSingleProvider
-
- LoaderSingleProvider(Callable<T>) - 类 的构造器net.hasor.cobble.provider.LoaderSingleProvider
-
- localAddrForIPv4() - 类 中的静态方法net.hasor.cobble.NetworkUtils
-
获取本机地址
- logInfo(Exception) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Logs the given exception to System.out.
- logWarn(Exception) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Logs the given exception to System.err.
- LongConverter - net.hasor.cobble.convert.convert中的类
-
NumberConverter implementation that handles conversion to
and from
java.lang.Long objects.
- LongConverter() - 类 的构造器net.hasor.cobble.convert.convert.LongConverter
-
Construct a java.lang.Long Converter that throws a ConversionException if an error occurs.
- LongConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.LongConverter
-
Construct a java.lang.Long Converter that returns a default value if an error occurs.
- lookup(Class<?>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Look up and return any registered
Converter for the specified
destination class; if there is no registered Converter, return
null.
- lookup(Class<?>, Class<?>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Look up and return any registered
Converter for the specified
source and destination class; if there is no registered Converter,
return
null.
- lookup(Class) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Look up and return any registered
Converter for the specified
destination class; if there is no registered Converter, return
null.
- lookup(Class, Class) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Look up and return any registered
Converter for the specified
source and destination class; if there is no registered Converter,
return
null.
- LookupTranslator - net.hasor.cobble.text中的类
-
Translates a value using a lookup table.
- LookupTranslator(Map<CharSequence, CharSequence>) - 类 的构造器net.hasor.cobble.text.LookupTranslator
-
Define the lookup table to be used in translation
Note that, as of Lang 3.1 (the origin of this code), the key to the lookup
table is converted to a java.lang.String.
- lowerCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- lowerCase(String, Locale) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- lt(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
小于
- lteq(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
小于等于
- negate(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Negates the specified boolean.
- negate(Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
取反,相当于:value * -1
- net.hasor.cobble - 程序包 net.hasor.cobble
-
- net.hasor.cobble.bus - 程序包 net.hasor.cobble.bus
-
提供一个 EventBus
- net.hasor.cobble.codec - 程序包 net.hasor.cobble.codec
-
- net.hasor.cobble.concurrent - 程序包 net.hasor.cobble.concurrent
-
- net.hasor.cobble.concurrent.future - 程序包 net.hasor.cobble.concurrent.future
-
- net.hasor.cobble.concurrent.timer - 程序包 net.hasor.cobble.concurrent.timer
-
- net.hasor.cobble.convert - 程序包 net.hasor.cobble.convert
-
- net.hasor.cobble.convert.convert - 程序包 net.hasor.cobble.convert.convert
-
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.
- net.hasor.cobble.function - 程序包 net.hasor.cobble.function
-
- net.hasor.cobble.io - 程序包 net.hasor.cobble.io
-
- net.hasor.cobble.io.input - 程序包 net.hasor.cobble.io.input
-
- net.hasor.cobble.io.output - 程序包 net.hasor.cobble.io.output
-
- net.hasor.cobble.io.output.hole - 程序包 net.hasor.cobble.io.output.hole
-
- net.hasor.cobble.io.reader - 程序包 net.hasor.cobble.io.reader
-
- net.hasor.cobble.provider - 程序包 net.hasor.cobble.provider
-
提供 Supplier、Callable 的转换和包装
- net.hasor.cobble.ref - 程序包 net.hasor.cobble.ref
-
- net.hasor.cobble.reflect - 程序包 net.hasor.cobble.reflect
-
- net.hasor.cobble.reflect.resolvable - 程序包 net.hasor.cobble.reflect.resolvable
-
- net.hasor.cobble.scope - 程序包 net.hasor.cobble.scope
-
- net.hasor.cobble.text - 程序包 net.hasor.cobble.text
-
An API for creating text translation routines from a set of smaller building blocks.
- net.hasor.cobble.text.token - 程序包 net.hasor.cobble.text.token
-
- NetworkUtils - net.hasor.cobble中的类
-
- NetworkUtils() - 类 的构造器net.hasor.cobble.NetworkUtils
-
- newInstance(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
- newInstance(Supplier<T>) - 类 中的方法net.hasor.cobble.provider.SingleProvider
-
- newTimeout(TimerTask, long, TimeUnit) - 类 中的方法net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
- newTimeout(TimerTask, long, TimeUnit) - 接口 中的方法net.hasor.cobble.concurrent.timer.Timer
-
Schedules the specified
TimerTask for one-time execution after
the specified delay.
- next() - 类 中的方法net.hasor.cobble.io.LineIterator
-
Returns the next line in the wrapped Reader.
- nextBigInteger(Number, Number) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random BigInteger within the specified range.
- nextBoolean() - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random boolean value
- nextBytes(int) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Creates an array of random bytes.
- nextDecimal(Number, Number, Integer) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random BigDecimal within the specified range.
- nextDecimal(Integer, Integer) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random BigDecimal within the specified range.
- nextDouble(double, double) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random double within the specified range.
- nextDouble() - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random double within 0 - Double.MAX_VALUE
- nextFloat(float, float) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random float within the specified range.
- nextFloat() - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random float within 0 - Float.MAX_VALUE
- nextInt(int, int) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random integer within the specified range.
- nextInt() - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random int within 0 - Integer.MAX_VALUE
- nextLine() - 类 中的方法net.hasor.cobble.io.LineIterator
-
Returns the next line in the wrapped Reader.
- nextLong(long, long) - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random long within the specified range.
- nextLong() - 类 中的静态方法net.hasor.cobble.RandomUtils
-
Returns a random long within 0 - Long.MAX_VALUE
- NONE - 类 中的静态变量net.hasor.cobble.reflect.resolvable.ResolvableType
-
ResolvableType returned when no value is available.
- normalize(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalize(String, boolean) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalizeNoEndSeparator(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeNoEndSeparator(String, boolean) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeSpace(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- notEqual(Object, Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Compares two objects for inequality, where either one or both
objects may be null.
- NULL - 类 中的静态变量net.hasor.cobble.ObjectUtils
-
Singleton used as a null placeholder where
null has another meaning.
- NULL_ARGUMENTS - 类 中的静态变量net.hasor.cobble.ref.BeanMap
-
An empty array.
- nullSafeHashCode(Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()}.
- nullSafeHashCode(Object[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullToEmpty(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(String[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Integer[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Character[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- nullToEmpty(Boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Defensive programming technique to change a null
reference to an empty one.
- NumberConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementaion that handles conversion
to and from
java.lang.Number objects.
- NumberConverter(boolean) - 类 的构造器net.hasor.cobble.convert.convert.NumberConverter
-
Construct a java.lang.Number Converter
that throws a ConversionException if a error occurs.
- NumberConverter(boolean, Object) - 类 的构造器net.hasor.cobble.convert.convert.NumberConverter
-
Construct a java.lang.Number Converter that returns
a default value if an error occurs.
- NumberUtils - net.hasor.cobble中的类
-
Provides extra functionality for Java Number classes.
- NumberUtils() - 类 的构造器net.hasor.cobble.NumberUtils
-
NumberUtils instances should NOT be constructed in standard programming.
- NumericEntityEscaper - net.hasor.cobble.text中的类
-
Translates codepoints to their XML numeric entity escaped value.
- NumericEntityEscaper() - 类 的构造器net.hasor.cobble.text.NumericEntityEscaper
-
Constructs a NumericEntityEscaper for all characters.
- NumericEntityUnescaper - net.hasor.cobble.text中的类
-
Translate XML numeric entities of the form &#[xX]?
- NumericEntityUnescaper(NumericEntityUnescaper.OPTION...) - 类 的构造器net.hasor.cobble.text.NumericEntityUnescaper
-
Create a UnicodeUnescaper.
- NumericEntityUnescaper.OPTION - net.hasor.cobble.text中的枚举
-
NumericEntityUnescaper option enum.
- RandomFile - net.hasor.cobble.io中的类
-
- RandomFile(File) - 类 的构造器net.hasor.cobble.io.RandomFile
-
Create a new
RandomFile backed by the specified file.
- RandomRatio<T> - net.hasor.cobble.ref中的类
-
控制操作生成比率
- RandomRatio() - 类 的构造器net.hasor.cobble.ref.RandomRatio
-
- RandomRatio.Boundary<V> - net.hasor.cobble.ref中的类
-
拥有上下界的一个范围
- RandomUtils - net.hasor.cobble中的类
-
Utility library that supplements the standard
Random class.
- RandomUtils() - 类 的构造器net.hasor.cobble.RandomUtils
-
RandomUtils instances should NOT be constructed in standard
programming.
- Range<T> - net.hasor.cobble.ref中的类
-
An immutable range of objects from a minimum to maximum point inclusive.
- Range(T, T, Comparator<T>) - 类 的构造器net.hasor.cobble.ref.Range
-
Creates an instance.
- read() - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
如果读取的目标流已经读取到末尾则自动关闭该流,并且对于已经关闭的流调用该方法将始终返回-1。
- read(byte[], int, int) - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- read(byte[]) - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- read() - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Reads up to len bytes of data into an array of bytes
from this input stream.
- read() - 类 中的方法net.hasor.cobble.io.input.ClosedInputStream
-
Returns -1 to indicate that the stream is closed.
- read() - 类 中的方法net.hasor.cobble.io.input.ReaderInputStream
-
- read(byte[], int, int) - 类 中的方法net.hasor.cobble.io.input.ReaderInputStream
-
- read(Reader, char[], int, int) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read characters from an input character stream.
- read(Reader, char[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read characters from an input character stream.
- read(InputStream, byte[], int, int) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read bytes from an input stream.
- read(InputStream, byte[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read bytes from an input stream.
- read() - 类 中的方法net.hasor.cobble.io.RandomFile
-
- read(long, long) - 类 中的方法net.hasor.cobble.io.RandomFile
-
- readDeclaredField(Object, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read the named public field.
- readDeclaredField(Object, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets a Field value by name.
- readDeclaredStaticField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets a static Field value by name.
- readDeclaredStaticField(Class<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Gets a static Field value by name.
- ReaderInputStream - net.hasor.cobble.io.input中的类
-
使用InputStream读取Reader的工具类
- ReaderInputStream(String) - 类 的构造器net.hasor.cobble.io.input.ReaderInputStream
-
带Reader参数构造函数
- ReaderInputStream(Reader) - 类 的构造器net.hasor.cobble.io.input.ReaderInputStream
-
带Reader参数构造函数
- ReaderInputStream(Reader, String) - 类 的构造器net.hasor.cobble.io.input.ReaderInputStream
-
带Reader和字符编码格式参数的构造函数
- readField(Object, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
执行字段读取
- readField(Field, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read an accessible Field.
- readField(Field, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read a Field.
- readField(Object, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read the named public field.
- readField(Object, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read the named field.
- readFileToByteArray(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file into a byte array.
- readFileToString(File, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file into a String using the default encoding for the VM.
- readFully(Reader, char[], int, int) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read the requested number of characters or fail if there are not enough left.
- readFully(Reader, char[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read the requested number of characters or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[]) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readLine() - 类 中的方法net.hasor.cobble.io.reader.ReversedLinesFileReader
-
Returns the lines of the file from bottom to top.
- readLines(File, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(File) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings using the default encoding for the VM.
- readLines(InputStream) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a list of Strings,
one entry per line.
- readProperty(Object, String) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
执行属性读取
- readStaticField(Field) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read an accessible static Field.
- readStaticField(Field, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read a static Field.
- readStaticField(Class<?>, String) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read the named public static field.
- readStaticField(Class<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Read the named static field.
- readToString(InputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
- readToString(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
- ReferenceManager() - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap.ReferenceManager
-
- register(boolean, boolean, int) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Register the provided converters with the specified defaults.
- register(Converter, Class<?>) - 类 中的方法net.hasor.cobble.convert.ConverterBean
-
Register a custom
Converter for the specified destination
Class, replacing any previously registered Converter.
- register(Converter, Class) - 类 中的静态方法net.hasor.cobble.convert.ConverterUtils
-
Register a custom
Converter for the specified destination
Class, replacing any previously registered Converter.
- reinitialise() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Reinitializes this bean.
- release() - 接口 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Reference
-
Release this entry and ensure that it will be returned from
ReferenceManager#pollForPurge().
- remove(Object[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(boolean[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(byte[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(char[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(double[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(float[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(long[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(short[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove() - 类 中的方法net.hasor.cobble.io.LineIterator
-
Unsupported.
- remove(Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- remove(Object, Object) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- remove(Object) - 类 中的方法net.hasor.cobble.ref.LinkedCaseInsensitiveMap
-
- remove(String, K) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
删除命名空间下的key
- remove(int) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- remove(Object) - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- remove(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes all occurrences of a substring from within the source string.
- remove(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes all occurrences of a character from within the source string.
- removeAll(K) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
清空所有空间中为指定key的数据
- removeCommonFrames(List<String>, List<String>) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- removeEldestEntry(Map.Entry) - 类 中的方法net.hasor.cobble.ref.SimpleLRU
-
- removeElement(Object[], Object) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(char[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(int[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeElement(short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Removes the first occurrence of the specified element from the
specified array.
- removeEnd(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case insensitive removal of a substring if it is at the end of a source string,
otherwise returns the source string.
- removeExtension(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Removes the extension from a filename.
- removeListener(String, BusListener) - 接口 中的方法net.hasor.cobble.bus.BusContext
-
删除某个监听器的注册。
- removeListener(String, BusListener) - 类 中的方法net.hasor.cobble.bus.EventBus
-
- removeStart(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes a substring only if it is at the begining of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case insensitive removal of a substring if it is at the begining of a source string,
otherwise returns the source string.
- repeat(char, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Repeat a String repeat times to form a
new String.
- repeat(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Repeat a String repeat times to form a
new String.
- repeat(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Repeat a String repeat times to form a
new String, with a String separator injected each time.
- replace(K, V, V) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- replace(K, V) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- replace(String, String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces a String with another String inside a larger String,
for the first max values of the search String.
- replaceChars(String, char, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces all occurrences of a character in a String with another.
- replaceChars(String, String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces multiple characters in a String in one go.
- replaceEach(String, String[], String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceEachRepeatedly(String, String[], String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceOnce(String, String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Replaces a String with another String inside a larger String, once.
- reset() - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- reset() - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Resets the buffer to the marked position.
- reset() - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
- resetByteCount() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Resets the byteCount to zero.
- ResolvableType - net.hasor.cobble.reflect.resolvable中的类
-
- resolve() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Resolve this type to a
Class, returning
null
if the type cannot be resolved.
- resolve(Class<?>) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Resolve this type to a
Class, returning the specified
fallback if the type cannot be resolved.
- resolveGeneric(int...) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Convenience method that will
get and
resolve a specific generic parameters.
- resolveGenerics() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Convenience method that will
get and
resolve generic parameters.
- resolveGenerics(Class<?>) - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Convenience method that will
get and
resolve generic parameters, using the specified
fallback if any type
cannot be resolved.
- ResourcesUtils - net.hasor.cobble中的类
-
资源加载工具类,所有方法均是程序级优先。
- ResourcesUtils() - 类 的构造器net.hasor.cobble.ResourcesUtils
-
- restructureIfNecessary(boolean) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
Restructure the underlying data structure when it becomes necessary.
- reverse(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Reverses the order of the given array.
- reverse(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- reverseDelimited(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Reverses a String that is delimited by a specific character.
- ReversedLinesFileReader - net.hasor.cobble.io.reader中的类
-
Reads lines in a file reversely (similar to a BufferedReader, but starting at the last line).
- ReversedLinesFileReader(File, Charset) - 类 的构造器net.hasor.cobble.io.reader.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with default block size of 4KB and the
specified encoding.
- ReversedLinesFileReader(File, int, Charset) - 类 的构造器net.hasor.cobble.io.reader.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with the given block size and encoding.
- ReversedLinesFileReader(File, int, String) - 类 的构造器net.hasor.cobble.io.reader.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with the given block size and encoding.
- reversedReadLines(File, int) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Reads the contents of a file from back to front of Strings using the default encoding for the VM.
- right(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the rightmost len characters of a String.
- rightPad(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Right pad a String with spaces (' ').
- rightPad(String, int, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Right pad a String with a specified character.
- rightPad(String, int, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Right pad a String with a specified String.
- round(double, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- round(String, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- round(BigDecimal, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- round(double, int, RoundingMode) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定位数小数
例如保留四位小数:123.456789 => 123.4567
- round(String, int, RoundingMode) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定位数小数
例如保留四位小数:123.456789 => 123.4567
- round(BigDecimal, int, RoundingMode) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定位数小数
例如保留四位小数:123.456789 => 123.4567
- roundDown(Number, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定小数位数,舍去多余位数
- roundDown(BigDecimal, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定小数位数,舍去多余位数
- roundHalfEven(Number, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
四舍六入五成双计算法
四舍六入五成双是一种比较精确比较科学的计数保留法,是一种数字修约规则。
- roundHalfEven(BigDecimal, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
四舍六入五成双计算法
四舍六入五成双是一种比较精确比较科学的计数保留法,是一种数字修约规则。
- roundStr(double, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- roundStr(String, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
- roundStr(double, int, RoundingMode) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定位数小数
例如保留四位小数:123.456789 => 123.4567
- roundStr(String, int, RoundingMode) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
保留固定位数小数
例如保留四位小数:123.456789 => 123.4567
- run(Timeout) - 接口 中的方法net.hasor.cobble.concurrent.timer.TimerTask
-
- scope(Object, Supplier<T>) - 类 中的方法net.hasor.cobble.scope.PrototypeScope
-
- Scope - net.hasor.cobble.scope中的接口
-
- scope(Object, Supplier<T>) - 接口 中的方法net.hasor.cobble.scope.Scope
-
加入作用域
- scope(Object, Supplier<T>) - 类 中的方法net.hasor.cobble.scope.SingletonScope
-
- Segment(int, int) - 类 的构造器net.hasor.cobble.ref.ConcurrentReferenceHashMap.Segment
-
- separatorsToSystem(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - 类 中的静态方法net.hasor.cobble.io.FilenameUtils
-
Converts all separators to the Windows separator of backslash.
- set(Object, Object) - 接口 中的方法net.hasor.cobble.function.Property
-
- set(T) - 类 中的方法net.hasor.cobble.provider.InstanceProvider
-
- set(T) - 类 中的方法net.hasor.cobble.ref.ContextClassLoaderLocal
-
Sets the value - a value is provided per (thread) context classloader.
- set(int, T) - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- setAllowedChars(char[]) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Set the allowed characters to be used for parsing a delimited String.
- setBean(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Sets the bean to be operated on by this map.
- setDefaultValue(Object) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
设置默认值
- setDelimiter(char) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Set the delimiter to be used for parsing a delimited String.
- setLocale(Locale) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Set the Locale for the Converter.
- setLocale(Locale) - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Set the Locale for the Converter.
- setOnlyFirstToString(boolean) - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Indicates whether converting to a String should create
a delimited list or just convert the first value.
- setPattern(String) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Set a date format pattern to use to convert
dates to/from a java.lang.String.
- setPattern(String) - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Set a number format pattern to use to convert
Numbers to/from a java.lang.String.
- setPatterns(String[]) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Set the date format patterns to use to convert
dates to/from a java.lang.String.
- setTimeZone(TimeZone) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Set the Time Zone to use when converting dates.
- setTransformConvert(ConverterBean) - 类 中的方法net.hasor.cobble.ref.BeanMap
-
- setUseLocaleFormat(boolean) - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Indicate whether conversion should use a format/pattern or not.
- setUseLocaleFormat(boolean) - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Set whether a format should be used to convert
the Number.
- setValue(Object) - 类 中的方法net.hasor.cobble.ref.BeanMap.Entry
-
Sets the value.
- setValue(V) - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- SFunction<T> - net.hasor.cobble.reflect中的接口
-
辅助 lambda 写法的工具接口
- shiftLeft(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
左位移
- shiftRight(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
右位移
- shiftRightWithUnsigned(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
无符号右位移
- ShortConverter - net.hasor.cobble.convert.convert中的类
-
NumberConverter implementation that handles conversion to
and from
java.lang.Short objects.
- ShortConverter() - 类 的构造器net.hasor.cobble.convert.convert.ShortConverter
-
Construct a java.lang.Short Converter that throws
a ConversionException if an error occurs.
- ShortConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.ShortConverter
-
Construct a java.lang.Short Converter that returns
a default value if an error occurs.
- SimpleLRU<K,V> - net.hasor.cobble.ref中的类
-
简单的基于 LinkedHashMap 的 LRU 实现
- SimpleLRU(int) - 类 的构造器net.hasor.cobble.ref.SimpleLRU
-
- SingleProvider<T> - net.hasor.cobble.provider中的类
-
- SingleProvider(T) - 类 的构造器net.hasor.cobble.provider.SingleProvider
-
- SingleProvider(Provider<T>) - 类 的构造器net.hasor.cobble.provider.SingleProvider
-
- SingleProvider(Supplier<T>) - 类 的构造器net.hasor.cobble.provider.SingleProvider
-
- SingleProvider(Callable<T>) - 类 的构造器net.hasor.cobble.provider.SingleProvider
-
- SINGLETON - 类 中的静态变量net.hasor.cobble.scope.PrototypeScope
-
- SingletonScope - net.hasor.cobble.scope中的类
-
单例
- SingletonScope() - 类 的构造器net.hasor.cobble.scope.SingletonScope
-
- size(Collection<?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- size(Map<?, ?>) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
- size() - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Return the current size of the byte array.
- size() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Returns the number of properties defined by the bean.
- size() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap
-
- size() - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
- size(String) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
- size() - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- size() - 类 中的方法net.hasor.cobble.ref.WeakHashSet
-
- skip(long) - 类 中的方法net.hasor.cobble.io.input.AutoCloseInputStream
-
- skip(long) - 类 中的方法net.hasor.cobble.io.input.Base64InputStream
-
Skips n bytes of input from this input stream.
- skip(InputStream, long) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Skip bytes from an input byte stream.
- skip(Reader, long) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Skip characters from an input character stream.
- skipFully(InputStream, long) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Skip the requested number of bytes or fail if there are not enough left.
- skipFully(Reader, long) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Skip the requested number of characters or fail if there are not enough left.
- space(String) - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
- SpaceHashMap<K,T> - net.hasor.cobble.ref中的类
-
可以将多个Map合并成一个Map对象进行操作,同时每个子 Map 又保持相对独立性。
- SpaceHashMap() - 类 的构造器net.hasor.cobble.ref.SpaceHashMap
-
- spaceMap - 类 中的变量net.hasor.cobble.ref.SpaceHashMap
-
- spaceSet() - 类 中的方法net.hasor.cobble.ref.SpaceHashMap
-
命名空间集合
- split(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, using whitespace as the
separator.
- split(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator specified.
- split(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array with a maximum length,
separators specified.
- splitByCharacterType(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByCharacterTypeCamelCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByWholeSeparator(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitKeep(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, using whitespace as the separator. but keep separator.
- splitKeep(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, using whitespace as the separator. but keep separator.
- splitList(List<T>, int) - 类 中的静态方法net.hasor.cobble.CollectionUtils
-
切分list
- splitPreserveAllTokens(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, using whitespace as the
separator, preserving all tokens, including empty tokens created by
adjacent separators.
- splitPreserveAllTokens(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separator specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array, separators specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Splits the provided text into an array with a maximum length,
separators specified, preserving all tokens, including empty tokens
created by adjacent separators.
- SqlDateConverter - net.hasor.cobble.convert.convert中的类
-
DateTimeConverter implementation that handles conversion to
and from
java.sql.Date objects.
- SqlDateConverter() - 类 的构造器net.hasor.cobble.convert.convert.SqlDateConverter
-
Construct a java.sql.Date Converter that throws a ConversionException if an error occurs.
- SqlDateConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.SqlDateConverter
-
Construct a java.sql.Date Converter that returns a default value if an error occurs.
- SqlTimeConverter - net.hasor.cobble.convert.convert中的类
-
DateTimeConverter implementation that handles conversion to
and from
java.sql.Time objects.
- SqlTimeConverter() - 类 的构造器net.hasor.cobble.convert.convert.SqlTimeConverter
-
Construct a java.sql.Time Converter that throws a ConversionException if an error occurs.
- SqlTimeConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.SqlTimeConverter
-
Construct a java.sql.Time Converter that returns a default value if an error occurs.
- SqlTimestampConverter - net.hasor.cobble.convert.convert中的类
-
DateTimeConverter implementation that handles conversion to
and from
java.sql.Timestamp objects.
- SqlTimestampConverter() - 类 的构造器net.hasor.cobble.convert.convert.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that throws a ConversionException if an error occurs.
- SqlTimestampConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that returns a default value if an error occurs.
- start() - 类 中的方法net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
Starts the background thread explicitly.
- startsWith(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Check if a String starts with a specified prefix.
- startsWithAny(String, String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Check if a String starts with any of an array of specified strings.
- startsWithIgnoreCase(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Case insensitive check if a String starts with a specified prefix.
- stop() - 类 中的方法net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
- stop() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timer
-
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet.
- StringBuilderWriter - net.hasor.cobble.io.output中的类
-
- StringBuilderWriter() - 类 的构造器net.hasor.cobble.io.output.StringBuilderWriter
-
- StringBuilderWriter(int) - 类 的构造器net.hasor.cobble.io.output.StringBuilderWriter
-
Construct a new
StringBuilder instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - 类 的构造器net.hasor.cobble.io.output.StringBuilderWriter
-
- StringConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementation that converts an incoming
object into a
java.lang.String object.
- StringConverter() - 类 的构造器net.hasor.cobble.convert.convert.StringConverter
-
Construct a java.lang.String Converter that throws a ConversionException if an error occurs.
- StringConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.StringConverter
-
Construct a java.lang.String Converter that returns a default value if an error occurs.
- StringEscapeUtils - net.hasor.cobble.text中的类
-
Escapes and unescapes Strings for Java, Java Script, HTML and XML.
- StringEscapeUtils() - 类 的构造器net.hasor.cobble.text.StringEscapeUtils
-
StringEscapeUtils instances should NOT be constructed in
standard programming.
- StringEscapeUtils.Builder - net.hasor.cobble.text中的类
-
- stringToInt(String) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to an int, returning
zero if the conversion fails.
- stringToInt(String, int) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
Convert a String to an int, returning a
default value if the conversion fails.
- StringUtils - net.hasor.cobble中的类
-
Operations on
String that are
null safe.
- StringUtils() - 类 的构造器net.hasor.cobble.StringUtils
-
StringUtils instances should NOT be constructed in
standard programming.
- strip(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips whitespace from the start and end of a String.
- strip(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips any of a set of characters from the start and end of a String.
- stripAll(String[]) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips whitespace from the start and end of every String in an array.
- stripAll(String[], String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips any of a set of characters from the start and end of every
String in an array.
- stripEnd(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips any of a set of characters from the end of a String.
- stripStart(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips any of a set of characters from the start of a String.
- stripToEmpty(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips whitespace from the start and end of a String returning
an empty String if null input.
- stripToNull(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Strips whitespace from the start and end of a String returning
null if the String is empty ("") after the strip.
- subarray(Object[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new array containing the elements between
the start and end indices.
- subarray(long[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new long array containing the elements
between the start and end indices.
- subarray(int[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new int array containing the elements
between the start and end indices.
- subarray(short[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new short array containing the elements
between the start and end indices.
- subarray(char[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new char array containing the elements
between the start and end indices.
- subarray(byte[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new byte array containing the elements
between the start and end indices.
- subarray(double[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new double array containing the elements
between the start and end indices.
- subarray(float[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new float array containing the elements
between the start and end indices.
- subarray(boolean[], int, int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Produces a new boolean array containing the elements
between the start and end indices.
- substring(String, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the String that is nested in between two instances of the
same String.
- substringBetween(String, String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Searches a String for substrings delimited by a start and end tag,
returning all matching substrings in an array.
- subtract(Number, Number) - 类 中的静态方法net.hasor.cobble.NumberUtils
-
减
- swapCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Swaps the case of a String changing upper and title case to
lower case, and lower case to upper case.
- SystemUtils - net.hasor.cobble中的类
-
- SystemUtils() - 类 的构造器net.hasor.cobble.SystemUtils
-
NumberUtils instances should NOT be constructed in standard programming.
- task() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timeout
-
Returns the
TimerTask which is associated with this handle.
- threadFactory(ClassLoader, String, boolean) - 类 中的静态方法net.hasor.cobble.concurrent.ThreadUtils
-
- ThreadSingleProvider<T> - net.hasor.cobble.provider中的类
-
- ThreadSingleProvider(T) - 类 的构造器net.hasor.cobble.provider.ThreadSingleProvider
-
- ThreadSingleProvider(Provider<T>) - 类 的构造器net.hasor.cobble.provider.ThreadSingleProvider
-
- ThreadSingleProvider(Supplier<T>) - 类 的构造器net.hasor.cobble.provider.ThreadSingleProvider
-
- ThreadSingleProvider(Callable<T>) - 类 的构造器net.hasor.cobble.provider.ThreadSingleProvider
-
- ThreadUtils - net.hasor.cobble.concurrent中的类
-
- ThreadUtils() - 类 的构造器net.hasor.cobble.concurrent.ThreadUtils
-
- ThresholdingOutputStream - net.hasor.cobble.io.output中的类
-
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
- ThresholdingOutputStream(int) - 类 的构造器net.hasor.cobble.io.output.ThresholdingOutputStream
-
Constructs an instance of this class which will trigger an event at the
specified threshold.
- thresholdReached() - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Switches the underlying output stream from a memory based stream to one
that is backed by disk.
- thresholdReached() - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Indicates that the configured threshold has been reached, and that a
subclass should take whatever action necessary on this event.
- Timeout - net.hasor.cobble.concurrent.timer中的接口
-
- timer() - 接口 中的方法net.hasor.cobble.concurrent.timer.Timeout
-
Returns the
Timer that created this handle.
- Timer - net.hasor.cobble.concurrent.timer中的接口
-
Schedules
TimerTasks for one-time future execution in a background thread.
- TimerTask - net.hasor.cobble.concurrent.timer中的接口
-
- toBoolean(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a boolean handling null
by returning false.
- toBoolean(int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an int to a boolean using the convention that zero
is false.
- toBoolean(int, int, int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an int to a boolean specifying the conversion values.
- toBoolean(Integer, Integer, Integer) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an Integer to a boolean specifying the conversion values.
- toBoolean(String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a String to a boolean (optimised for performance).
- toBoolean(String, String, String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a String to a Boolean throwing an exception if no match found.
- toBooleanDefaultIfNull(Boolean, boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a boolean handling null.
- toBooleanObject(boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Boolean factory that avoids creating new Boolean objecs all the time.
- toBooleanObject(int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an int to a Boolean using the convention that zero
is false.
- toBooleanObject(Integer) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an Integer to a Boolean using the convention that zero
is false.
- toBooleanObject(int, int, int, int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an int to a Boolean specifying the conversion values.
- toBooleanObject(Integer, Integer, Integer, Integer) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts an Integer to a Boolean specifying the conversion values.
- toBooleanObject(String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a String to a Boolean.
- toBooleanObject(String, String, String, String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a String to a Boolean throwing an exception if no match.
- toBufferedInputStream(InputStream) - 类 中的静态方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedReader(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Returns the given reader if it is a
BufferedReader, otherwise creates a toBufferedReader for the given
reader.
- toByteArray(int, int) - 类 中的静态方法net.hasor.cobble.ByteUtils
-
- toByteArray(InputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a byte[].
- toByteArray(InputStream, long) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get contents of an InputStream as a byte[].
- toByteArray(InputStream, int) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a byte[]
using the default character encoding of the platform.
- toByteArray(Reader, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(Reader, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(URI) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a URI as a byte[].
- toByteArray(URL) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a URL as a byte[].
- toByteArray(URLConnection) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a URLConnection as a byte[].
- toByteArray() - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a byte array.
- toChar(Character) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the Character to a char throwing an exception for null.
- toChar(Character, char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the Character to a char handling null.
- toChar(String) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the String to a char using the first character, throwing
an exception on empty Strings.
- toChar(String, char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the String to a char using the first character, defaulting
the value on empty Strings.
- toCharacterObject(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to a Character.
- toCharacterObject(String) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the String to a Character using the first character, returning
null for empty Strings.
- toCharArray(InputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a character array
using the default character encoding of the platform.
- toCharArray(InputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(InputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a character array.
- toCharset(Charset) - 类 中的静态方法net.hasor.cobble.io.Charsets
-
Returns the given Charset or the default Charset if the given Charset is null.
- toCharset(String) - 类 中的静态方法net.hasor.cobble.io.Charsets
-
Returns a Charset for the named charset.
- toClass(Object[]) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Converts an array of Object in to an array of Class objects.
- toClass() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return this type as a resolved
Class, falling back to
Object if no specific class can be resolved.
- toDate(String) - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- toInputStream(CharSequence) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified CharSequence to an input stream, encoded as bytes
using the default character encoding of the platform.
- toInputStream(CharSequence, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(CharSequence, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified string to an input stream, encoded as bytes
using the default character encoding of the platform.
- toInputStream(String, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Convert the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInteger(boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to an int using the convention that
zero is false.
- toInteger(boolean, int, int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to an int specifying the conversion values.
- toInteger(Boolean, int, int, int) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to an int specifying the conversion values.
- toIntegerObject(boolean, Integer, Integer) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to an Integer specifying the conversion values.
- toIntegerObject(Boolean, Integer, Integer, Integer) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to an Integer specifying the conversion values.
- toIntValue(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to the Integer it represents, throwing an
exception if the character is not numeric.
- toIntValue(char, int) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to the Integer it represents, throwing an
exception if the character is not numeric.
- toIntValue(Character) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to the Integer it represents, throwing an
exception if the character is not numeric.
- toIntValue(Character, int) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to the Integer it represents, throwing an
exception if the character is not numeric.
- TokenHandler - net.hasor.cobble.text.token中的接口
-
原版在 mybatis 中同名类,本类接口增加了2个参数。
- toLoader(Supplier<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toLoader(Callable<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toLocalDateTime(String) - 枚举 中的方法net.hasor.cobble.DateFormatType
-
- toMap(Object[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts the given array into a
Map.
- toObject(char[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive chars to objects.
- toObject(long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive longs to objects.
- toObject(int[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive ints to objects.
- toObject(short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive shorts to objects.
- toObject(byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive bytes to objects.
- toObject(double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive doubles to objects.
- toObject(float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive floats to objects.
- toObject(boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of primitive booleans to objects.
- toPrimitive(Character[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Characters to primitives.
- toPrimitive(Character[], char) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Character to primitives handling null.
- toPrimitive(Long[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Longs to primitives.
- toPrimitive(Long[], long) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Long to primitives handling null.
- toPrimitive(Integer[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Integers to primitives.
- toPrimitive(Integer[], int) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Integer to primitives handling null.
- toPrimitive(Short[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Shorts to primitives.
- toPrimitive(Short[], short) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Short to primitives handling null.
- toPrimitive(Byte[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Bytes to primitives.
- toPrimitive(Byte[], byte) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Bytes to primitives handling null.
- toPrimitive(Double[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Doubles to primitives.
- toPrimitive(Double[], double) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Doubles to primitives handling null.
- toPrimitive(Float[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Floats to primitives.
- toPrimitive(Float[], float) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Floats to primitives handling null.
- toPrimitive(Boolean[]) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Booleans to primitives.
- toPrimitive(Boolean[], boolean) - 类 中的静态方法net.hasor.cobble.ArrayUtils
-
Converts an array of object Booleans to primitives handling null.
- toProperty(SFunction<?>) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
- toRuntime(Throwable) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- toRuntime(Throwable, Function<Throwable, RuntimeException>) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- toRuntime(Throwable, Class<?>[]) - 类 中的静态方法net.hasor.cobble.ExceptionUtils
-
- toSingle(Supplier<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toSingle(Callable<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toString(Boolean, String, String, String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a String returning one of the input Strings.
- toString(boolean, String, String) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to a String returning one of the input Strings.
- toString(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to a String that contains the one character.
- toString(Character) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the character to a String that contains the one character.
- toString() - 类 中的方法net.hasor.cobble.concurrent.QoSBucket
-
- toString() - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
Provide a String representation of this converter.
- toString(Class<?>) - 类 中的方法net.hasor.cobble.convert.convert.AbstractConverter
-
Provide a String representation of a java.lang.Class.
- toString() - 类 中的方法net.hasor.cobble.convert.convert.ArrayConverter
-
Provide a String representation of this array converter.
- toString() - 类 中的方法net.hasor.cobble.convert.convert.ConverterFacade
-
Provide a String representation of this facade implementation
sand the underlying
Converter it delegates to.
- toString() - 类 中的方法net.hasor.cobble.convert.convert.DateTimeConverter
-
Provide a String representation of this date/time converter.
- toString() - 类 中的方法net.hasor.cobble.convert.convert.NumberConverter
-
Provide a String representation of this number converter.
- toString(InputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a String
using the default character encoding of the platform.
- toString(InputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a String
using the specified character encoding.
- toString(InputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of an InputStream as a String
using the specified character encoding.
- toString(Reader) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a Reader as a String.
- toString(URI) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URI.
- toString(URI, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URI.
- toString(URI, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URI.
- toString(URL) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URL.
- toString(URL, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URL.
- toString(URL, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Gets the contents at the given URL.
- toString(byte[], String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Get the contents of a byte[] as a String
using the specified character encoding.
- toString() - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string.
- toString(String) - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string
using the specified encoding.
- toString() - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
- toString(Object) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Gets the toString of an Object returning
an empty string ("") if null input.
- toString(Object, String) - 类 中的静态方法net.hasor.cobble.ObjectUtils
-
Gets the toString of an Object returning
a specified text if null input.
- toString() - 类 中的方法net.hasor.cobble.provider.LoaderSingleProvider
-
- toString() - 类 中的方法net.hasor.cobble.provider.SingleProvider
-
- toString() - 类 中的方法net.hasor.cobble.provider.ThreadSingleProvider
-
- toString() - 类 中的方法net.hasor.cobble.ref.BeanMap
-
Renders a string representation of this object.
- toString() - 类 中的方法net.hasor.cobble.ref.ConcurrentReferenceHashMap.Entry
-
- toString() - 类 中的方法net.hasor.cobble.ref.Range
-
Gets the range as a String.
- toString(String) - 类 中的方法net.hasor.cobble.ref.Range
-
Formats the receiver using the given format.
- toString() - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- toString() - 类 中的方法net.hasor.cobble.reflect.resolvable.ResolvableType
-
Return a String representation of this type in its fully resolved form
(including any generic parameters).
- toString() - 类 中的方法net.hasor.cobble.reflect.TypeReference
-
- toString(Object) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Object to String ,when null object then null else return toString();
- toString() - 类 中的方法net.hasor.cobble.text.StringEscapeUtils.Builder
-
Return the escaped string.
- toStringOnOff(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a String returning 'on',
'off', or null.
- toStringOnOff(boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to a String returning 'on'
or 'off'.
- toStringTrueFalse(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a String returning 'true',
'false', or null.
- toStringTrueFalse(boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to a String returning 'true'
or 'false'.
- toStringYesNo(Boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a Boolean to a String returning 'yes',
'no', or null.
- toStringYesNo(boolean) - 类 中的静态方法net.hasor.cobble.BooleanUtils
-
Converts a boolean to a String returning 'yes'
or 'no'.
- toThread(Supplier<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toThread(Callable<T>) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- toUtf16Escape(int) - 类 中的方法net.hasor.cobble.text.JavaUnicodeEscaper
-
Converts the given codepoint to a hex string of the form "\\uXXXX\\uXXXX".
- toUtf16Escape(int) - 类 中的方法net.hasor.cobble.text.UnicodeEscaper
-
Converts the given codepoint to a hex string of the form "\\uXXXX".
- transform(Object) - 接口 中的方法net.hasor.cobble.ref.BeanMap.Transformer
-
Transforms the input object (leaving it unchanged) into some output object.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.AggregateTranslator
-
The first translator to consume codepoints from the input is the 'winner'.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.CharSequenceTranslator
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(CharSequence) - 类 中的方法net.hasor.cobble.text.CharSequenceTranslator
-
Helper for non-Writer usage.
- translate(CharSequence, Writer) - 类 中的方法net.hasor.cobble.text.CharSequenceTranslator
-
Translate an input onto a Writer.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.CodePointTranslator
-
Implementation of translate that maps onto the abstract translate(int, Writer) method.
- translate(int, Writer) - 类 中的方法net.hasor.cobble.text.CodePointTranslator
-
Translate the specified codepoint into another.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.LookupTranslator
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(int, Writer) - 类 中的方法net.hasor.cobble.text.NumericEntityEscaper
-
Translate the specified codepoint into another.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.NumericEntityUnescaper
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.OctalUnescaper
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(int, Writer) - 类 中的方法net.hasor.cobble.text.UnicodeEscaper
-
Translate the specified codepoint into another.
- translate(CharSequence, int, Writer) - 类 中的方法net.hasor.cobble.text.UnicodeUnescaper
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(int, Writer) - 类 中的方法net.hasor.cobble.text.UnicodeUnpairedSurrogateRemover
-
Implementation of translate that throws out unpaired surrogates.
- trim(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes control characters (char <= 32) from both
ends of this String, handling null by returning
null.
- trim(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
StringUtils.trimEnd(null,' ') = null
StringUtils.trimEnd("",' ') = ""
StringUtils.trimEnd(" ",' ') = ""
StringUtils.trimEnd("abc",' ') = "abc"
StringUtils.trimEnd(" abc ",' ') = "abc"
StringUtils.trimEnd("1111abc1111",'1') = "abc"
- trimEnd(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
StringUtils.trimEnd(null,' ') = null
StringUtils.trimEnd("",' ') = ""
StringUtils.trimEnd(" ",' ') = ""
StringUtils.trimEnd("abc",' ') = "abc"
StringUtils.trimEnd(" abc ",' ') = " abc"
StringUtils.trimEnd("1111abc1111",'1') = "1111abc"
- trimStart(String, char) - 类 中的静态方法net.hasor.cobble.StringUtils
-
StringUtils.trimStart(null,' ') = null
StringUtils.trimStart("",' ') = ""
StringUtils.trimStart(" ",' ') = ""
StringUtils.trimStart("abc",' ') = "abc"
StringUtils.trimStart(" abc ",' ') = "abc "
StringUtils.trimStart("1111abc1111",'1') = "abc1111"
- trimToEmpty(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes control characters (char <= 32) from both
ends of this String returning an empty String ("") if the String
is empty ("") after the trim or if it is null.
- trimToNull(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
Removes control characters (char <= 32) from both
ends of this String returning null if the String is
empty ("") after the trim or if it is null.
- trimToSize() - 类 中的方法net.hasor.cobble.ref.WeakArrayList
-
- TypeReference<T> - net.hasor.cobble.reflect中的类
-
- TypeReference() - 类 的构造器net.hasor.cobble.reflect.TypeReference
-
- uncapitalize(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- UNESCAPE_CSV - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped Comma Separated Value entries.
- UNESCAPE_ECMASCRIPT - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped EcmaScript.
- UNESCAPE_HTML3 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped HTML 3.0.
- UNESCAPE_HTML4 - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped HTML 4.0.
- UNESCAPE_JAVA - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped Java.
- UNESCAPE_JSON - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped Json.
- UNESCAPE_XML - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped XML.
- UNESCAPE_XSI - 类 中的静态变量net.hasor.cobble.text.StringEscapeUtils
-
Translator object for unescaping escaped XSI Value entries.
- unescapeCsv(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Returns a String value for an unescaped CSV column.
- unescapeEcmaScript(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes any EcmaScript literals found in the String.
- unescapeHtml3(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes a string containing entity escapes to a string
containing the actual Unicode characters corresponding to the
escapes.
- unescapeHtml4(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes a string containing entity escapes to a string
containing the actual Unicode characters corresponding to the
escapes.
- unescapeJava(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes any Java literals found in the String.
- unescapeJson(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes any Json literals found in the String.
- unescapeXml(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes a string containing XML entity escapes to a string
containing the actual Unicode characters corresponding to the
escapes.
- unescapeXSI(String) - 类 中的静态方法net.hasor.cobble.text.StringEscapeUtils
-
Unescapes the characters in a String using XSI rules.
- unicodeEscaped(char) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the string to the unicode format ' '.
- unicodeEscaped(Character) - 类 中的静态方法net.hasor.cobble.CharUtils
-
Converts the string to the unicode format ' '.
- UnicodeEscaper - net.hasor.cobble.text中的类
-
Translates codepoints to their Unicode escaped value.
- UnicodeEscaper() - 类 的构造器net.hasor.cobble.text.UnicodeEscaper
-
Constructs a UnicodeEscaper for all characters.
- UnicodeEscaper(int, int, boolean) - 类 的构造器net.hasor.cobble.text.UnicodeEscaper
-
Constructs a UnicodeEscaper for the specified range.
- UnicodeUnescaper - net.hasor.cobble.text中的类
-
Translates escaped Unicode values of the form \\u+\d\d\d\d back to
Unicode.
- UnicodeUnescaper() - 类 的构造器net.hasor.cobble.text.UnicodeUnescaper
-
- UnicodeUnpairedSurrogateRemover - net.hasor.cobble.text中的类
-
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
- UnicodeUnpairedSurrogateRemover() - 类 的构造器net.hasor.cobble.text.UnicodeUnpairedSurrogateRemover
-
- unset() - 类 中的方法net.hasor.cobble.ref.ContextClassLoaderLocal
-
Unsets the value associated with the current thread's context classloader
- unset(ClassLoader) - 类 中的方法net.hasor.cobble.ref.ContextClassLoaderLocal
-
Unsets the value associated with the given classloader
- upperCase(String) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- upperCase(String, Locale) - 类 中的静态方法net.hasor.cobble.StringUtils
-
- URIConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementaion that handles conversion
to and from
java.net.URL objects.
- URIConverter() - 类 的构造器net.hasor.cobble.convert.convert.URIConverter
-
Construct a java.net.URI Converter that throws
a ConversionException if an error occurs.
- URIConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.URIConverter
-
Construct a java.net.URL Converter that returns
a default value if an error occurs.
- URLConverter - net.hasor.cobble.convert.convert中的类
-
Converter implementaion that handles conversion
to and from
java.net.URL objects.
- URLConverter() - 类 的构造器net.hasor.cobble.convert.convert.URLConverter
-
Construct a java.net.URL Converter that throws a ConversionException if an error occurs.
- URLConverter(Object) - 类 的构造器net.hasor.cobble.convert.convert.URLConverter
-
Construct a java.net.URL Converter that returns a default value if an error occurs.
- US_ASCII - 类 中的静态变量net.hasor.cobble.io.Charsets
-
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
- UTF_16 - 类 中的静态变量net.hasor.cobble.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 - 类 中的静态变量net.hasor.cobble.io.Charsets
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16LE - 类 中的静态变量net.hasor.cobble.io.Charsets
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_8 - 类 中的静态变量net.hasor.cobble.io.Charsets
-
Eight-bit Unicode Transformation Format.
- WeakArrayList<T> - net.hasor.cobble.ref中的类
-
弱引用列表,WeakArrayList是修改自 org.arakhne.util.ref 下的 WeakArrayList
- WeakArrayList(int) - 类 的构造器net.hasor.cobble.ref.WeakArrayList
-
- WeakArrayList() - 类 的构造器net.hasor.cobble.ref.WeakArrayList
-
- WeakArrayList(Collection<? extends T>) - 类 的构造器net.hasor.cobble.ref.WeakArrayList
-
- WeakHashSet<E> - net.hasor.cobble.ref中的类
-
- WeakHashSet() - 类 的构造器net.hasor.cobble.ref.WeakHashSet
-
- WeakHashSet(Collection<? extends E>) - 类 的构造器net.hasor.cobble.ref.WeakHashSet
-
- WeakHashSet(int, float) - 类 的构造器net.hasor.cobble.ref.WeakHashSet
-
- WeakHashSet(int) - 类 的构造器net.hasor.cobble.ref.WeakHashSet
-
- wildToRegex(String) - 类 中的静态方法net.hasor.cobble.MatchUtils
-
将通配符转换成正则表达式。
- wildToRegex(String, String, MatchUtils.MatchTypeEnum) - 类 中的静态方法net.hasor.cobble.MatchUtils
-
将通配符转换成正则表达式。
- with(CharSequenceTranslator...) - 类 中的方法net.hasor.cobble.text.CharSequenceTranslator
-
Helper method to create a merger of this translator with another set of
translators.
- WORKER_STATE_INIT - 类 中的静态变量net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
- WORKER_STATE_SHUTDOWN - 类 中的静态变量net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
- WORKER_STATE_STARTED - 类 中的静态变量net.hasor.cobble.concurrent.timer.HashedWheelTimer
-
- wrap(T) - 接口 中的静态方法net.hasor.cobble.provider.Provider
-
- wrappersToPrimitives(Class<?>[]) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Converts the specified array of wrapper Class objects to an array of
its corresponding primitive Class objects.
- wrapperToPrimitive(Class<?>) - 类 中的静态方法net.hasor.cobble.ClassUtils
-
Converts the specified wrapper class to its corresponding primitive
class.
- write(File, CharSequence) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist using the default encoding for the VM.
- write(File, CharSequence, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist using the default encoding for the VM.
- write(File, CharSequence, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, String, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(byte[], OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the default character encoding of the platform.
- write(byte[], Writer, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(byte[], Writer, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(char[], Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a char[] to a Writer
using the default character encoding of the platform.
- write(char[], OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream.
- write(char[], OutputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(char[], OutputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a CharSequence to a Writer.
- write(CharSequence, OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a CharSequence to bytes on an
OutputStream using the default character encoding of the
platform.
- write(CharSequence, OutputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, OutputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(String, Writer) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the default character encoding of the
platform.
- write(String, OutputStream, Charset) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(String, OutputStream, String) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(int) - 类 中的方法net.hasor.cobble.io.output.Base64OutputStream
-
Writes the specified byte to this byte array output stream.
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.Base64OutputStream
-
Writes len bytes from the specified byte array
starting at offset off to this byte array output stream.
- write(byte[]) - 类 中的方法net.hasor.cobble.io.output.Base64OutputStream
-
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Write the bytes to byte array.
- write(int) - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Write a byte to byte array.
- write(InputStream) - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this
byte stream.
- write(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- write(byte[]) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- write(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- write(byte[]) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- write(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleOutputStream
-
- write(char[], int, int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleWriter
-
- write(String) - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
- write(char[], int, int) - 类 中的方法net.hasor.cobble.io.output.StringBuilderWriter
-
- write(int) - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Writes b.length bytes from the specified byte array to this
output stream.
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.ThresholdingOutputStream
-
Writes len bytes from the specified byte array starting at
offset off to this output stream.
- write(byte[]) - 类 中的方法net.hasor.cobble.io.output.WriterOutputStream
-
- write(byte[], int, int) - 类 中的方法net.hasor.cobble.io.output.WriterOutputStream
-
- write(int) - 类 中的方法net.hasor.cobble.io.output.WriterOutputStream
-
- writeBoolean(boolean) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeBoolean(boolean) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeByte(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeByte(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeByteArrayToFile(File, byte[]) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeByteArrayToFile(File, byte[], boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeBytes(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeBytes(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeChar(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeChar(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeChars(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeChars(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeDeclaredField(Object, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a public field.
- writeDeclaredField(Object, String, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a public field.
- writeDeclaredStaticField(Class<?>, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a named public static Field.
- writeDeclaredStaticField(Class<?>, String, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a named static Field.
- writeDouble(double) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeDouble(double) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeField(Object, String, Object) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
执行字段注入,除了注入int,short,long,等基本类型之外该方法还支持注入枚举类型。
- writeField(Field, Object, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write an accessible field.
- writeField(Field, Object, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a field.
- writeField(Object, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a public field.
- writeField(Object, String, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a field.
- writeFloat(float) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeFloat(float) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeInt(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeInt(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeLines(File, String, Collection<?>) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line, optionally appending.
- writeLines(File, Collection<?>) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, String, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(Collection<?>, String, OutputStream) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.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) - 类 中的静态方法net.hasor.cobble.io.IOUtils
-
Writes the toString() value of each item in a collection to
a Writer line by line, using the specified line ending.
- writeLong(long) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeLong(long) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeObject(Object) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeProperty(Object, String, Object) - 类 中的静态方法net.hasor.cobble.BeanUtils
-
执行属性注入,除了注入int,short,long,等基本类型之外该方法还支持注入枚举类型。
- WriterOutputStream - net.hasor.cobble.io.output中的类
-
使用OutputStream输出Writer的工具类
- WriterOutputStream(Writer, String) - 类 的构造器net.hasor.cobble.io.output.WriterOutputStream
-
带Writer和字符编码格式参数的构造函数
- WriterOutputStream(Writer) - 类 的构造器net.hasor.cobble.io.output.WriterOutputStream
-
带Writer参数构造函数
- writeShort(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeShort(int) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-
- writeStaticField(Field, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a public static Field.
- writeStaticField(Field, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a static Field.
- writeStaticField(Class<?>, String, Object) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a named public static Field.
- writeStaticField(Class<?>, String, Object, boolean) - 类 中的静态方法net.hasor.cobble.reflect.FieldUtils
-
Write a named static Field.
- writeStringToFile(File, String, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, String, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a String to a file creating the file if it does not exist using the default encoding for the VM.
- writeStringToFile(File, String, boolean) - 类 中的静态方法net.hasor.cobble.io.FileUtils
-
Writes a String to a file creating the file if it does not exist using the default encoding for the VM.
- writeTo(OutputStream) - 类 中的方法net.hasor.cobble.io.output.ByteArrayOutputStream
-
Writes the entire contents of this byte stream to the
specified output stream.
- writeTo(OutputStream) - 类 中的方法net.hasor.cobble.io.output.DeferredFileOutputStream
-
Writes the data from this output stream to the specified output stream,
after it has been closed.
- writeUTF(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleDataOutput
-
- writeUTF(String) - 类 中的方法net.hasor.cobble.io.output.hole.BlackHoleObjectOutput
-