Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

above(int) - Static method in class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Constructs a JavaUnicodeEscaper above the specified value (exclusive).
above(int) - Static method in class org.aoju.bus.core.text.escape.NumericEscaper
Constructs a NumericEscaper above the specified value (exclusive).
above(int) - Static method in class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper above the specified value (exclusive).
AbstractConverter<T> - Class in org.aoju.bus.core.convert
抽象转换器,提供通用的转换逻辑,同时通过convertInternal实现对应类型的专属逻辑 转换器不会抛出转换异常,转换失败时会返回null
AbstractConverter() - Constructor for class org.aoju.bus.core.convert.AbstractConverter
 
AbstractDateBasic - Class in org.aoju.bus.core.date.format
 
AbstractDateBasic(String, TimeZone, Locale) - Constructor for class org.aoju.bus.core.date.format.AbstractDateBasic
构造,内部使用
accept(Class<?>) - Method in class org.aoju.bus.core.builder.RecursiveToStringStyle
Returns whether or not to recursively format the given Class.
accept(Field) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Returns whether or not to append the given Field.
accept(T) - Method in interface org.aoju.bus.core.lang.Filter
是否接受对象
accept(T, int) - Method in interface org.aoju.bus.core.utils.CollUtils.Consumer
接受并处理一个参数
accept(K, V, int) - Method in interface org.aoju.bus.core.utils.CollUtils.KVConsumer
接受并处理一对参数
add(File...) - Method in class org.aoju.bus.core.io.resource.MultiFileResource
增加文件资源
add(Collection<File>) - Method in class org.aoju.bus.core.io.resource.MultiFileResource
增加文件资源
add(Resource) - Method in class org.aoju.bus.core.io.resource.MultiFileResource
 
add(Resource) - Method in class org.aoju.bus.core.io.resource.MultiResource
增加资源
add(byte) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
增加值
add(double) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
增加值
add(float) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
增加值
add(int) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
增加值
add(long) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
增加值
add(short) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
增加值
add(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
增加值
add(T, double) - Method in class org.aoju.bus.core.lang.WeightRandom
增加对象
add(WeightRandom.WeightObj<T>) - Method in class org.aoju.bus.core.lang.WeightRandom
增加对象权重
add(String) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
add(int, String) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
add(T[], T) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(T[], int, T) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(boolean[], int, boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(char[], int, char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(byte[], int, byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(short[], int, short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(long[], int, long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(float[], int, float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(double[], int, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts the specified element at the specified position in the array.
add(float, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算
add(float, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算
add(double, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算
add(double, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算
add(Number, Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算 如果传入多个值为null或者空,则返回0
add(Number...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算 如果传入多个值为null或者空,则返回0
add(String...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算 如果传入多个值为null或者空,则返回0
add(BigDecimal...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的加法运算 如果传入多个值为null或者空,则返回0
addAll(Collection<? extends String>) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
addAll(int, Collection<? extends String>) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
addAll(T[], T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(T[]...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将多个数组合并在一起 忽略null的数组
addAll(Collection<T>, Object) - Static method in class org.aoju.bus.core.utils.CollUtils
将指定对象全部加入到集合中 提供的对象如果为集合类型,会自动转换为目标元素类型
addAll(Collection<T>, Object, Type) - Static method in class org.aoju.bus.core.utils.CollUtils
将指定对象全部加入到集合中 提供的对象如果为集合类型,会自动转换为目标元素类型
addAll(Collection<T>, Iterator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
加入全部
addAll(Collection<T>, Iterable<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
加入全部
addAll(Collection<T>, Enumeration<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
加入全部
addAll(Collection<T>, T[]) - Static method in class org.aoju.bus.core.utils.CollUtils
加入全部
addAllIfNotContains(List<T>, List<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
将另一个列表中的元素加入到列表中,如果列表中已经存在此元素则忽略之
addChain(Watcher) - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
addChain(E) - Method in interface org.aoju.bus.core.lang.Chain
加入责任链
addDays(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N天
addHours(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N小时
additiveHash(String, int) - Static method in class org.aoju.bus.core.utils.HashUtils
加法hash
addJar(File) - Method in class org.aoju.bus.core.loader.JarClassLoader
加载Jar文件,或者加载目录
addMilliseconds(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N毫秒
addMinutes(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N分钟
addMonths(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N月
addPrefixIfNot(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
如果给定字符串不是以prefix开头的,在开头补充 prefix
addSeconds(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N秒
addSuffixIfNot(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
如果给定字符串不是以suffix结尾的,在尾部补充 suffix
addURL(URL) - Method in class org.aoju.bus.core.loader.JarClassLoader
 
addURL(File) - Method in class org.aoju.bus.core.loader.JarClassLoader
增加class所在目录或文件 如果为目录,此目录用于搜索class文件,如果为文件,需为jar文件
addWeeks(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N周
addWorker(SyncFinisher.Worker) - Method in class org.aoju.bus.core.thread.SyncFinisher
增加工作线程
addYears(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,加上/减去(负数)N年
addZero(Number, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
给数字对象按照指定长度在左侧补0.
AES - Static variable in class org.aoju.bus.core.consts.ModeType
默认的AES加密方式:AES/CBC/PKCS5Padding
AESToString(String, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
AES解密
AESToString(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
AES解密
AggregateTranslator - Class in org.aoju.bus.core.text.translate
Executes a sequence of translators one after the other.
AggregateTranslator(CharSequenceTranslator...) - Constructor for class org.aoju.bus.core.text.translate.AggregateTranslator
Specify the translators to be used at creation time.
alwaysDelimitText - Variable in class org.aoju.bus.core.text.csv.CsvWriteConfig
是否始终使用文本分隔符,文本包装符,默认false,按需添加
AND - Static variable in class org.aoju.bus.core.consts.Symbol
 
and(boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取与
and(Boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取与
AnnoUtils - Class in org.aoju.bus.core.utils
注解工具类 快速获取注解对象、注解值等工具封装
AnnoUtils() - Constructor for class org.aoju.bus.core.utils.AnnoUtils
 
apHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
AP算法
append(Object, Object) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(Object, Object, Comparator<?>) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(long, long) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two longs.
append(int, int) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two ints.
append(short, short) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two shorts.
append(char, char) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two chars.
append(byte, byte) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two bytes.
append(double, double) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two doubles.
append(float, float) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two floats.
append(boolean, boolean) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the comparison of two booleanss.
append(Object[], Object[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(Object[], Object[], Comparator<?>) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(long[], long[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two long arrays.
append(int[], int[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two int arrays.
append(short[], short[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two short arrays.
append(char[], char[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two char arrays.
append(byte[], byte[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two byte arrays.
append(double[], double[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two double arrays.
append(float[], float[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two float arrays.
append(boolean[], boolean[]) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the deep comparison of two boolean arrays.
append(String, boolean, boolean) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two booleans are equal.
append(String, boolean[], boolean[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two boolean[]s are equal.
append(String, byte, byte) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two bytes are equal.
append(String, byte[], byte[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two byte[]s are equal.
append(String, char, char) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two chars are equal.
append(String, char[], char[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two char[]s are equal.
append(String, double, double) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two doubles are equal.
append(String, double[], double[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two double[]s are equal.
append(String, float, float) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two floats are equal.
append(String, float[], float[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two float[]s are equal.
append(String, int, int) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two ints are equal.
append(String, int[], int[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two int[]s are equal.
append(String, long, long) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two longs are equal.
append(String, long[], long[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two long[]s are equal.
append(String, short, short) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two shorts are equal.
append(String, short[], short[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two short[]s are equal.
append(String, Object, Object) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two Objectss are equal.
append(String, Object[], Object[]) - Method in class org.aoju.bus.core.builder.DiffBuilder
Test if two Object[]s are equal.
append(String, DiffResult) - Method in class org.aoju.bus.core.builder.DiffBuilder
Append diffs from another DiffResult.
append(Object, Object) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two Objects are equal using either #EqualsBuilder.reflectionAppend(Object, Object), if object are non primitives (or wrapper of primitives) or if field testRecursive is set to false.
append(long, long) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two long s are equal.
append(int, int) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two ints are equal.
append(short, short) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two shorts are equal.
append(char, char) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two chars are equal.
append(byte, byte) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two bytes are equal.
append(double, double) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float, float) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two floats are equal byt testing that the pattern of bits returned by doubleToLong are equal.
append(boolean, boolean) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Test if two booleanss are equal.
append(Object[], Object[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Performs a deep comparison of two Object arrays.
append(long[], long[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of long.
append(int[], int[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of int.
append(short[], short[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of short.
append(char[], char[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of char.
append(byte[], byte[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of byte.
append(double[], double[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of double.
append(float[], float[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of float.
append(boolean[], boolean[]) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Deep comparison of array of boolean.
append(boolean) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a boolean.
append(boolean[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a boolean array.
append(byte) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a byte.
append(byte[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a byte array.
append(char) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a char.
append(char[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a char array.
append(double) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a double.
append(double[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a double array.
append(float) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a float.
append(float[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a float array.
append(int) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for an int.
append(int[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for an int array.
append(long) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a long.
append(long[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a long array.
append(Object) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for an Object.
append(Object[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(short) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a short.
append(short[]) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Append a hashCode for a short array.
append(boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a boolean value.
append(boolean[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a boolean array.
append(byte) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a byte value.
append(byte[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a byte array.
append(char) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a char value.
append(char[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a char array.
append(double) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a double value.
append(double[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a double array.
append(float) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a float value.
append(float[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a float array.
append(int) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an int value.
append(int[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an int array.
append(long) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a long value.
append(long[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a long array.
append(Object) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object value.
append(Object[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object array.
append(short) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a short value.
append(short[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a short array.
append(String, boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a boolean value.
append(String, boolean[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, byte) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an byte value.
append(String, byte[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a byte array.
append(String, char) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a char value.
append(String, char[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a char array.
append(String, char[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a char array.
append(String, double) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a double value.
append(String, double[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a double array.
append(String, double[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a double array.
append(String, float) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an float value.
append(String, float[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a float array.
append(String, float[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a float array.
append(String, int) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an int value.
append(String, int[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an int array.
append(String, int[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an int array.
append(String, long) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a long value.
append(String, long[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a long array.
append(String, long[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a long array.
append(String, Object) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object, boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object array.
append(String, Object[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an Object array.
append(String, short) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString an short value.
append(String, short[]) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a short array.
append(String, short[], boolean) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append to the toString a short array.
append(StringBuffer, String, Object, Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object value, printing the full toString of the Object passed in.
append(StringBuffer, String, long) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a long value.
append(StringBuffer, String, int) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an int value.
append(StringBuffer, String, short) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a short value.
append(StringBuffer, String, byte) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a byte value.
append(StringBuffer, String, char) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a char value.
append(StringBuffer, String, double) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a double value.
append(StringBuffer, String, float) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a float value.
append(StringBuffer, String, boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a boolean value.
append(StringBuffer, String, Object[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object array.
append(StringBuffer, String, long[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a long array.
append(StringBuffer, String, int[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an int array.
append(StringBuffer, String, short[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a short array.
append(StringBuffer, String, byte[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a byte array.
append(StringBuffer, String, char[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a char array.
append(StringBuffer, String, double[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a double array.
append(StringBuffer, String, float[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a float array.
append(StringBuffer, String, boolean[], Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a boolean array.
append(byte[], int, int) - Method in class org.aoju.bus.core.io.FastByteBuffer
向快速缓冲加入数据
append(byte[]) - Method in class org.aoju.bus.core.io.FastByteBuffer
向快速缓冲加入数据
append(byte) - Method in class org.aoju.bus.core.io.FastByteBuffer
向快速缓冲加入一个字节
append(FastByteBuffer) - Method in class org.aoju.bus.core.io.FastByteBuffer
将另一个快速缓冲加入到自身
append(String) - Method in class org.aoju.bus.core.io.file.FileAppender
追加
append(String) - Method in class org.aoju.bus.core.io.file.FileWriter
将String写入文件,追加模式
append(byte[], int, int) - Method in class org.aoju.bus.core.io.file.FileWriter
追加数据到文件
append(Object) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object to this string builder.
append(CharSequence) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a CharSequence to this string builder.
append(CharSequence, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a CharSequence to this string builder.
append(String) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a string to this string builder.
append(String, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string to this string builder.
append(String, Object...) - Method in class org.aoju.bus.core.text.StrBuilder
Calls String.format(String, Object...) and appends the result.
append(CharBuffer) - Method in class org.aoju.bus.core.text.StrBuilder
Appends the contents of a char buffer to this string builder.
append(CharBuffer, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends the contents of a char buffer to this string builder.
append(StringBuffer) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a string buffer to this string builder.
append(StringBuffer, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string buffer to this string builder.
append(StringBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a StringBuilder to this string builder.
append(StringBuilder, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a StringBuilder to this string builder.
append(StrBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Appends another string builder to this string builder.
append(StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string builder to this string builder.
append(char[]) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char array to the string builder.
append(char[], int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char array to the string builder.
append(boolean) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a boolean value to the string builder.
append(char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char value to the string builder.
append(int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an int value to the string builder using String.valueOf.
append(long) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a long value to the string builder using String.valueOf.
append(float) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a float value to the string builder using String.valueOf.
append(double) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a double value to the string builder using String.valueOf.
append(T[], T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将新元素添加到已有数组中 添加新元素会生成一个新的数组,不影响原数组
append(Object, T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将新元素添加到已有数组中 添加新元素会生成一个新的数组,不影响原数组
append(String) - Method in class org.aoju.bus.core.utils.EscapeUtils.Builder
Literal append, no escaping being done.
append(Object) - Method in class org.aoju.bus.core.utils.TextUtils
追加对象,对象会被转换为字符串
append(char) - Method in class org.aoju.bus.core.utils.TextUtils
追加一个字符
append(char[]) - Method in class org.aoju.bus.core.utils.TextUtils
追加一个字符数组
append(char[], int, int) - Method in class org.aoju.bus.core.utils.TextUtils
追加一个字符数组
append(CharSequence) - Method in class org.aoju.bus.core.utils.TextUtils
 
append(CharSequence, int, int) - Method in class org.aoju.bus.core.utils.TextUtils
 
appendAll(T...) - Method in class org.aoju.bus.core.text.StrBuilder
Appends each item in an array to the builder without any separators.
appendAll(Iterable<?>) - Method in class org.aoju.bus.core.text.StrBuilder
Appends each item in a iterable to the builder without any separators.
appendAll(Iterator<?>) - Method in class org.aoju.bus.core.text.StrBuilder
Appends each item in an iterator to the builder without any separators.
appendAsObjectToString(Object) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Appends with the same format as the default Object toString() method.
appendChild(Node, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
在已有节点上创建子节点
appendClassName(StringBuffer, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the class name.
appendContentEnd(StringBuffer) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the content end.
appendContentStart(StringBuffer) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the content start.
appendCyclicObject(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object value that has been detected to participate in a cycle.
appendDetail(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, long[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, int[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, short[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, byte[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, char[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, double[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, float[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, boolean[]) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.RecursiveToStringStyle
 
appendDetail(StringBuffer, String, Collection<?>) - Method in class org.aoju.bus.core.builder.RecursiveToStringStyle
 
appendDetail(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object value, printing the full detail of the Object.
appendDetail(StringBuffer, String, Collection<?>) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a Collection.
appendDetail(StringBuffer, String, Map<?, ?>) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a Map.
appendDetail(StringBuffer, String, long) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a long value.
appendDetail(StringBuffer, String, int) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an int value.
appendDetail(StringBuffer, String, short) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a short value.
appendDetail(StringBuffer, String, byte) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a byte value.
appendDetail(StringBuffer, String, char) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a char value.
appendDetail(StringBuffer, String, double) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a double value.
appendDetail(StringBuffer, String, float) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a float value.
appendDetail(StringBuffer, String, boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a boolean value.
appendDetail(StringBuffer, String, Object[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of an Object array.
appendDetail(StringBuffer, String, long[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a long array.
appendDetail(StringBuffer, String, int[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of an int array.
appendDetail(StringBuffer, String, short[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a short array.
appendDetail(StringBuffer, String, byte[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a byte array.
appendDetail(StringBuffer, String, char[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a char array.
appendDetail(StringBuffer, String, double[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a double array.
appendDetail(StringBuffer, String, float[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a float array.
appendDetail(StringBuffer, String, boolean[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of a boolean array.
appendEnd(StringBuffer, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the field end.
appendFieldSeparator(StringBuffer) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the field separator.
appendFieldsIn(Class<?>) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Appends the fields and values defined by the given object of the given Class.
appendFieldStart(StringBuffer, String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the field start.
appendFixedWidthPadLeft(Object, int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadLeft(int, int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadRight(Object, int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendFixedWidthPadRight(int, int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendIdentityHashCode(StringBuffer, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
appendingSink(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
appendingSink(File) - Static method in class org.aoju.bus.core.utils.IoUtils
 
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object, correctly interpreting its type.
appendLines(Collection<T>) - Method in class org.aoju.bus.core.io.file.FileWriter
将列表写入文件,追加模式
appendLines(Collection<T>, String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendLines(Collection<T>, File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendLines(Collection<T>, String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendLines(Collection<T>, File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendln(Object) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an object followed by a new line to this string builder.
appendln(String) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a string followed by a new line to this string builder.
appendln(String, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string followed by a new line to this string builder.
appendln(String, Object...) - Method in class org.aoju.bus.core.text.StrBuilder
Calls String.format(String, Object...) and appends the result.
appendln(StringBuffer) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a string buffer followed by a new line to this string builder.
appendln(StringBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a string builder followed by a new line to this string builder.
appendln(StringBuilder, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string builder followed by a new line to this string builder.
appendln(StringBuffer, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string buffer followed by a new line to this string builder.
appendln(StrBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Appends another string builder followed by a new line to this string builder.
appendln(StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends part of a string builder followed by a new line to this string builder.
appendln(char[]) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(char[], int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(boolean) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a boolean value followed by a new line to the string builder.
appendln(char) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a char value followed by a new line to the string builder.
appendln(int) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an int value followed by a new line to the string builder using String.valueOf.
appendln(long) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a long value followed by a new line to the string builder using String.valueOf.
appendln(float) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a float value followed by a new line to the string builder using String.valueOf.
appendln(double) - Method in class org.aoju.bus.core.text.StrBuilder
Appends a double value followed by a new line to the string builder using String.valueOf.
appendNewLine() - Method in class org.aoju.bus.core.text.StrBuilder
Appends the new line string to this string builder.
appendNull() - Method in class org.aoju.bus.core.text.StrBuilder
Appends the text representing null to this string builder.
appendNullText(StringBuffer, String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an indicator for null.
appendRange(int, int, Collection<Integer>) - Static method in class org.aoju.bus.core.utils.NumberUtils
将给定范围内的整数添加到已有集合中,步进为1
appendRange(int, int, int, Collection<Integer>) - Static method in class org.aoju.bus.core.utils.NumberUtils
将给定范围内的整数添加到已有集合中
appendStart(StringBuffer, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the start of data indicator.
appendString(String, String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,追加模式
appendString(String, String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,追加模式
appendString(String, File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,追加模式
appendString(String, File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,追加模式
appendSummary(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString an Object value, printing a summary of the Object.
appendSummary(StringBuffer, String, Object[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of an Object array.
appendSummary(StringBuffer, String, long[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a long array.
appendSummary(StringBuffer, String, int[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of an int array.
appendSummary(StringBuffer, String, short[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a short array.
appendSummary(StringBuffer, String, byte[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a byte array.
appendSummary(StringBuffer, String, char[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a char array.
appendSummary(StringBuffer, String, double[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a double array.
appendSummary(StringBuffer, String, float[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a float array.
appendSummary(StringBuffer, String, boolean[]) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a summary of a boolean array.
appendSummarySize(StringBuffer, String, int) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString a size summary.
appendSuper(int) - Method in class org.aoju.bus.core.builder.CompareToBuilder
Appends to the builder the compareTo(Object) result of the superclass.
appendSuper(boolean) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Adds the result of super.equals() to this builder.
appendSuper(int) - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Adds the result of super.hashCode() to this builder.
appendSuper(String) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append the toString from the superclass.
appendSuper(StringBuffer, String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the superclass toString.
appendToString(String) - Method in class org.aoju.bus.core.builder.ToStringBuilder
Append the toString from another object.
appendToString(StringBuffer, String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString another toString.
appendUtf8Lines(Collection<T>, File) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendUtf8Lines(Collection<T>, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,追加模式
appendUtf8String(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,UTF-8编码追加模式
appendUtf8String(String, File) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,UTF-8编码追加模式
appendWithSeparators(Object[], String) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an array placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterable<?>, String) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an iterable placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterator<?>, String) - Method in class org.aoju.bus.core.text.StrBuilder
Appends an iterator placing separators between each value, but not before the first or after the last.
appendWriteAndClose(File, String) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
APPLICATION_ATOM_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"application/atom+xml"
APPLICATION_ATOM_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_DICOM - Static variable in class org.aoju.bus.core.consts.MediaType
"application/dicom"
APPLICATION_DICOM_JSON - Static variable in class org.aoju.bus.core.consts.MediaType
"application/dicom+json"
APPLICATION_DICOM_JSON_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_DICOM_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_DICOM_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"application/dicom+xml"
APPLICATION_DICOM_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.aoju.bus.core.consts.MediaType
"application/x-www-form-urlencoded"
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_JSON - Static variable in class org.aoju.bus.core.consts.MediaType
"application/json"
APPLICATION_JSON_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.aoju.bus.core.consts.MediaType
"application/octet-stream"
APPLICATION_OCTET_STREAM_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_PDF - Static variable in class org.aoju.bus.core.consts.MediaType
"application/pdf"
APPLICATION_PDF_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_SVG_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"application/svg+xml"
APPLICATION_SVG_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_XHTML_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"application/xhtml+xml"
APPLICATION_XHTML_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"application/xml"
APPLICATION_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_ZIP - Static variable in class org.aoju.bus.core.consts.MediaType
"application/zip"
APPLICATION_ZIP_COMPRESSED - Static variable in class org.aoju.bus.core.consts.MediaType
"application/x-zip-compressed"
APPLICATION_ZIP_COMPRESSED_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
APPLICATION_ZIP_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
ARCFOUR - Static variable in class org.aoju.bus.core.consts.ModeType
 
areNotEmpty(String...) - Static method in class org.aoju.bus.core.utils.StringUtils
 
Arrangement - Class in org.aoju.bus.core.math
排列A(n, m) 排列组合相关类
Arrangement(String[]) - Constructor for class org.aoju.bus.core.math.Arrangement
构造
arrangementCount(int, int) - Static method in class org.aoju.bus.core.utils.MathUtils
计算排列数,即A(n, m) = n!/(n-m)!
arrangementCount(int) - Static method in class org.aoju.bus.core.utils.MathUtils
计算排列数,即A(n, n) = n!
arrangementSelect(String[], int) - Static method in class org.aoju.bus.core.utils.MathUtils
排列选择(从列表中选择n个排列)
arrangementSelect(String[]) - Static method in class org.aoju.bus.core.utils.MathUtils
全排列选择(列表全部参与排列)
array(int) - Method in class org.aoju.bus.core.io.FastByteBuffer
根据索引位返回缓冲集中的缓冲
ArrayConverter - Class in org.aoju.bus.core.convert.impl
数组转换器,包括原始类型数组
ArrayConverter(Class<?>) - Constructor for class org.aoju.bus.core.convert.impl.ArrayConverter
构造
ArrayIterator<E> - Class in org.aoju.bus.core.iterator
Implements an Iterator over any array.
ArrayIterator(Object) - Constructor for class org.aoju.bus.core.iterator.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the specified array.
ArrayIterator(Object, int) - Constructor for class org.aoju.bus.core.iterator.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the specified array from a specific start index.
ArrayIterator(Object, int, int) - Constructor for class org.aoju.bus.core.iterator.ArrayIterator
Construct an ArrayIterator that will iterate over a range of values in the specified array.
arrayRangeEquals(byte[], int, byte[], int, int) - Static method in class org.aoju.bus.core.utils.IoUtils
 
ArrayTypeGetter - Interface in org.aoju.bus.core.getter
数组类型的Get接口
ArrayUtils - Class in org.aoju.bus.core.utils
数组工具类
ArrayUtils() - Constructor for class org.aoju.bus.core.utils.ArrayUtils
 
asByteBuffer() - Method in class org.aoju.bus.core.io.ByteString
 
asEnumeration(Iterator<E>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterator转换为Enumeration
asIterable(Iterator<E>) - Static method in class org.aoju.bus.core.utils.CollUtils
asIterable(Iterator<E>) - Static method in class org.aoju.bus.core.utils.IterUtils
asIterator(Enumeration<E>) - Static method in class org.aoju.bus.core.utils.CollUtils
Enumeration转换为Iterator
asIterator(Enumeration<E>) - Static method in class org.aoju.bus.core.utils.IterUtils
Enumeration转换为Iterator
Assert - Class in org.aoju.bus.core.lang
断言 断言某些对象或值是否符合规定,否则抛出异常。经常用于做变量检查
Assert() - Constructor for class org.aoju.bus.core.lang.Assert
 
AsyncTimeout - Class in org.aoju.bus.core.io
此超时使用后台线程在超时发生时精确地执行操作。用它来 在本地不支持超时的地方实现超时,例如对阻塞的套接字操作.
AsyncTimeout() - Constructor for class org.aoju.bus.core.io.AsyncTimeout
 
AT - Static variable in class org.aoju.bus.core.consts.Symbol
 
AtomicBooleanConverter - Class in org.aoju.bus.core.convert.impl
AtomicBoolean转换器
AtomicBooleanConverter() - Constructor for class org.aoju.bus.core.convert.impl.AtomicBooleanConverter
 
AtomicLoader<T> - Class in org.aoju.bus.core.loader
原子引用加载器 使用AtomicReference 实懒加载,过程如下
AtomicLoader() - Constructor for class org.aoju.bus.core.loader.AtomicLoader
 
AtomicReferenceConverter - Class in org.aoju.bus.core.convert.impl
AtomicReferenceConverter() - Constructor for class org.aoju.bus.core.convert.impl.AtomicReferenceConverter
 
AUDIOS - Static variable in class org.aoju.bus.core.consts.FileType
音频
AuthorizationException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 认证失败异常
AuthorizationException() - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
AuthorizationException(String) - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
AuthorizationException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
AuthorizationException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.AuthorizationException
 
await() - Method in class org.aoju.bus.core.thread.SyncFinisher
等待所有Worker工作结束,否则阻塞

B

babbleToMongod(String) - Static method in class org.aoju.bus.core.key.ObjectID
 
BACKSLASH - Static variable in class org.aoju.bus.core.consts.Symbol
 
Base32 - Class in org.aoju.bus.core.codec
Base32 - encodes and decodes RFC3548 Base32 (see http://www.faqs.org/rfcs/rfc3548.html ) base32就是用32(2的5次方)个特定ASCII码来表示256个ASCII码。 所以,5个ASCII字符经过base32编码后会变为8个字符(公约数为40),长度增加3/5.不足8n用“=”补足。 see http://blog.csdn.net/earbao/article/details/44453937
Base64 - Class in org.aoju.bus.core.codec
Base64工具类,提供Base64的编码和解码方案 base64编码是用64(2的6次方)个ASCII字符来表示256(2的8次方)个ASCII字符, 也就是三位二进制数组经过编码后变为四位的ASCII字符显示,长度比原来增加1/3。
Base64() - Constructor for class org.aoju.bus.core.codec.Base64
 
base64() - Method in class org.aoju.bus.core.io.ByteString
 
Base64Decoder - Class in org.aoju.bus.core.codec
Base64解码实现
Base64Decoder() - Constructor for class org.aoju.bus.core.codec.Base64Decoder
 
Base64Encoder - Class in org.aoju.bus.core.codec
Base64编码
Base64Encoder() - Constructor for class org.aoju.bus.core.codec.Base64Encoder
 
base64ToByte(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将base64字符串处理成String字节
base64ToString(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将base64字符串处理成String (用默认的String编码集)
base64ToString(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将base64字符串处理成String (用默认的String编码集)
base64Url() - Method in class org.aoju.bus.core.io.ByteString
 
BasicType - Enum in org.aoju.bus.core.convert
基本变量类型的枚举 基本类型枚举包括原始类型和包装类型
BasicTypeGetter<K> - Interface in org.aoju.bus.core.getter
基本类型的getter接口 提供一个统一的接口定义返回不同类型的值(基本类型)
BeanConverter<T> - Class in org.aoju.bus.core.convert.impl
Bean转换器,支持:
BeanConverter(Class<T>) - Constructor for class org.aoju.bus.core.convert.impl.BeanConverter
构造,默认转换选项,注入失败的字段忽略
BeanConverter(Class<T>, CopyOptions) - Constructor for class org.aoju.bus.core.convert.impl.BeanConverter
构造
BeanCopier<T> - Class in org.aoju.bus.core.bean.copier
Bean拷贝
BeanCopier(Object, T, CopyOptions) - Constructor for class org.aoju.bus.core.bean.copier.BeanCopier
构造
BeanDesc - Class in org.aoju.bus.core.bean
Bean信息描述做为BeanInfo替代方案,此对象持有JavaBean中的setters和getters等相关信息描述 查找Getter和Setter方法时会:
BeanDesc(Class<?>) - Constructor for class org.aoju.bus.core.bean.BeanDesc
构造
BeanDesc.PropDesc - Class in org.aoju.bus.core.bean
属性描述
BeanDescCache - Enum in org.aoju.bus.core.bean
Bean属性缓存 缓存用于防止多次反射造成的性能问题
BeanInfoCache - Enum in org.aoju.bus.core.bean
Bean属性缓存 缓存用于防止多次反射造成的性能问题
BeanPath - Class in org.aoju.bus.core.bean
Bean路径表达式,用于获取多层嵌套Bean中的字段值或Bean对象 根据给定的表达式,查找Bean中对应的属性值对象。 表达式分为两种: .表达式,可以获取Bean对象中的属性(字段)值或者Map中key对应的值 []表达式,可以获取集合等对象中对应index的值
BeanPath(String) - Constructor for class org.aoju.bus.core.bean.BeanPath
构造
beanToMap(Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
对象转Map,不进行驼峰转下划线,不忽略值为空的字段
beanToMap(Object, boolean, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
对象转Map
beanToMap(Object, Map<String, Object>, boolean, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
对象转Map
beanToMap(Object, Map<String, Object>, boolean, Editor<String>) - Static method in class org.aoju.bus.core.utils.BeanUtils
对象转Map 通过实现Editor 可以自定义字段值,如果这个Editor返回null则忽略这个字段,以便实现:
beanToMap(Object) - Static method in class org.aoju.bus.core.utils.ClassUtils
对象转Map,不进行驼峰转下划线,不忽略值为空的字段
beanToMap(Object, boolean, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
对象转Map
beanToMap(Object, Map<String, Object>, boolean, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
对象转Map
beanToMap(Object, Map<String, Object>, boolean, Editor<String>) - Static method in class org.aoju.bus.core.utils.ClassUtils
对象转Map 通过实现Editor 可以自定义字段值,如果这个Editor返回null则忽略这个字段,以便实现:
BeanUtils - Class in org.aoju.bus.core.utils
Bean工具类
BeanUtils() - Constructor for class org.aoju.bus.core.utils.BeanUtils
 
BeanValueProvider - Class in org.aoju.bus.core.bean.copier.provider
Bean的值提供者
BeanValueProvider(Object, boolean, boolean) - Constructor for class org.aoju.bus.core.bean.copier.provider.BeanValueProvider
构造
beginOfDay(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某天的开始时间
beginOfDay(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某天的开始时间
beginOfMonth(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某月的开始时间
beginOfMonth(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某月的开始时间
beginOfQuarter(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某季度的开始时间
beginOfQuarter(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某季度的开始时间
beginOfWeek(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的开始时间
beginOfWeek(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的开始时间
beginOfWeek(Calendar, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的开始时间,周一定为一周的开始时间
beginOfYear(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某年的开始时间
beginOfYear(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某年的开始时间
below(int) - Static method in class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Constructs a JavaUnicodeEscaper below the specified value (exclusive).
below(int) - Static method in class org.aoju.bus.core.text.escape.NumericEscaper
Constructs a NumericEscaper below the specified value (exclusive).
below(int) - Static method in class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper below the specified value (exclusive).
bernstein(String) - Static method in class org.aoju.bus.core.utils.HashUtils
Bernstein's hash
Between - Class in org.aoju.bus.core.date
日期间隔
Between(Date, Date) - Constructor for class org.aoju.bus.core.date.Between
构造 在前的日期做为起始时间,在后的做为结束时间,间隔只保留绝对值正数
Between(Date, Date, boolean) - Constructor for class org.aoju.bus.core.date.Between
构造 在前的日期做为起始时间,在后的做为结束时间
between(Fields.Unit) - Method in class org.aoju.bus.core.date.Between
判断两个日期相差的时长 返回 给定单位的时长差
between(Date) - Method in class org.aoju.bus.core.date.DateTime
计算相差时长
between(Date, Fields.Unit) - Method in class org.aoju.bus.core.date.DateTime
计算相差时长
between(Date, Fields.Unit, Fields.Level) - Method in class org.aoju.bus.core.date.DateTime
计算相差时长
between(int, int) - Static method in class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Constructs a JavaUnicodeEscaper between the specified values (inclusive).
between(int, int) - Static method in class org.aoju.bus.core.text.escape.NumericEscaper
Constructs a NumericEscaper between the specified values (inclusive).
between(int, int) - Static method in class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper between the specified values (inclusive).
between(Date, Date, Fields.Unit) - Static method in class org.aoju.bus.core.utils.DateUtils
判断两个日期相差的时长,只保留绝对值
between(Date, Date, Fields.Unit, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
判断两个日期相差的时长
betweenDay(Date, Date, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
判断两个日期相差的天数
BetweenFormat - Class in org.aoju.bus.core.date.format
时长格式化器
BetweenFormat(long, Fields.Level) - Constructor for class org.aoju.bus.core.date.format.BetweenFormat
构造
BetweenFormat(long, Fields.Level, int) - Constructor for class org.aoju.bus.core.date.format.BetweenFormat
构造
betweenMonth(boolean) - Method in class org.aoju.bus.core.date.Between
计算两个日期相差月数 在非重置情况下,如果起始日期的天小于结束日期的天,月数要少算1(不足1个月)
betweenMonth(Date, Date, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
计算两个日期相差月数 在非重置情况下,如果起始日期的天小于结束日期的天,月数要少算1(不足1个月)
betweenMs(Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
判断两个日期相差的毫秒数
betweenYear(boolean) - Method in class org.aoju.bus.core.date.Between
计算两个日期相差年数 在非重置情况下,如果起始日期的月小于结束日期的月,年数要少算1(不足1年)
betweenYear(Date, Date, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
计算两个日期相差年数 在非重置情况下,如果起始日期的月小于结束日期的月,年数要少算1(不足1年)
binary() - Method in class org.aoju.bus.core.image.Image
彩色转为黑白二值化图片
binary(File, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片,根据目标文件扩展名确定转换后的格式
binary(InputStream, OutputStream, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片 此方法并不关闭流
binary(ImageInputStream, ImageOutputStream, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白黑白二值化图片 此方法并不关闭流
binary(Image, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片,根据目标文件扩展名确定转换后的格式
binary(Image, OutputStream, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片 此方法并不关闭流,输出JPG格式
binary(Image, ImageOutputStream, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片 此方法并不关闭流,输出JPG格式
binary(Image) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白二值化图片
binaryToInt(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
二进制转int
binaryToLong(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
二进制转long
BIRTHDAY - Static variable in class org.aoju.bus.core.consts.RegEx
 
BIRTHDAY_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
生日
bkdrHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
BKDR算法
blackhole() - Static method in class org.aoju.bus.core.utils.IoUtils
 
Blowfish - Class in org.aoju.bus.core.codec
加解密
Blowfish() - Constructor for class org.aoju.bus.core.codec.Blowfish
 
Blowfish(int) - Constructor for class org.aoju.bus.core.codec.Blowfish
 
Blowfish(int, SecureRandom) - Constructor for class org.aoju.bus.core.codec.Blowfish
 
Blowfish - Static variable in class org.aoju.bus.core.consts.ModeType
 
BOMInputStream - Class in org.aoju.bus.core.io
读取带BOM头的流内容,getCharset()方法调用后会得到BOM头的编码,且会去除BOM头 00 00 FE FF = UTF-32, big-endian FF FE 00 00 = UTF-32, little-endian EF BB BF = UTF-8 FE FF = UTF-16, big-endian FF FE = UTF-16, little-endian 使用: String enc = "UTF-8"; // or NULL to use systemdefault FileInputStream fis = new FileInputStream(file); BOMInputStream uin = new BOMInputStream(fis, enc); enc = uin.getCharset(); // check and skip possible BOM bytes
BOMInputStream(InputStream) - Constructor for class org.aoju.bus.core.io.BOMInputStream
 
BOMInputStream(InputStream, String) - Constructor for class org.aoju.bus.core.io.BOMInputStream
 
BooleanConverter - Class in org.aoju.bus.core.convert.impl
波尔转换器
BooleanConverter() - Constructor for class org.aoju.bus.core.convert.impl.BooleanConverter
 
BooleanUtils - Class in org.aoju.bus.core.utils
Boolean类型相关工具类
BooleanUtils() - Constructor for class org.aoju.bus.core.utils.BooleanUtils
 
BRACKET - Static variable in class org.aoju.bus.core.consts.Symbol
符号: []
BRACKET_LEFT - Static variable in class org.aoju.bus.core.consts.Symbol
 
BRACKET_RIGHT - Static variable in class org.aoju.bus.core.consts.Symbol
 
brief(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
将给定字符串,变成 "xxx...xxx" 形式的字符串
buff(InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
为一个输入流包裹一个缓冲流。如果这个输入流本身就是缓冲流,则直接返回
buff(OutputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
为一个输出流包裹一个缓冲流。如果这个输出流本身就是缓冲流,则直接返回
Buffer - Class in org.aoju.bus.core.io
内存中字节的集合.
Buffer() - Constructor for class org.aoju.bus.core.io.Buffer
 
buffer() - Method in class org.aoju.bus.core.io.Buffer
 
buffer - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
buffer() - Method in interface org.aoju.bus.core.io.BufferedSink
 
buffer() - Method in interface org.aoju.bus.core.io.BufferedSource
 
buffer - Variable in class org.aoju.bus.core.io.RealBufferedSink
 
buffer() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
buffer - Variable in class org.aoju.bus.core.io.RealBufferedSource
 
buffer() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
buffer - Variable in class org.aoju.bus.core.text.StrBuilder
存放的字符数组
buffer(Source) - Static method in class org.aoju.bus.core.utils.IoUtils
 
buffer(Sink) - Static method in class org.aoju.bus.core.utils.IoUtils
 
Buffer.UnsafeCursor - Class in org.aoju.bus.core.io
A handle to the underlying data in a buffer.
BufferedSink - Interface in org.aoju.bus.core.io
一种接收器,它在内部保存缓冲区, 以便调用者可以进行小的写操作没有性能损失
BufferedSource - Interface in org.aoju.bus.core.io
内部保存一个缓冲区,以便调用者可以在没有性能的情况下进行少量读取 它还允许客户端提前读取,在消费之前进行必要的缓冲输入
BufferUtils - Class in org.aoju.bus.core.utils
ByteBuffer 工具类 此工具来自于 t-io 项目以及其它项目的相关部分收集 ByteBuffer的相关介绍见:https://www.cnblogs.com/ruber/p/6857159.html
BufferUtils() - Constructor for class org.aoju.bus.core.utils.BufferUtils
 
buffr(Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
为一个文本输入流包裹一个缓冲流。如果这个输入流本身就是缓冲流,则直接返回
buffw(Writer) - Static method in class org.aoju.bus.core.utils.StreamUtils
为一个文本输出流包裹一个缓冲流。如果这个文本输出流本身就是缓冲流,则直接返回
build() - Method in interface org.aoju.bus.core.builder.Builder
构建
build() - Method in class org.aoju.bus.core.builder.CompareToBuilder
Returns a negative Integer, a positive Integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
build() - Method in class org.aoju.bus.core.builder.DiffBuilder
Builds a DiffResult based on the differences appended to this builder.
build() - Method in class org.aoju.bus.core.builder.EqualsBuilder
Returns true if the fields that have been checked are all equal.
build() - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Returns the computed hashCode.
build() - Method in class org.aoju.bus.core.builder.ReflectionDiffBuilder
 
build() - Method in class org.aoju.bus.core.builder.ToStringBuilder
Returns the String that was build as an object representation.
build() - Method in interface org.aoju.bus.core.lang.Builder
构建
build() - Method in class org.aoju.bus.core.map.MapBuilder
创建后的map
build() - Method in class org.aoju.bus.core.text.StrBuilder
Implement the Builder interface.
build() - Method in class org.aoju.bus.core.thread.ExecutorBuilder
构建ThreadPoolExecutor
build() - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
build() - Method in class org.aoju.bus.core.utils.TypeUtils.WildcardTypeBuilder
 
Builder<T> - Interface in org.aoju.bus.core.builder
建造者模式
Builder<T> - Interface in org.aoju.bus.core.lang
建造者模式接口定义
builder(CharSequenceTranslator) - Static method in class org.aoju.bus.core.utils.EscapeUtils
builder() - Static method in class org.aoju.bus.core.utils.MapUtils
创建链接调用map
builder(Map<K, V>) - Static method in class org.aoju.bus.core.utils.MapUtils
创建链接调用map
builder(K, V) - Static method in class org.aoju.bus.core.utils.MapUtils
创建链接调用map
builder() - Static method in class org.aoju.bus.core.utils.StringUtils
创建StringBuilder对象
builder(int) - Static method in class org.aoju.bus.core.utils.StringUtils
创建StringBuilder对象
builder(CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
创建StringBuilder对象
buildInetSocketAddress(String, int) - Static method in class org.aoju.bus.core.utils.NetUtils
构建InetSocketAddress 当host中包含端口时(用“:”隔开),使用host中的端口,否则使用默认端口 给定host为空时使用本地host(127.0.0.1)
buildString(Object, String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
构建新的字符串
BusinessException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 业务异常
BusinessException() - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
BusinessException(String) - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
BusinessException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
BusinessException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
BusinessException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.BusinessException
 
ByteArrayConverter - Class in org.aoju.bus.core.convert.impl
byte 类型数组转换器
ByteArrayConverter() - Constructor for class org.aoju.bus.core.convert.impl.ByteArrayConverter
 
byteArrayToHex(byte[]) - Static method in class org.aoju.bus.core.utils.StringUtils
将字节数组换成16进制的字符串
byteLength(CharSequence, Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串转为bytes后的byte数(byte长度)
bytes(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
编码字符串 使用系统默认编码
bytes(CharSequence, String) - Static method in class org.aoju.bus.core.utils.StringUtils
编码字符串
bytes(CharSequence, Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
编码字符串
BytesResource - Class in org.aoju.bus.core.io.resource
基于byte[]的资源获取器 注意:此对象中getUrl方法始终返回null
BytesResource(byte[]) - Constructor for class org.aoju.bus.core.io.resource.BytesResource
构造
BytesResource(byte[], String) - Constructor for class org.aoju.bus.core.io.resource.BytesResource
构造
bytesToDouble(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToDoubleBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToDoubleLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToFloat(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToFloatBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToFloatLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToInt(byte[]) - Static method in class org.aoju.bus.core.convert.Convert
byte[]转int值
bytesToInt(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToIntBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToIntLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToLong(byte[]) - Static method in class org.aoju.bus.core.convert.Convert
byte数组转long
bytesToLong(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToLongBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToLongLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShort(byte[]) - Static method in class org.aoju.bus.core.convert.Convert
byte数组转short
bytesToShort(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShortBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShortLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShorts(byte[], short[], int, int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShortsBE(byte[], short[], int, int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToShortsLE(byte[], short[], int, int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToTag(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToTagBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToTagLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToUShort(byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToUShortBE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToUShortLE(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
bytesToVR(byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
ByteString - Class in org.aoju.bus.core.io
不可变的字节序列.
byteToUnsignedInt(byte) - Static method in class org.aoju.bus.core.convert.Convert
byte转无符号int
ByteUtils - Class in org.aoju.bus.core.utils
 
ByteUtils() - Constructor for class org.aoju.bus.core.utils.ByteUtils
 
byteValue() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 

C

C_AND - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 与
C_AT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: @
C_BACKSLASH - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 反斜杠
C_BRACKET_LEFT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 方括号-左
C_BRACKET_RIGHT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 方括号-右
C_CARET - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 幂
C_COLON - Static variable in class org.aoju.bus.core.consts.Symbol
冒号
C_COMMA - Static variable in class org.aoju.bus.core.consts.Symbol
逗号字符
C_CR - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 回车
C_DASHED - Static variable in class org.aoju.bus.core.consts.Symbol
符号: -
C_DELIM_END - Static variable in class org.aoju.bus.core.consts.Symbol
大括号-右
C_DELIM_LEFT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 大括号-左
C_DOLLAR - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 美元
C_DOT - Static variable in class org.aoju.bus.core.consts.Symbol
字符:小数点
C_DOUBLE_QUOTES - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 双引号
C_EQUAL - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 等于号
C_HT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 水平制表
C_LF - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 换行
C_NOT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 非
C_OR - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 或
C_PERCENT - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 百分比
C_PLUS - Static variable in class org.aoju.bus.core.consts.Symbol
符号: +
C_QUESTION_MARK - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 问号
C_SHAPE - Static variable in class org.aoju.bus.core.consts.Symbol
符号: #
C_SINGLE_QUOTE - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 单引号
C_SLASH - Static variable in class org.aoju.bus.core.consts.Symbol
斜杠
C_SPACE - Static variable in class org.aoju.bus.core.consts.Symbol
空格
C_STAR - Static variable in class org.aoju.bus.core.consts.Symbol
符号: *
C_TAB - Static variable in class org.aoju.bus.core.consts.Symbol
TAB
C_UNDERLINE - Static variable in class org.aoju.bus.core.consts.Symbol
下划线
Caesar - Class in org.aoju.bus.core.codec
凯撒密码实现
Caesar() - Constructor for class org.aoju.bus.core.codec.Caesar
 
calendar(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
转换为Calendar对象
calendar(long) - Static method in class org.aoju.bus.core.utils.DateUtils
转换为Calendar对象
CalendarConverter - Class in org.aoju.bus.core.convert.impl
日期转换器
CalendarConverter() - Constructor for class org.aoju.bus.core.convert.impl.CalendarConverter
 
call(P...) - Method in interface org.aoju.bus.core.lang.Func
执行函数
call() - Method in interface org.aoju.bus.core.lang.VoidFunc
执行函数
Caller - Class in org.aoju.bus.core.lang
调用者。可以通过此类的方法获取调用者、多级调用者以及判断是否被调用
Caller() - Constructor for class org.aoju.bus.core.lang.Caller
 
Caller - Interface in org.aoju.bus.core.lang.caller
调用者接口 可以通过此接口的实现类方法获取调用者、多级调用者以及判断是否被调用
CallerUtils - Class in org.aoju.bus.core.utils
调用者。可以通过此类的方法获取调用者、多级调用者以及判断是否被调用
CallerUtils() - Constructor for class org.aoju.bus.core.utils.CallerUtils
 
CamelCaseLinkedMap<K,V> - Class in org.aoju.bus.core.map
驼峰Key风格的LinkedHashMap 对KEY转换为驼峰,get("int_value")和get("intValue")获得的值相同,put进入的值也会被覆盖
CamelCaseLinkedMap() - Constructor for class org.aoju.bus.core.map.CamelCaseLinkedMap
构造
CamelCaseLinkedMap(int) - Constructor for class org.aoju.bus.core.map.CamelCaseLinkedMap
构造
CamelCaseLinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CamelCaseLinkedMap
构造
CamelCaseLinkedMap(float, Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CamelCaseLinkedMap
构造
CamelCaseLinkedMap(int, float) - Constructor for class org.aoju.bus.core.map.CamelCaseLinkedMap
构造
CamelCaseMap<K,V> - Class in org.aoju.bus.core.map
驼峰Key风格的Map 对KEY转换为驼峰,get("int_value")和get("intValue")获得的值相同,put进入的值也会被覆盖
CamelCaseMap() - Constructor for class org.aoju.bus.core.map.CamelCaseMap
构造
CamelCaseMap(int) - Constructor for class org.aoju.bus.core.map.CamelCaseMap
构造
CamelCaseMap(Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CamelCaseMap
构造
CamelCaseMap(float, Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CamelCaseMap
构造
CamelCaseMap(int, float) - Constructor for class org.aoju.bus.core.map.CamelCaseMap
构造
capacity() - Method in class org.aoju.bus.core.text.StrBuilder
Gets the current size of the internal character array buffer.
capitalize(String) - Static method in class org.aoju.bus.core.utils.StringUtils
 
CARET - Static variable in class org.aoju.bus.core.consts.Symbol
 
CaseInsensitiveLinkedMap<K,V> - Class in org.aoju.bus.core.map
忽略大小写的LinkedHashMap 对KEY忽略大小写,get("Value")和get("value")获得的值相同,put进入的值也会被覆盖
CaseInsensitiveLinkedMap() - Constructor for class org.aoju.bus.core.map.CaseInsensitiveLinkedMap
构造
CaseInsensitiveLinkedMap(int) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveLinkedMap
构造
CaseInsensitiveLinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveLinkedMap
构造
CaseInsensitiveLinkedMap(float, Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveLinkedMap
构造
CaseInsensitiveLinkedMap(int, float) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveLinkedMap
构造
CaseInsensitiveMap<K,V> - Class in org.aoju.bus.core.map
忽略大小写的Map 对KEY忽略大小写,get("Value")和get("value")获得的值相同,put进入的值也会被覆盖
CaseInsensitiveMap() - Constructor for class org.aoju.bus.core.map.CaseInsensitiveMap
构造
CaseInsensitiveMap(int) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveMap
构造
CaseInsensitiveMap(Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveMap
构造
CaseInsensitiveMap(float, Map<? extends K, ? extends V>) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveMap
构造
CaseInsensitiveMap(int, float) - Constructor for class org.aoju.bus.core.map.CaseInsensitiveMap
构造
cast(Class<?>, Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
强转数组类型 强制转换的前提是数组元素类型可被强制转换 强制转换后会生成一个新数组
CastConverter<T> - Class in org.aoju.bus.core.convert.impl
强转转换器
CastConverter() - Constructor for class org.aoju.bus.core.convert.impl.CastConverter
 
Chain<E,T> - Interface in org.aoju.bus.core.lang
责任链接口
CharacterConverter - Class in org.aoju.bus.core.convert.impl
字符转换器
CharacterConverter() - Constructor for class org.aoju.bus.core.convert.impl.CharacterConverter
 
charAt(int) - Method in class org.aoju.bus.core.text.StrBuilder
Gets the character at the specified index.
charAt(int) - Method in class org.aoju.bus.core.utils.TextUtils
 
charMatcher(char) - Static method in class org.aoju.bus.core.text.StrMatcher
Constructor that creates a matcher from a character.
CharSequenceTranslator - Class in org.aoju.bus.core.text.translate
An API for translating text.
CharSequenceTranslator() - Constructor for class org.aoju.bus.core.text.translate.CharSequenceTranslator
 
Charset - Class in org.aoju.bus.core.consts
编码常量
Charset() - Constructor for class org.aoju.bus.core.consts.Charset
 
charset - Variable in class org.aoju.bus.core.consts.MediaType
 
charset() - Method in class org.aoju.bus.core.consts.MediaType
返回此媒体类型的字符集,如果该媒体类型没有指定字符集,则返回null.
charset(Charset) - Method in class org.aoju.bus.core.consts.MediaType
返回此媒体类型的字符集,或者defaultValue, 如果此媒体类型没有指定字符集,则当前运行时不支持该字符集
charset - Variable in class org.aoju.bus.core.io.file.FileWrapper
 
charset(String) - Static method in class org.aoju.bus.core.utils.CharsetUtils
转换为Charset对象
CHARSET_GBK - Static variable in class org.aoju.bus.core.consts.Charset
 
CHARSET_PARAMETER - Static variable in class org.aoju.bus.core.consts.MediaType
The media type charset parameter name.
CharsetConverter - Class in org.aoju.bus.core.convert.impl
编码对象转换器
CharsetConverter() - Constructor for class org.aoju.bus.core.convert.impl.CharsetConverter
 
charSetMatcher(char...) - Static method in class org.aoju.bus.core.text.StrMatcher
Constructor that creates a matcher from a set of characters.
charSetMatcher(String) - Static method in class org.aoju.bus.core.text.StrMatcher
Constructor that creates a matcher from a string representing a set of characters.
CharsetUtils - Class in org.aoju.bus.core.utils
字符集工具类
CharsetUtils() - Constructor for class org.aoju.bus.core.utils.CharsetUtils
 
CharUtils - Class in org.aoju.bus.core.utils
字符工具类 部分工具来自于Apache
CharUtils() - Constructor for class org.aoju.bus.core.utils.CharUtils
 
checkBound(int, int, String) - Method in class org.aoju.bus.core.iterator.ArrayIterator
Checks whether the index is valid or not.
checkOffsetAndCount(long, long, long) - Static method in class org.aoju.bus.core.utils.IoUtils
 
checkpw(String, String) - Static method in class org.aoju.bus.core.codec.Blowfish
Check that a plaintext password matches a previously hashed first
checkSlip(File, File) - Static method in class org.aoju.bus.core.utils.FileUtils
检查父完整路径是否为自路径的前半部分,如果不是说明不是子路径,可能存在slip注入。
checksum(File, Checksum) - Static method in class org.aoju.bus.core.utils.FileUtils
计算文件校验码
checksum(InputStream, Checksum) - Static method in class org.aoju.bus.core.utils.IoUtils
计算流的校验码,计算后关闭流
checksumCRC32(File) - Static method in class org.aoju.bus.core.utils.FileUtils
计算文件CRC32校验码
checksumCRC32(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
计算流CRC32校验码,计算后关闭流
CHINESE - Static variable in class org.aoju.bus.core.consts.RegEx
 
CHINESE_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
单个中文汉字
CHINESES - Static variable in class org.aoju.bus.core.consts.RegEx
 
CHINESES_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
中文汉字
CITIZEN_ID - Static variable in class org.aoju.bus.core.consts.RegEx
 
CITIZEN_ID_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
18位身份证号码
CLASS - Static variable in class org.aoju.bus.core.consts.FileType
Class文件扩展名
CLASS_PATH - Static variable in class org.aoju.bus.core.consts.System
类路径
CLASS_VERSION - Static variable in class org.aoju.bus.core.consts.System
Java 类格式版本号
ClassConverter - Class in org.aoju.bus.core.convert.impl
类转换器 将类名转换为类
ClassConverter() - Constructor for class org.aoju.bus.core.convert.impl.ClassConverter
 
CLASSPATH_URL_PREFIX - Static variable in class org.aoju.bus.core.utils.URLUtils
针对ClassPath路径的伪协议前缀(兼容Spring): "classpath:"
ClassPathResource - Class in org.aoju.bus.core.io.resource
ClassPath单一资源访问类 传入路径path必须为相对路径,如果传入绝对路径,Linux路径会去掉开头的“/”,而Windows路径会直接报错。 传入的path所指向的资源必须存在,否则报错
ClassPathResource(String) - Constructor for class org.aoju.bus.core.io.resource.ClassPathResource
构造
ClassPathResource(String, ClassLoader) - Constructor for class org.aoju.bus.core.io.resource.ClassPathResource
构造
ClassPathResource(String, Class<?>) - Constructor for class org.aoju.bus.core.io.resource.ClassPathResource
构造
ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class org.aoju.bus.core.io.resource.ClassPathResource
构造
ClassScaner - Class in org.aoju.bus.core.lang
类扫描器
ClassScaner() - Constructor for class org.aoju.bus.core.lang.ClassScaner
构造,默认UTF-8编码
ClassScaner(String) - Constructor for class org.aoju.bus.core.lang.ClassScaner
构造,默认UTF-8编码
ClassScaner(String, Filter<Class<?>>) - Constructor for class org.aoju.bus.core.lang.ClassScaner
构造,默认UTF-8编码
ClassScaner(String, Filter<Class<?>>, Charset) - Constructor for class org.aoju.bus.core.lang.ClassScaner
构造
ClassUtils - Class in org.aoju.bus.core.utils
类工具类
ClassUtils() - Constructor for class org.aoju.bus.core.utils.ClassUtils
 
ClassUtils.Interfaces - Enum in org.aoju.bus.core.utils
 
clean(String) - Static method in class org.aoju.bus.core.utils.FileUtils
清空文件夹 注意:清空文件夹时不会判断文件夹是否为空,如果不空则递归删除子文件或文件夹 某个文件删除失败会终止删除操作
clean(File) - Static method in class org.aoju.bus.core.utils.FileUtils
清空文件夹 注意:清空文件夹时不会判断文件夹是否为空,如果不空则递归删除子文件或文件夹 某个文件删除失败会终止删除操作
cleanBlank(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
清理空白字符
cleanInitValue(T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
清空对象中所有属性的初始值
cleanInvalid(String) - Static method in class org.aoju.bus.core.utils.FileUtils
清除文件名中的在Windows下不支持的非法字符,包括: \ / : * ? " < > |
cleanInvalid(String) - Static method in class org.aoju.bus.core.utils.XmlUtils
去除XML文本中的无效字符
clear() - Method in class org.aoju.bus.core.io.Buffer
Discards all bytes in this buffer.
clear() - Method in class org.aoju.bus.core.lang.SimpleCache
清空缓存池
clear() - Method in class org.aoju.bus.core.lang.WeightRandom
清空权重表
clear() - Method in class org.aoju.bus.core.map.MapProxy
 
clear() - Method in class org.aoju.bus.core.map.MapWrapper
 
clear() - Method in class org.aoju.bus.core.map.TableMap
 
clear() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
clear() - Method in class org.aoju.bus.core.text.StrBuilder
Clears the string builder (convenience Collections API style method).
clear() - Method in class org.aoju.bus.core.utils.PatternUtils
清空缓存池
clear() - Method in class org.aoju.bus.core.utils.TextUtils
删除全部字符,位置归零
clearDeadline() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
clearDeadline() - Method in class org.aoju.bus.core.io.Timeout
 
clearTimeout() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
clearTimeout() - Method in class org.aoju.bus.core.io.Timeout
 
clearWorker() - Method in class org.aoju.bus.core.thread.SyncFinisher
清空工作线程对象
clockSequence() - Method in class org.aoju.bus.core.key.UUID
与此 UUID 相关联的时钟序列值。
clone() - Method in interface org.aoju.bus.core.clone.Cloneable
克隆当前对象,浅复制
clone() - Method in class org.aoju.bus.core.clone.Support
 
clone() - Method in class org.aoju.bus.core.io.Buffer
Returns a deep copy of this buffer.
clone() - Method in class org.aoju.bus.core.lang.Dict
 
clone(T[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(T) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组,如果非数组返回null
clone(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
克隆数组
clone(T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
克隆对象 如果对象实现Cloneable接口,调用其clone方法 如果实现Serializable接口,执行深度克隆 否则返回null
Cloneable<T> - Interface in org.aoju.bus.core.clone
克隆支持接口
cloneByStream(T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
序列化后拷贝流的方式克隆 对象必须实现Serializable接口
CloneObject(Class<T>, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
克隆有序列化的对象
CloneObject(T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
克隆有序列化的对象
close() - Method in class org.aoju.bus.core.io.BOMInputStream
 
close() - Method in class org.aoju.bus.core.io.Buffer
 
close() - Method in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
close() - Method in class org.aoju.bus.core.io.DeflaterSink
 
close() - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
此方法无任何效果,当流被关闭后不会抛出IOException
close() - Method in class org.aoju.bus.core.io.ForwardingSink
 
close() - Method in class org.aoju.bus.core.io.ForwardingSource
 
close() - Method in class org.aoju.bus.core.io.GzipSink
 
close() - Method in class org.aoju.bus.core.io.GzipSource
 
close() - Method in class org.aoju.bus.core.io.InflaterSource
 
close() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
close() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
close() - Method in interface org.aoju.bus.core.io.Sink
 
close() - Method in interface org.aoju.bus.core.io.Source
Closes this source and releases the resources held by this source.
close() - Method in class org.aoju.bus.core.io.watch.WatchMonitor
关闭监听
close() - Method in class org.aoju.bus.core.text.csv.CsvParser
 
close() - Method in class org.aoju.bus.core.text.csv.CsvWriter
 
close(Closeable) - Static method in class org.aoju.bus.core.utils.IoUtils
关闭 关闭失败不会抛出异常
close(AutoCloseable) - Static method in class org.aoju.bus.core.utils.IoUtils
关闭 关闭失败不会抛出异常
close(Socket) - Static method in class org.aoju.bus.core.utils.IoUtils
关闭 关闭失败不会抛出异常
CodePointTranslator - Class in org.aoju.bus.core.text.translate
Helper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.
CodePointTranslator() - Constructor for class org.aoju.bus.core.text.translate.CodePointTranslator
 
CollectionConverter - Class in org.aoju.bus.core.convert.impl
各种集合类转换器
CollectionConverter() - Constructor for class org.aoju.bus.core.convert.impl.CollectionConverter
构造,默认集合类型使用Collection
CollectionConverter(Type) - Constructor for class org.aoju.bus.core.convert.impl.CollectionConverter
构造
CollectionConverter(Class<?>) - Constructor for class org.aoju.bus.core.convert.impl.CollectionConverter
构造
CollectionConverter(Type, Type) - Constructor for class org.aoju.bus.core.convert.impl.CollectionConverter
构造
CollectionValueMap<K,V> - Class in org.aoju.bus.core.map.multi
值作为集合的Map实现,通过调用putValue可以在相同key时加入多个值,多个值用集合表示
CollectionValueMap() - Constructor for class org.aoju.bus.core.map.multi.CollectionValueMap
构造
CollectionValueMap(int) - Constructor for class org.aoju.bus.core.map.multi.CollectionValueMap
构造
CollectionValueMap(Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.CollectionValueMap
构造
CollectionValueMap(float, Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.CollectionValueMap
构造
CollectionValueMap(int, float) - Constructor for class org.aoju.bus.core.map.multi.CollectionValueMap
构造
collectToString(Map<K, V>) - Static method in class org.aoju.bus.core.utils.JsonUtils
将map转化为string
CollUtils - Class in org.aoju.bus.core.utils
集合相关工具类
CollUtils() - Constructor for class org.aoju.bus.core.utils.CollUtils
 
CollUtils.Consumer<T> - Interface in org.aoju.bus.core.utils
针对一个参数做相应的操作
CollUtils.Hash<T> - Interface in org.aoju.bus.core.utils
Hash计算接口
CollUtils.KVConsumer<K,V> - Interface in org.aoju.bus.core.utils
针对两个参数做相应的操作,例如Map中的KEY和VALUE
COLON - Static variable in class org.aoju.bus.core.consts.Symbol
 
Combination - Class in org.aoju.bus.core.math
组合,即C(n, m) 排列组合相关类
Combination(String[]) - Constructor for class org.aoju.bus.core.math.Combination
组合,即C(n, m) 排列组合相关类
combinationCount(int, int) - Static method in class org.aoju.bus.core.utils.MathUtils
计算组合数,即C(n, m) = n!/((n-m)! * m!)
combinationSelect(String[], int) - Static method in class org.aoju.bus.core.utils.MathUtils
组合选择(从列表中选择n个组合)
ComEager - Annotation Type in org.aoju.bus.core.annotation
公共注解
COMMA - Static variable in class org.aoju.bus.core.consts.Symbol
 
commaMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the comma character.
CommonException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 通用异常类封装
CommonException() - Constructor for exception org.aoju.bus.core.lang.exception.CommonException
 
CommonException(String) - Constructor for exception org.aoju.bus.core.lang.exception.CommonException
 
CommonException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.CommonException
 
CommonException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.CommonException
 
CommonException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.CommonException
 
compact() - Method in class org.aoju.bus.core.io.Segment
 
compare(boolean, boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
Compares two boolean values.
compare(char, char) - Static method in class org.aoju.bus.core.utils.CharUtils
对两个char值进行数值比较
compare(char, char) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(double, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(long, long) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(short, short) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(byte, byte) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个值的大小
compare(T, T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
null安全的对象比较,null对象排在末尾
compare(T, T, boolean) - Static method in class org.aoju.bus.core.utils.ObjectUtils
null安全的对象比较
compareTo(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
compareTo(ObjectID) - Method in class org.aoju.bus.core.key.ObjectID
 
compareTo(UUID) - Method in class org.aoju.bus.core.key.UUID
将此 UUID 与指定的 UUID 比较。
compareTo(MutableBool) - Method in class org.aoju.bus.core.lang.mutable.MutableBool
比较
compareTo(MutableByte) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
比较
compareTo(MutableDouble) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
比较
compareTo(MutableFloat) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
比较
compareTo(MutableInt) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
比较
compareTo(MutableLong) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
比较
compareTo(MutableShort) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
比较
compareTo(Pair<L, R>) - Method in class org.aoju.bus.core.lang.tuple.Pair
Compares the pair based on the left element followed by the right element.
compareTo(Triple<L, M, R>) - Method in class org.aoju.bus.core.lang.tuple.Triple
Compares the triple based on the left element, followed by the middle element, finally the right element.
CompareToBuilder - Class in org.aoju.bus.core.builder
/** 用于构建 Comparable.compareTo(Object) 方法的辅助工具
CompareToBuilder() - Constructor for class org.aoju.bus.core.builder.CompareToBuilder
构造,构造后调用append方法增加比较项,然后调用CompareToBuilder.toComparison()获取结果
compareWithNow(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
两个时间比较
compareWithNow(long) - Static method in class org.aoju.bus.core.utils.DateUtils
两个时间比较(时间戳比较)
compareWithNow(String) - Static method in class org.aoju.bus.core.utils.DateUtils
两个时间比较(时间戳比较)
COMPILER - Static variable in class org.aoju.bus.core.consts.System
要使用的 JIT 编译器的名称
complateUrl(String, String) - Static method in class org.aoju.bus.core.utils.URLUtils
补全相对路径
completeSegmentByteCount() - Method in class org.aoju.bus.core.io.Buffer
 
compress(File, File, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
压缩图像,输出图像只支持jpg文件
compress(byte[]) - Static method in class org.aoju.bus.core.utils.StringUtils
系统压缩(返回base64后的压缩数据)
compress(String, String...) - Static method in class org.aoju.bus.core.utils.StringUtils
系统压缩(返回base64后的压缩数据)
compress2(byte[]) - Static method in class org.aoju.bus.core.utils.StringUtils
自定义二级压缩(最终显示为base64后的串)
compress2(String, String...) - Static method in class org.aoju.bus.core.utils.StringUtils
自定义二级压缩(最终显示为base64后的串)
concat(boolean, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
连接多个字符串为一个
Console - Class in org.aoju.bus.core.lang
命令行(控制台)工具方法类 此类主要针对System.outSystem.err 做封装。
Console() - Constructor for class org.aoju.bus.core.lang.Console
 
contains(Object) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
contains(char) - Method in class org.aoju.bus.core.text.StrBuilder
Checks if the string builder contains the specified char.
contains(String) - Method in class org.aoju.bus.core.text.StrBuilder
Checks if the string builder contains the specified string.
contains(StrMatcher) - Method in class org.aoju.bus.core.text.StrBuilder
Checks if the string builder contains a string matched using the specified matcher.
contains(Object[], Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(double[], double, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
contains(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素
contains(Collection<?>, Object) - Static method in class org.aoju.bus.core.utils.CollUtils
判断指定集合是否包含指定值,如果集合为空(null或者空),返回false,否则找到元素返回true
contains(Object, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
对象中是否包含元素
contains(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
指定内容中是否有表达式匹配的内容
contains(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
指定内容中是否有表达式匹配的内容
contains(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
指定字符是否在字符串中出现过
containsAll(Collection<?>) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
containsAny(Collection<?>, Collection<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
其中一个集合在另一个集合中是否至少包含一个元素,既是两个集合是否至少有一个共同的元素
containsAny(CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
查找指定字符串是否包含指定字符串列表中的任意一个字符串
containsAny(CharSequence, char...) - Static method in class org.aoju.bus.core.utils.StringUtils
查找指定字符串是否包含指定字符列表中的任意一个字符
containsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
查找指定字符串是否包含指定字符串列表中的任意一个字符串 忽略大小写
containsBlank(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串是否包含空白符(空白符包括空格、制表符、全角空格和不间断空格) 如果给定字符串为null或者"",则返回false
containsHeader - Variable in class org.aoju.bus.core.text.csv.CsvReadConfig
是否首行做为标题行,默认false
containsIgnoreCase(CharSequence[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组中是否包含元素,忽略大小写
containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
是否包含特定字符,忽略大小写,如果给定两个参数都为null,返回true
containsInvalid(String) - Static method in class org.aoju.bus.core.utils.FileUtils
文件名中是否包含在Windows下不支持的非法字符,包括: \ / : * ? " < > |
containsKey(String) - Method in class org.aoju.bus.core.bean.copier.provider.BeanValueProvider
 
containsKey(String) - Method in class org.aoju.bus.core.bean.copier.provider.MapValueProvider
 
containsKey(T) - Method in interface org.aoju.bus.core.bean.copier.ValueProvider
是否包含指定KEY,如果不包含则忽略注入 此接口方法单独需要实现的意义在于:有些值提供者(比如Map)key是存在的,但是value为null,此时如果需要注入这个null,需要根据此方法判断
containsKey(Object) - Method in class org.aoju.bus.core.map.CustomKeyMap
 
containsKey(Object) - Method in class org.aoju.bus.core.map.MapProxy
 
containsKey(Object) - Method in class org.aoju.bus.core.map.MapWrapper
 
containsKey(Object) - Method in class org.aoju.bus.core.map.TableMap
 
containsOnly(CharSequence, char...) - Static method in class org.aoju.bus.core.utils.StringUtils
检查指定字符串中是否只包含给定的字符
containsTypeVariables(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Learn, recursively, whether any of the type parameters associated with type are bound to variables.
containsValue(Object) - Method in class org.aoju.bus.core.map.MapProxy
 
containsValue(Object) - Method in class org.aoju.bus.core.map.MapWrapper
 
containsValue(Object) - Method in class org.aoju.bus.core.map.TableMap
 
contentEquals(File, File) - Static method in class org.aoju.bus.core.utils.FileUtils
比较两个文件内容是否相同 首先比较长度,长度一致再比较内容 此方法来自Apache Commons io
contentEquals(InputStream, InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
对比两个流内容是否相同 内部会转换流为 BufferedInputStream
contentEquals(Reader, Reader) - Static method in class org.aoju.bus.core.utils.IoUtils
对比两个Reader的内容是否一致 内部会转换流为 BufferedInputStream
contentEqualsIgnoreEOL(File, File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
比较两个文件内容是否相同 首先比较长度,长度一致再比较内容,比较内容采用按行读取,每行比较 此方法来自Apache Commons io
contentEqualsIgnoreEOL(Reader, Reader) - Static method in class org.aoju.bus.core.utils.IoUtils
对比两个流内容是否相同,忽略EOL字符 内部会转换流为 BufferedInputStream
convert(Object, T) - Method in class org.aoju.bus.core.convert.AbstractConverter
 
Convert - Class in org.aoju.bus.core.convert
类型转换器
Convert() - Constructor for class org.aoju.bus.core.convert.Convert
 
convert(Class<T>, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换值为指定类型
convert(Type, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换值为指定类型
convert(Class<T>, Object, T) - Static method in class org.aoju.bus.core.convert.Convert
转换值为指定类型
convert(Type, Object, T) - Static method in class org.aoju.bus.core.convert.Convert
转换值为指定类型
convert(Object, T) - Method in interface org.aoju.bus.core.convert.Converter
转换为指定类型 如果类型无法确定,将读取默认值的类型做为目标类型
convert(Type, Object, T, boolean) - Method in class org.aoju.bus.core.convert.ConverterRegistry
转换值为指定类型
convert(Type, Object, T) - Method in class org.aoju.bus.core.convert.ConverterRegistry
转换值为指定类型 自定义转换器优先
convert(Type, Object) - Method in class org.aoju.bus.core.convert.ConverterRegistry
转换值为指定类型
convert(Object, Collection<?>) - Method in class org.aoju.bus.core.convert.impl.CollectionConverter
 
convert(String, String, String) - Static method in class org.aoju.bus.core.utils.CharsetUtils
转换字符串的字符集编码
convert(String, Charset, Charset) - Static method in class org.aoju.bus.core.utils.CharsetUtils
转换字符串的字符集编码 当以错误的编码读取为字符串时,打印字符串将出现乱码。 此方法用于纠正因读取使用编码错误导致的乱码问题。 例如,在Servlet请求中客户端用GBK编码了请求参数,我们使用UTF-8读取到的是乱码,此时,使用此方法即可还原原编码的内容
convert(File, Charset, Charset) - Static method in class org.aoju.bus.core.utils.CharsetUtils
转换文件编码 此方法用于转换文件编码,读取的文件实际编码必须与指定的srcCharset编码一致,否则导致乱码
convert(File, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像类型转换:GIF=》JPG、GIF=》PNG、PNG=》JPG、PNG=》GIF(X)、BMP=》PNG
convert(InputStream, String, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像类型转换:GIF=》JPG、GIF=》PNG、PNG=》JPG、PNG=》GIF(X)、BMP=》PNG 此方法并不关闭流
convert(Image, String, ImageOutputStream, boolean) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像类型转换:GIF=》JPG、GIF=》PNG、PNG=》JPG、PNG=》GIF(X)、BMP=》PNG 此方法并不关闭流
convert(Object, Class<?>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
 
convert15To18(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
将15位身份证号码转换为18位
convertByClassName(String, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换值为指定类型,类型采用字符串表示
convertCharset(String, String, String) - Static method in class org.aoju.bus.core.convert.Convert
给定字符串转换字符编码 如果参数为空,则返回原字符串,不报错。
convertCharset(File, Charset, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
转换文件编码 此方法用于转换文件编码,读取的文件实际编码必须与指定的srcCharset编码一致,否则导致乱码
convertClassNameToResourcePath(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
Converter<T> - Interface in org.aoju.bus.core.convert
转换器接口,实现类型转换
ConverterRegistry - Class in org.aoju.bus.core.convert
转换器登记中心
ConverterRegistry() - Constructor for class org.aoju.bus.core.convert.ConverterRegistry
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.AbstractConverter
内部转换器,被 convert(Object, Object) 调用,实现基本转换逻辑 内部转换器转换后如果转换失败可以做如下操作,处理结果都为返回默认值:
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.ArrayConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.AtomicBooleanConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.AtomicReferenceConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.BeanConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.BooleanConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.ByteArrayConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CalendarConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CastConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CharacterConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CharsetConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.ClassConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CollectionConverter
内部转换
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.CurrencyConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.DateConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.EnumConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.GenericEnumConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.MapConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.NumberConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.PathConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.PrimitiveConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.ReferenceConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.StringConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.TimeZoneConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.URIConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.URLConverter
 
convertInternal(Object) - Method in class org.aoju.bus.core.convert.impl.UUIDConverter
 
convertJsonToList(String, Class<T>) - Static method in class org.aoju.bus.core.utils.JsonUtils
JSON转换为List
convertJsonToObject(String, Class<?>) - Static method in class org.aoju.bus.core.utils.JsonUtils
转换JSON字符串为对象
convertLineSeparator(File, Charset, LineSeparator) - Static method in class org.aoju.bus.core.utils.FileUtils
转换换行符 将给定文件的换行符转换为指定换行符
convertObjectToJSON(Object) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
convertReflectionExceptionToUnchecked(Exception) - Static method in class org.aoju.bus.core.utils.ReflectUtils
将反射时的checked exception转换为unchecked exception.
convertTime(long, TimeUnit, TimeUnit) - Static method in class org.aoju.bus.core.convert.Convert
转换时间单位
convertToStr(Object) - Method in class org.aoju.bus.core.convert.AbstractConverter
值转为String 转换规则为:
convertToStr(Object) - Method in class org.aoju.bus.core.convert.impl.NumberConverter
 
convertToStr(Object) - Method in class org.aoju.bus.core.convert.impl.PrimitiveConverter
 
convertXmlStrToObject(String, Class) - Static method in class org.aoju.bus.core.utils.XmlUtils
将String类型的xml转换成对象
Copier<T> - Interface in org.aoju.bus.core.lang.copier
拷贝接口
copy() - Method in class org.aoju.bus.core.bean.copier.BeanCopier
 
copy() - Method in class org.aoju.bus.core.io.file.FileCopier
执行拷贝 拷贝规则为:
copy() - Method in interface org.aoju.bus.core.lang.copier.Copier
执行拷贝
copy(Object, int, Object, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
copy(Object, Object, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装 System.arraycopy(Object, int, Object, int, int) 数组复制,缘数组和目标数组都是从位置0开始复制
copy(ByteBuffer, int, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
拷贝到一个新的ByteBuffer
copy(ByteBuffer, ByteBuffer) - Static method in class org.aoju.bus.core.utils.BufferUtils
拷贝ByteBuffer
copy(ByteBuffer, ByteBuffer, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
拷贝ByteBuffer
copy(ByteBuffer, int, ByteBuffer, int, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
拷贝ByteBuffer
copy(String, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
复制文件或目录 如果目标文件为目录,则将源文件以相同文件名拷贝到目标目录
copy(File, File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
复制文件或目录 情况如下:
copy(Reader, Writer) - Static method in class org.aoju.bus.core.utils.IoUtils
将Reader中的内容复制到Writer中 使用默认缓存大小
copy(Reader, Writer, int) - Static method in class org.aoju.bus.core.utils.IoUtils
将Reader中的内容复制到Writer中
copy(Reader, Writer, int, StreamProgress) - Static method in class org.aoju.bus.core.utils.IoUtils
将Reader中的内容复制到Writer中
copy(InputStream, OutputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝流,使用默认Buffer大小
copy(InputStream, OutputStream, int) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝流
copy(InputStream, OutputStream, int, StreamProgress) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝流
copy(FileInputStream, FileOutputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝文件流,使用NIO
copy(ReadableByteChannel, WritableByteChannel, int, StreamProgress) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝流,使用NIO,不会关闭流
copy(InputStream, Writer) - Static method in class org.aoju.bus.core.utils.IoUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - Static method in class org.aoju.bus.core.utils.IoUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(InputStream, OutputStream, byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copy(InputStream, OutputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copy(InputStream, OutputStream, int, byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copy(InputStream, OutputStream, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copy(InputStream, OutputStream, int, int, byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copy(InputStream, OutputStream, int, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
copyByNIO(InputStream, OutputStream, int, StreamProgress) - Static method in class org.aoju.bus.core.utils.IoUtils
拷贝流 thanks to: https://github.com/venusdrogon/feilong-io/blob/master/src/main/java/com/feilong/io/IOWriteUtil.java 本方法不会关闭流
copyContent(File, File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
复制文件或目录 情况如下:
copyFile(String, String, StandardCopyOption...) - Static method in class org.aoju.bus.core.utils.FileUtils
通过JDK7+的 Files.copy(Path, Path, CopyOption...) 方法拷贝文件
copyFile(File, File, StandardCopyOption...) - Static method in class org.aoju.bus.core.utils.FileUtils
通过JDK7+的 Files.copy(Path, Path, CopyOption...) 方法拷贝文件
copyFile(Path, Path, StandardCopyOption...) - Static method in class org.aoju.bus.core.utils.FileUtils
通过JDK7+的 Files.copy(Path, Path, CopyOption...) 方法拷贝文件
copyFilesFromDir(File, File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
复制文件或目录 情况如下:
copyFilter - Variable in class org.aoju.bus.core.lang.copier.SrcToDestCopier
拷贝过滤器,可以过滤掉不需要拷贝的源
copyImage(Image, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
将已有Image复制新的一份出来
copyImage(Image, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
将已有Image复制新的一份出来
CopyOptions - Class in org.aoju.bus.core.bean.copier
属性拷贝选项 包括: 1、限制的类或接口,必须为目标对象的实现接口或父类,用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类 2、是否忽略空值,当源对象的值为null时,true: 忽略而不注入此值,false: 注入null 3、忽略的属性列表,设置一个属性列表,不拷贝这些属性值
CopyOptions() - Constructor for class org.aoju.bus.core.bean.copier.CopyOptions
构造拷贝选项
CopyOptions(Class<?>, boolean, String...) - Constructor for class org.aoju.bus.core.bean.copier.CopyOptions
构造拷贝选项
copyProperties(Object, Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
复制Bean对象属性
copyProperties(Object, Object, String...) - Static method in class org.aoju.bus.core.utils.BeanUtils
复制Bean对象属性 限制类用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
copyProperties(Object, Object, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
复制Bean对象属性
copyProperties(Object, Object, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
复制Bean对象属性 限制类用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
copyTo(OutputStream) - Method in class org.aoju.bus.core.io.Buffer
Copy the contents of this to out.
copyTo(OutputStream, long, long) - Method in class org.aoju.bus.core.io.Buffer
Copy byteCount bytes from this, starting at offset, to out.
copyTo(Buffer, long, long) - Method in class org.aoju.bus.core.io.Buffer
Copy byteCount bytes from this, starting at offset, to out.
count(int) - Static method in class org.aoju.bus.core.math.Arrangement
计算排列数,即A(n, n) = n!
count(int, int) - Static method in class org.aoju.bus.core.math.Arrangement
计算排列数,即A(n, m) = n!/(n-m)!
count(int, int) - Static method in class org.aoju.bus.core.math.Combination
计算组合数,即C(n, m) = n!/((n-m)! * m!)
count() - Method in class org.aoju.bus.core.thread.SyncFinisher
 
count(Iterable<T>, Matcher<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
集合中匹配规则的数量
count(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
计算等份个数
count(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
计算指定字符串中,匹配pattern的个数
count(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
计算指定字符串中,匹配pattern的个数
count(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
统计指定内容中包含指定字符串的数量 参数为 null 或者 "" 返回 0.
count(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
统计指定内容中包含指定字符的数量
countAll(int) - Static method in class org.aoju.bus.core.math.Arrangement
计算排列总数,即A(n, 1) + A(n, 2) + A(n, 3)...
countAll(int) - Static method in class org.aoju.bus.core.math.Combination
计算组合总数,即C(n, 1) + C(n, 2) + C(n, 3)...
countMap(Iterable<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
根据集合返回一个元素计数的 Map 所谓元素计数就是假如这个集合中某个元素出现了n次,那将这个元素做为key,n做为value 例如:[a,b,c,c,c] 得到: a: 1 b: 1 c: 3
countMap(Iterable<T>) - Static method in class org.aoju.bus.core.utils.IterUtils
根据集合返回一个元素计数的 Map 所谓元素计数就是假如这个集合中某个元素出现了n次,那将这个元素做为key,n做为value 例如:[a,b,c,c,c] 得到: a: 1 b: 1 c: 3
countMap(Iterator<T>) - Static method in class org.aoju.bus.core.utils.IterUtils
根据集合返回一个元素计数的 Map 所谓元素计数就是假如这个集合中某个元素出现了n次,那将这个元素做为key,n做为value 例如:[a,b,c,c,c] 得到: a: 1 b: 1 c: 3
CR - Static variable in class org.aoju.bus.core.consts.Symbol
 
create(String) - Static method in class org.aoju.bus.core.bean.BeanPath
解析Bean路径表达式为Bean模式 Bean表达式,用于获取多层嵌套Bean中的字段值或Bean对象 根据给定的表达式,查找Bean中对应的属性值对象。 表达式分为两种: .表达式,可以获取Bean对象中的属性(字段)值或者Map中key对应的值 []表达式,可以获取集合等对象中对应index的值
create(Object, T, CopyOptions) - Static method in class org.aoju.bus.core.bean.copier.BeanCopier
创建BeanCopier
create() - Static method in class org.aoju.bus.core.bean.copier.CopyOptions
创建拷贝选项
create(Class<?>, boolean, String...) - Static method in class org.aoju.bus.core.bean.copier.CopyOptions
创建拷贝选项
create(Object) - Static method in class org.aoju.bus.core.bean.DynaBean
创建一个DynaBean
create(Class<?>, Object...) - Static method in class org.aoju.bus.core.bean.DynaBean
创建一个DynaBean
create(Date, Date) - Static method in class org.aoju.bus.core.date.Between
创建 在前的日期做为起始时间,在后的做为结束时间,间隔只保留绝对值正数
create(Date, Date, boolean) - Static method in class org.aoju.bus.core.date.Between
创建 在前的日期做为起始时间,在后的做为结束时间,间隔只保留绝对值正数
create(String, String) - Static method in class org.aoju.bus.core.io.file.FileCopier
新建一个文件复制器
create(File, File) - Static method in class org.aoju.bus.core.io.file.FileCopier
新建一个文件复制器
create(File, Charset) - Static method in class org.aoju.bus.core.io.file.FileReader
创建 FileReader
create(File) - Static method in class org.aoju.bus.core.io.file.FileReader
创建 FileReader, 编码:FileWrapper.DEFAULT_CHARSET
create(File, Charset) - Static method in class org.aoju.bus.core.io.file.FileWriter
创建 FileWriter
create(File) - Static method in class org.aoju.bus.core.io.file.FileWriter
创建 FileWriter, 编码:FileWrapper.DEFAULT_CHARSET
create(Watcher...) - Static method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
创建观察者链WatcherChain
create(URL, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(URL, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(URI, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(URI, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(File, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(File, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(String, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(String, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(Path, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create(Path, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听
create() - Static method in class org.aoju.bus.core.lang.Dict
创建Dict
create() - Static method in class org.aoju.bus.core.lang.WeightRandom
创建权重随机获取器
create(Map<K, V>) - Static method in class org.aoju.bus.core.map.MapBuilder
创建Builder
create(Map<?, ?>) - Static method in class org.aoju.bus.core.map.MapProxy
创建代理Map 此类对Map做一次包装,提供各种getXXX方法
create() - Static method in class org.aoju.bus.core.thread.ExecutorBuilder
创建ExecutorBuilder,开始构建
create() - Static method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
create(Class<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
创建新的集合对象
create() - Static method in class org.aoju.bus.core.utils.TextUtils
创建字符串构建器
create(int) - Static method in class org.aoju.bus.core.utils.TextUtils
创建字符串构建器
create(CharSequence...) - Static method in class org.aoju.bus.core.utils.TextUtils
创建字符串构建器
create(URL, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(URL, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(URI, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(URI, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(File, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(File, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(String, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(String, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(Path, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
create(Path, int, WatchEvent.Kind<?>...) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听
createAddress(String, int) - Static method in class org.aoju.bus.core.utils.NetUtils
createAll(URI, Watcher) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听,监听所有事件
createAll(URL, Watcher) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听,监听所有事件
createAll(File, Watcher) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听,监听所有事件
createAll(String, Watcher) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听,监听所有事件
createAll(Path, Watcher) - Static method in class org.aoju.bus.core.io.watch.WatchMonitor
创建并初始化监听,监听所有事件
createAll(URL, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(URL, int, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(URI, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(URI, int, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(File, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(File, int, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(String, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(String, int, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(Path, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createAll(Path, int, Watcher) - Static method in class org.aoju.bus.core.utils.WatchUtils
创建并初始化监听,监听所有事件
createCollction() - Method in class org.aoju.bus.core.map.multi.CollectionValueMap
创建集合 此方法用于创建在putValue后追加值所在的集合,子类实现此方法创建不同类型的集合
createCollction() - Method in class org.aoju.bus.core.map.multi.ListValueMap
 
createCollction() - Method in class org.aoju.bus.core.map.multi.SetValueMap
 
createDocumentBuilder() - Static method in class org.aoju.bus.core.utils.XmlUtils
创建 DocumentBuilder
createDynaBean(Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
创建动态Bean
createFont(File) - Static method in class org.aoju.bus.core.utils.ImageUtils
根据文件创建字体 首先尝试创建Font.TRUETYPE_FONT字体,此类字体无效则创建Font.TYPE1_FONT
createFont(InputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
根据文件创建字体 首先尝试创建Font.TRUETYPE_FONT字体,此类字体无效则创建Font.TYPE1_FONT
createGraphics(BufferedImage, Color) - Static method in class org.aoju.bus.core.image.Graphics
createGraphics(BufferedImage, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
createImage(String, Font, Color, Color, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
根据文字创建PNG图片
createMap(Class<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
创建Map 传入抽象MapAbstractMapMap类将默认创建HashMap
createMap(Class<?>) - Static method in class org.aoju.bus.core.utils.MapUtils
创建Map 传入抽象MapAbstractMapMap类将默认创建HashMap
createProxy(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.MapUtils
创建代理Map MapProxy对Map做一次包装,提供各种getXXX方法
createTempFile(File) - Static method in class org.aoju.bus.core.utils.FileUtils
创建临时文件 创建后的文件名为 prefix[Randon].tmp
createTempFile(File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
创建临时文件 创建后的文件名为 prefix[Randon].tmp
createTempFile(String, String, File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
创建临时文件 创建后的文件名为 prefix[Randon].suffix From com.jodd.io.FileUtils
createThreadFactoryBuilder() - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建ThreadFactoryBuilder
createThreadLocal(boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建本地线程对象
createXml() - Static method in class org.aoju.bus.core.utils.XmlUtils
创建XML文档 创建的XML默认是utf8编码,修改编码的过程是在toStr和toFile方法里,既XML在转为文本的时候才定义编码
createXml(String) - Static method in class org.aoju.bus.core.utils.XmlUtils
创建XML文档 创建的XML默认是utf8编码,修改编码的过程是在toStr和toFile方法里,既XML在转为文本的时候才定义编码
createXPath() - Static method in class org.aoju.bus.core.utils.XmlUtils
创建XPath Xpath相关文章:https://www.ibm.com/developerworks/cn/xml/x-javaxpathapi.html
CRLF - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 回车换行
CrontabException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 定时任务执行异常
CrontabException() - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CrontabException(String) - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CrontabException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CrontabException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CrontabException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CrontabException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.CrontabException
 
CsvConfig - Class in org.aoju.bus.core.text.csv
CSV基础配置项
CsvConfig() - Constructor for class org.aoju.bus.core.text.csv.CsvConfig
 
CsvData - Class in org.aoju.bus.core.text.csv
CSV数据,包括头部信息和行数据,参考:FastCSV
CsvData(List<String>, List<CsvRow>) - Constructor for class org.aoju.bus.core.text.csv.CsvData
 
CsvParser - Class in org.aoju.bus.core.text.csv
CSV行解析器,参考:FastCSV
CsvParser(Reader, CsvReadConfig) - Constructor for class org.aoju.bus.core.text.csv.CsvParser
CSV解析器
CsvReadConfig - Class in org.aoju.bus.core.text.csv
CSV读取配置项
CsvReadConfig() - Constructor for class org.aoju.bus.core.text.csv.CsvReadConfig
 
CsvReader - Class in org.aoju.bus.core.text.csv
CSV文件读取器,参考:FastCSV
CsvReader() - Constructor for class org.aoju.bus.core.text.csv.CsvReader
构造,使用默认配置项
CsvReader(CsvReadConfig) - Constructor for class org.aoju.bus.core.text.csv.CsvReader
构造
CsvRow - Class in org.aoju.bus.core.text.csv
CSV中一行的表示
CsvRow(long, Map<String, Integer>, List<String>) - Constructor for class org.aoju.bus.core.text.csv.CsvRow
构造
CsvUtils - Class in org.aoju.bus.core.utils
CSV工具
CsvUtils() - Constructor for class org.aoju.bus.core.utils.CsvUtils
 
CsvWriteConfig - Class in org.aoju.bus.core.text.csv
CSV写出配置项
CsvWriteConfig() - Constructor for class org.aoju.bus.core.text.csv.CsvWriteConfig
 
CsvWriter - Class in org.aoju.bus.core.text.csv
CSV数据写出器
CsvWriter(String) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造,覆盖已有文件(如果存在),默认编码UTF-8
CsvWriter(File) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造,覆盖已有文件(如果存在),默认编码UTF-8
CsvWriter(String, Charset) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造,覆盖已有文件(如果存在)
CsvWriter(File, Charset) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造,覆盖已有文件(如果存在)
CsvWriter(String, Charset, boolean) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造
CsvWriter(File, Charset, boolean) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造
CsvWriter(String, Charset, boolean, CsvWriteConfig) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造
CsvWriter(File, Charset, boolean, CsvWriteConfig) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造
CsvWriter(Writer) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造,使用默认配置
CsvWriter(Writer, CsvWriteConfig) - Constructor for class org.aoju.bus.core.text.csv.CsvWriter
构造
CurrencyConverter - Class in org.aoju.bus.core.convert.impl
货币Currency 转换器
CurrencyConverter() - Constructor for class org.aoju.bus.core.convert.impl.CurrencyConverter
 
currentThreadGroup() - Static method in class org.aoju.bus.core.utils.ThreadUtils
获取当前线程的线程组
customKey(Object) - Method in class org.aoju.bus.core.map.CamelCaseMap
将Key转为驼峰风格,如果key为字符串的话
customKey(Object) - Method in class org.aoju.bus.core.map.CaseInsensitiveMap
将Key转为小写
customKey(Object) - Method in class org.aoju.bus.core.map.CustomKeyMap
自定义键
CustomKeyMap<K,V> - Class in org.aoju.bus.core.map
自定义键的Map,默认HashMap实现
CustomKeyMap(Map<K, V>) - Constructor for class org.aoju.bus.core.map.CustomKeyMap
构造 通过传入一个Map从而确定Map的类型,子类需创建一个空的Map,而非传入一个已有Map,否则值可能会被修改
cut(Rectangle) - Method in class org.aoju.bus.core.image.Image
图像切割(按指定起点坐标和宽高切割)
cut(int, int) - Method in class org.aoju.bus.core.image.Image
图像切割为圆形(按指定起点坐标和半径切割),填充满整个图片(直径取长宽最小值)
cut(int, int, int) - Method in class org.aoju.bus.core.image.Image
图像切割为圆形(按指定起点坐标和半径切割)
cut(File, File, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割)
cut(InputStream, OutputStream, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),此方法并不关闭流
cut(ImageInputStream, ImageOutputStream, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),此方法并不关闭流
cut(Image, File, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),此方法并不关闭流
cut(Image, OutputStream, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),此方法并不关闭流
cut(Image, ImageOutputStream, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),此方法并不关闭流
cut(Image, Rectangle) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割)
cut(Image, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割),填充满整个图片(直径取长宽最小值)
cut(Image, int, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(按指定起点坐标和宽高切割)
cut(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串切分为N等份

D

DASHED - Static variable in class org.aoju.bus.core.consts.Symbol
 
data - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
data - Variable in class org.aoju.bus.core.io.Segment
 
date() - Static method in class org.aoju.bus.core.utils.DateUtils
转换为DateTime对象
date(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
Date类型时间转为DateTime
date(long) - Static method in class org.aoju.bus.core.utils.DateUtils
Long类型时间转为DateTime 同时支持10位秒级别时间戳和13位毫秒级别时间戳
date(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
Calendar类型时间转为DateTime
date12() - Static method in class org.aoju.bus.core.utils.DateUtils
获取当前时间-12小时制
date24() - Static method in class org.aoju.bus.core.utils.DateUtils
获取当前时间-24小时制
DateBasic - Interface in org.aoju.bus.core.date.format
日期基本信息获取接口
dateCN(String) - Static method in class org.aoju.bus.core.utils.DateUtils
转换日期
DateConverter - Class in org.aoju.bus.core.convert.impl
日期转换器
DateConverter(Class<? extends Date>) - Constructor for class org.aoju.bus.core.convert.impl.DateConverter
构造
DateConverter(Class<? extends Date>, String) - Constructor for class org.aoju.bus.core.convert.impl.DateConverter
构造
DateParser - Interface in org.aoju.bus.core.date.format
日期解析接口,用于解析日期字符串为 Date 对象 Thanks to Apache Commons Lang 3.5
DatePrinter - Interface in org.aoju.bus.core.date.format
日期格式化输出接口
DateTime - Class in org.aoju.bus.core.date
包装java.utils.Date
DateTime() - Constructor for class org.aoju.bus.core.date.DateTime
当前时间
DateTime(TimeZone) - Constructor for class org.aoju.bus.core.date.DateTime
当前时间
DateTime(Date) - Constructor for class org.aoju.bus.core.date.DateTime
给定日期的构造
DateTime(Date, TimeZone) - Constructor for class org.aoju.bus.core.date.DateTime
给定日期的构造
DateTime(Calendar) - Constructor for class org.aoju.bus.core.date.DateTime
给定日期的构造
DateTime(long) - Constructor for class org.aoju.bus.core.date.DateTime
给定日期毫秒数的构造
DateTime(long, TimeZone) - Constructor for class org.aoju.bus.core.date.DateTime
给定日期毫秒数的构造
DateTime(String, String) - Constructor for class org.aoju.bus.core.date.DateTime
构造
DateTime(String, DateFormat) - Constructor for class org.aoju.bus.core.date.DateTime
构造
DateTime(String, DateParser) - Constructor for class org.aoju.bus.core.date.DateTime
构造
DateUtils - Class in org.aoju.bus.core.utils
时间工具类
DateUtils() - Constructor for class org.aoju.bus.core.utils.DateUtils
 
dayOfMonth() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期是这个日期所在月份的第几天
dayOfMonth(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期是这个日期所在月份的第几天
dayOfWeek() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期是星期几,1表示周日,2表示周一
dayOfWeek(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期是星期几,1表示周日,2表示周一
dayOfWeekEnum() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期是星期几
dayOfWeekInMonth() - Method in class org.aoju.bus.core.date.DateTime
获得天所在的周是这个月的第几周
dayOfWeeks(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期是星期几
deadline(long, TimeUnit) - Method in class org.aoju.bus.core.io.Timeout
 
deadlineNanoTime() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
deadlineNanoTime(long) - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
deadlineNanoTime() - Method in class org.aoju.bus.core.io.Timeout
 
deadlineNanoTime(long) - Method in class org.aoju.bus.core.io.Timeout
 
decimalFormat(String, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
格式化double 对 DecimalFormat 做封装
decimalFormat(String, long) - Static method in class org.aoju.bus.core.utils.NumberUtils
格式化double 对 DecimalFormat 做封装
decimalFormatMoney(double) - Static method in class org.aoju.bus.core.utils.NumberUtils
格式化金额输出,每三位用逗号分隔
decode(String) - Static method in class org.aoju.bus.core.codec.Base32
解码
decode(char[], int, int, OutputStream) - Static method in class org.aoju.bus.core.codec.Base64
 
decode(String) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decode(String, String) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decode(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decode(byte[]) - Static method in class org.aoju.bus.core.codec.Base64
解码Base64
decode(String) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decode(String, String) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decode(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decode(byte[]) - Static method in class org.aoju.bus.core.codec.Base64Decoder
解码Base64
decode(byte[], int, int) - Static method in class org.aoju.bus.core.codec.Base64Decoder
解码Base64
decode(String, int) - Static method in class org.aoju.bus.core.codec.Caesar
传入明文解密到密文
decode(String) - Method in class org.aoju.bus.core.codec.Morse
解码
decode(String) - Static method in class org.aoju.bus.core.utils.URLUtils
解码URL 将%开头的16进制表示的内容解码。
decode(String, String) - Static method in class org.aoju.bus.core.utils.URLUtils
解码URL 将%开头的16进制表示的内容解码。
DECODE_TABLE - Static variable in class org.aoju.bus.core.codec.Base64
Base64解码表,共128位,-1表示非base64字符,-2表示padding
decodeBase64(String) - Static method in class org.aoju.bus.core.io.ByteString
 
decodeColor(String) - Static method in class org.aoju.bus.core.utils.HexUtils
将Hex颜色值转为
decodeHex(String) - Static method in class org.aoju.bus.core.io.ByteString
 
decodeHex(char[]) - Static method in class org.aoju.bus.core.utils.HexUtils
将十六进制字符数组转换为字节数组
decodeHex(String) - Static method in class org.aoju.bus.core.utils.HexUtils
将十六进制字符串解码为byte[]
decodeHexStr(String) - Static method in class org.aoju.bus.core.utils.HexUtils
将十六进制字符数组转换为字符串,默认编码UTF-8
decodeHexStr(String, Charset) - Static method in class org.aoju.bus.core.utils.HexUtils
将十六进制字符数组转换为字符串
decodeHexStr(char[], Charset) - Static method in class org.aoju.bus.core.utils.HexUtils
将十六进制字符数组转换为字符串
decodeStr(String) - Static method in class org.aoju.bus.core.codec.Base32
base32解码
decodeStr(String, String) - Static method in class org.aoju.bus.core.codec.Base32
base32解码
decodeStr(String, Charset) - Static method in class org.aoju.bus.core.codec.Base32
base32解码
decodeStr(String) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decodeStr(String, String) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decodeStr(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decodeStr(String) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decodeStr(String, String) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decodeStr(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64Decoder
base64解码
decodeToFile(String, File) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decodeToStream(String, OutputStream, boolean) - Static method in class org.aoju.bus.core.codec.Base64
base64解码
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
值减一
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
值减一
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
值减一
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
值减一
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
值减一
decrement() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
值减一
DEFAULT - Static variable in class org.aoju.bus.core.consts.Charset
Default Charset Info
DEFAULT_BUFFER_SIZE - Static variable in class org.aoju.bus.core.utils.IoUtils
默认缓存大小
DEFAULT_CAPACITY - Static variable in class org.aoju.bus.core.utils.TextUtils
默认容量
DEFAULT_CHARSET - Static variable in class org.aoju.bus.core.consts.Charset
 
DEFAULT_CHARSET - Static variable in class org.aoju.bus.core.io.file.FileWrapper
默认编码:UTF-8
DEFAULT_COLLCTION_INITIAL_CAPACITY - Static variable in class org.aoju.bus.core.map.multi.CollectionValueMap
默认集合初始大小
DEFAULT_GBK - Static variable in class org.aoju.bus.core.consts.Charset
GBK UCS Transformation Format
DEFAULT_INITIAL_CAPACITY - Static variable in class org.aoju.bus.core.map.MapWrapper
默认初始大小
DEFAULT_INITIAL_CAPACITY - Static variable in class org.aoju.bus.core.utils.MapUtils
默认初始大小
DEFAULT_ISO_8859_1 - Static variable in class org.aoju.bus.core.consts.Charset
ISO Latin Alphabet No.
DEFAULT_LARGE_BUFFER_SIZE - Static variable in class org.aoju.bus.core.utils.IoUtils
默认大缓存大小
DEFAULT_LOAD_FACTOR - Static variable in class org.aoju.bus.core.map.MapWrapper
默认增长因子
DEFAULT_LOAD_FACTOR - Static variable in class org.aoju.bus.core.utils.MapUtils
默认增长因子,当Map的size达到 容量*增长因子时,开始扩充Map
DEFAULT_MIDDLE_BUFFER_SIZE - Static variable in class org.aoju.bus.core.utils.IoUtils
默认中等缓存大小
DEFAULT_PREFIX - Static variable in class org.aoju.bus.core.text.StrSubstitutor
Constant for the default variable prefix.
DEFAULT_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The default toString style.
DEFAULT_SUFFIX - Static variable in class org.aoju.bus.core.text.StrSubstitutor
Constant for the default variable suffix.
DEFAULT_US_ASCII - Static variable in class org.aoju.bus.core.consts.Charset
Seven-bit ASCII, a.k.a.
DEFAULT_UTF_16 - Static variable in class org.aoju.bus.core.consts.Charset
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
DEFAULT_UTF_16_BE - Static variable in class org.aoju.bus.core.consts.Charset
Sixteen-bit UCS Transformation Format, big-endian byte order
DEFAULT_UTF_16_LE - Static variable in class org.aoju.bus.core.consts.Charset
Sixteen-bit UCS Transformation Format, little-endian byte order
DEFAULT_UTF_32_BE - Static variable in class org.aoju.bus.core.consts.Charset
thirty-two-bit UCS Transformation Format, little-endian byte order
DEFAULT_UTF_32_LE - Static variable in class org.aoju.bus.core.consts.Charset
thirty-two-bit UCS Transformation Format, little-endian byte order
DEFAULT_UTF_8 - Static variable in class org.aoju.bus.core.consts.Charset
Eight-bit UCS Transformation Format
DEFAULT_VALUE_DELIMITER - Static variable in class org.aoju.bus.core.text.StrSubstitutor
Constant for the default value delimiter of a variable.
defaultCharset() - Static method in class org.aoju.bus.core.utils.CharsetUtils
系统默认字符集编码
defaultCharsetName() - Static method in class org.aoju.bus.core.utils.CharsetUtils
系统默认字符集编码
defaultConfig() - Static method in class org.aoju.bus.core.text.csv.CsvReadConfig
默认配置
defaultConfig() - Static method in class org.aoju.bus.core.text.csv.CsvWriteConfig
默认配置
defaultIfNull(T, T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
如果给定对象为null返回默认值
defaultString(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
Returns either the passed in String, or if the String is null, the value of defaultStr.
deflater() - Method in class org.aoju.bus.core.io.GzipSink
 
DeflaterSink - Class in org.aoju.bus.core.io
Sync flush
DeflaterSink(Sink, Deflater) - Constructor for class org.aoju.bus.core.io.DeflaterSink
 
dekHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
DEK算法
del(String) - Static method in class org.aoju.bus.core.utils.FileUtils
删除文件或者文件夹 路径如果为相对路径,会转换为ClassPath路径! 注意:删除文件夹时不会判断文件夹是否为空,如果不空则递归删除子文件或文件夹 某个文件删除失败会终止删除操作
del(File) - Static method in class org.aoju.bus.core.utils.FileUtils
删除文件或者文件夹 注意:删除文件夹时不会判断文件夹是否为空,如果不空则递归删除子文件或文件夹 某个文件删除失败会终止删除操作
del(int, int) - Method in class org.aoju.bus.core.utils.TextUtils
删除指定长度的字符
delAll(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
删除匹配的全部内容
delAll(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
删除匹配的全部内容
DelayWatcher - Class in org.aoju.bus.core.io.watch.watchers
延迟观察者 使用此观察者通过定义一定的延迟时间,解决WatchService多个modify的问题 在监听目录或文件时,如果这个文件有修改操作,会多次触发modify方法。 此类通过维护一个Set将短时间内相同文件多次modify的事件合并处理触发,从而避免以上问题。
DelayWatcher(Watcher, long) - Constructor for class org.aoju.bus.core.io.watch.watchers.DelayWatcher
构造
delegate() - Method in class org.aoju.bus.core.io.ForwardingSink
 
delegate() - Method in class org.aoju.bus.core.io.ForwardingSource
 
delegate() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
DELETE - Static variable in class org.aoju.bus.core.consts.Httpd
 
delete(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
delete(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the characters between the two specified indices.
deleteAll(char) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the character wherever it occurs in the builder.
deleteAll(String) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the string wherever it occurs in the builder.
deleteAll(StrMatcher) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes all parts of the builder that the matcher matches.
deleteCharAt(int) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the character at the specified index.
deleteContents(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
deleteFirst(char) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the character wherever it occurs in the builder.
deleteFirst(String) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the string wherever it occurs in the builder.
deleteFirst(StrMatcher) - Method in class org.aoju.bus.core.text.StrBuilder
Deletes the first match within the builder using the specified matcher.
delFirst(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
删除匹配的第一个内容
DELIM - Static variable in class org.aoju.bus.core.consts.Symbol
符号: {}
DELIM_END - Static variable in class org.aoju.bus.core.consts.Symbol
 
DELIM_LEFT - Static variable in class org.aoju.bus.core.consts.Symbol
 
delPre(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
删除正则匹配到的内容之前的字符 如果没有找到,则返回原文
delTo(int) - Method in class org.aoju.bus.core.utils.TextUtils
删除到指定位置 如果新位置小于等于0,则删除全部
DES - Static variable in class org.aoju.bus.core.consts.ModeType
默认的DES加密方式:DES/ECB/PKCS5Padding
desc() - Method in enum org.aoju.bus.core.consts.Lang
显示语言信息
DESede - Static variable in class org.aoju.bus.core.consts.ModeType
3DES算法,默认实现为:DESede/CBC/PKCS5Padding
dest - Variable in class org.aoju.bus.core.lang.copier.SrcToDestCopier
目标
DESToString(String, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
DES解密
DESToString(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
DES解密
destroy() - Static method in class org.aoju.bus.core.lang.Singleton
清除所有Singleton对象
determineTypeArguments(Class<?>, ParameterizedType) - Static method in class org.aoju.bus.core.utils.TypeUtils
Tries to determine the type arguments of a class/interface based on a super parameterized type's type arguments.
Dev - Annotation Type in org.aoju.bus.core.annotation.env
开发环境 表示当前方法禁止用于生产环境,仅可用于开发测试。
Dict - Class in org.aoju.bus.core.lang
字典对象,扩充了HashMap中的方法
Dict() - Constructor for class org.aoju.bus.core.lang.Dict
构造
Dict(int) - Constructor for class org.aoju.bus.core.lang.Dict
构造
Dict(int, float) - Constructor for class org.aoju.bus.core.lang.Dict
构造
Dict(Map<String, Object>) - Constructor for class org.aoju.bus.core.lang.Dict
构造
Diff<T> - Class in org.aoju.bus.core.builder
A Diff contains the differences between two Diffable class fields.
Diff(String) - Constructor for class org.aoju.bus.core.builder.Diff
Constructs a new Diff for the given field name.
diff(T) - Method in interface org.aoju.bus.core.builder.Diffable
Retrieves a list of the differences between this object and the supplied object.
Diffable<T> - Interface in org.aoju.bus.core.builder
Diffable classes can be compared with other objects for differences.
DiffBuilder - Class in org.aoju.bus.core.builder
Assists in implementing Diffable.diff(Object) methods.
DiffBuilder(Object, Object, ToStringStyle, boolean) - Constructor for class org.aoju.bus.core.builder.DiffBuilder
Constructs a builder for the specified objects with the specified style.
DiffBuilder(Object, Object, ToStringStyle) - Constructor for class org.aoju.bus.core.builder.DiffBuilder
Constructs a builder for the specified objects with the specified style.
DiffResult - Class in org.aoju.bus.core.builder
A DiffResult contains a collection of the differences between two Diffable objects.
digitToChinese(Number) - Static method in class org.aoju.bus.core.convert.Convert
金额转为中文形式
DisableException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 数据被禁用异常
DisableException() - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
DisableException(String) - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
DisableException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
DisableException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
DisableException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
DisableException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.DisableException
 
disjunction(Collection<T>, Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
两个集合的差集 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留两个集合中此元素个数差的个数 例如:集合1:[a, b, c, c, c],集合2:[a, b, c, c] 结果:[c],此结果中只保留了一个 任意一个集合为空,返回另一个集合 两个集合无交集则返回两个集合的组合
distinct(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
去重集合
div(float, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(float, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(double, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(double, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(Number, Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(String, String) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况的时候,精确到小数点后10位,后面的四舍五入
div(float, float, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(float, double, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(double, float, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(double, double, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(Number, Number, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(String, String, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度,后面的四舍五入
div(float, float, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
div(float, double, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
div(double, float, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
div(double, double, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
div(Number, Number, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
div(String, String, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,由scale指定精确度
divisor(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
最大公约数
djbHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
DJB算法
DOCS - Static variable in class org.aoju.bus.core.consts.FileType
文档
DOLLAR - Static variable in class org.aoju.bus.core.consts.Symbol
 
DOT - Static variable in class org.aoju.bus.core.consts.Symbol
 
DOUBLE_DOT - Static variable in class org.aoju.bus.core.consts.Symbol
 
DOUBLE_QUOTES - Static variable in class org.aoju.bus.core.consts.Symbol
 
doubleQuoteMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the double quote character.
doubleToBytes(double, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
doubleToBytesBE(double, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
doubleToBytesLE(double, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
doubleValue() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
drawString(Graphics, String, Font, Color, int, int) - Static method in class org.aoju.bus.core.image.Graphics
绘制字符串,默认抗锯齿
drawStringColourful(Graphics, String, Font, int, int) - Static method in class org.aoju.bus.core.image.Graphics
绘制字符串,使用随机颜色,默认抗锯齿
DynaBean - Class in org.aoju.bus.core.bean
动态Bean,通过反射对Bean的相关方法做操作 支持Map和普通Bean
DynaBean(Class<?>, Object...) - Constructor for class org.aoju.bus.core.bean.DynaBean
构造
DynaBean(Object) - Constructor for class org.aoju.bus.core.bean.DynaBean
构造

E

EC - Static variable in class org.aoju.bus.core.consts.ModeType
EC算法
edit(T) - Method in interface org.aoju.bus.core.lang.Editor
修改过滤后的结果
editable - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
限制的类或接口,必须为目标对象的实现接口或父类,用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
Editor<T> - Interface in org.aoju.bus.core.lang
编辑器接口,常用于对于集合中的元素做统一编辑 此编辑器两个作用:
Element - Class in org.aoju.bus.core.annotation
组合注解 对JDK的原生注解机制做一个增强,支持类似Spring的组合注解。 核心实现使用了递归获取指定元素上的注解以及注解的注解,以实现复合注解的获取。
Element(AnnotatedElement) - Constructor for class org.aoju.bus.core.annotation.Element
构造
elementText(Element, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
根据节点名获得第一个子节点
elementText(Element, String, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
根据节点名获得第一个子节点
elfHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
ELF算法
EMAIL - Static variable in class org.aoju.bus.core.consts.RegEx
 
EMAIL_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
邮件,符合RFC 5322规范
emit() - Method in class org.aoju.bus.core.io.Buffer
 
emit() - Method in interface org.aoju.bus.core.io.BufferedSink
 
emit() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
emitCompleteSegments() - Method in class org.aoju.bus.core.io.Buffer
 
emitCompleteSegments() - Method in interface org.aoju.bus.core.io.BufferedSink
 
emitCompleteSegments() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
EMPTY - Static variable in class org.aoju.bus.core.consts.Normal
字符串:空
EMPTY - Static variable in class org.aoju.bus.core.io.ByteString
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Byte array.
EMPTY_CHAR_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Character array.
EMPTY_CLASS_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Double array.
EMPTY_FLOAT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Float array.
EMPTY_INT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Integer array.
EMPTY_LONG_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Long array.
EMPTY_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Object array.
EMPTY_SHORT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
Short array.
EMPTY_STRING_ARRAY - Static variable in class org.aoju.bus.core.utils.ArrayUtils
String array.
EN_NUMBER - Static variable in class org.aoju.bus.core.consts.Normal
 
encode(byte[]) - Static method in class org.aoju.bus.core.codec.Base32
编码
encode(String) - Static method in class org.aoju.bus.core.codec.Base32
base32编码
encode(String, String) - Static method in class org.aoju.bus.core.codec.Base32
base32编码
encode(String, Charset) - Static method in class org.aoju.bus.core.codec.Base32
base32编码
encode(byte[], int, int, byte[], int) - Static method in class org.aoju.bus.core.codec.Base64
 
encode(byte[], boolean) - Static method in class org.aoju.bus.core.codec.Base64
编码为Base64,非URL安全的
encode(String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(String, String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(byte[]) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(InputStream) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(File) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(byte[], String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(byte[], Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64编码
encode(byte[], boolean, boolean) - Static method in class org.aoju.bus.core.codec.Base64
编码为Base64 如果isMultiLine为 true,则每76个字符一个换行符,否则在一行显示
encode(byte[], boolean) - Static method in class org.aoju.bus.core.codec.Base64Encoder
编码为Base64,非URL安全的
encode(String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(String, String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(byte[]) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(byte[], String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(byte[], Charset) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码
encode(byte[], boolean, boolean) - Static method in class org.aoju.bus.core.codec.Base64Encoder
编码为Base64 如果isMultiLine为true,则每76个字符一个换行符,否则在一行显示
encode(CharSequence) - Method in class org.aoju.bus.core.codec.Blowfish
 
encode(String, int) - Static method in class org.aoju.bus.core.codec.Caesar
传入明文,加密得到密文
encode(String) - Method in class org.aoju.bus.core.codec.Morse
编码
encode(String) - Static method in class org.aoju.bus.core.utils.URLUtils
编码URL,默认使用UTF-8编码 将需要转换的内容(ASCII码形式之外的内容),用十六进制表示法转换出来,并在之前加上%开头。
encode(String, String) - Static method in class org.aoju.bus.core.utils.URLUtils
编码URL 将需要转换的内容(ASCII码形式之外的内容),用十六进制表示法转换出来,并在之前加上%开头。
encodeColor(Color) - Static method in class org.aoju.bus.core.utils.HexUtils
Color编码为Hex形式
encodeColor(Color, String) - Static method in class org.aoju.bus.core.utils.HexUtils
Color编码为Hex形式
encodeHex(byte[]) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符数组
encodeHex(String, Charset) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符数组
encodeHex(byte[], boolean) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符数组
encodeHexStr(byte[]) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符串
encodeHexStr(String, Charset) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符串,结果为小写
encodeHexStr(String) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符串,结果为小写,默认编码是UTF-8
encodeHexStr(byte[], boolean) - Static method in class org.aoju.bus.core.utils.HexUtils
将字节数组转换为十六进制字符串
encodeString(String, Charset) - Static method in class org.aoju.bus.core.io.ByteString
 
encodeUrlSafe(byte[], boolean) - Static method in class org.aoju.bus.core.codec.Base64
编码为Base64,URL安全的
encodeUrlSafe(String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全
encodeUrlSafe(String, String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全
encodeUrlSafe(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(byte[]) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(InputStream) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(File) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(byte[], String) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(byte[], Charset) - Static method in class org.aoju.bus.core.codec.Base64
base64编码,URL安全的
encodeUrlSafe(byte[], boolean) - Static method in class org.aoju.bus.core.codec.Base64Encoder
编码为Base64,URL安全的
encodeUrlSafe(String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全
encodeUrlSafe(String, String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全
encodeUrlSafe(String, Charset) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全的
encodeUrlSafe(byte[]) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全的
encodeUrlSafe(byte[], String) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全的
encodeUrlSafe(byte[], Charset) - Static method in class org.aoju.bus.core.codec.Base64Encoder
base64编码,URL安全的
encodeUtf8(String) - Static method in class org.aoju.bus.core.io.ByteString
 
end - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
endOfDay(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某天的结束时间
endOfDay(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某天的结束时间
endOfMonth(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某月的结束时间
endOfMonth(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某月的结束时间
endOfQuarter(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某季度的结束时间
endOfQuarter(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某季度的结束时间
endOfWeek(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的结束时间
endOfWeek(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的结束时间,周日定为一周的结束
endOfWeek(Calendar, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某周的结束时间
endOfYear(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某年的结束时间
endOfYear(Calendar) - Static method in class org.aoju.bus.core.utils.DateUtils
获取某年的结束时间
ENDORSED_DIRS - Static variable in class org.aoju.bus.core.consts.System
 
endsWith(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
endsWith(byte[]) - Method in class org.aoju.bus.core.io.ByteString
 
endsWith(String) - Method in class org.aoju.bus.core.text.StrBuilder
Checks whether this builder ends with the specified string.
endWith(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
字符串是否以给定字符结尾
endWith(CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串结尾 如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false
endWith(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串结尾
endWithIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串结尾,忽略大小写
ensureCapacity(int) - Method in class org.aoju.bus.core.text.StrBuilder
Checks the capacity and ensures that it is at least the size specified.
enter() - Method in class org.aoju.bus.core.io.AsyncTimeout
 
EntityUtils - Class in org.aoju.bus.core.utils
实体类相关工具类 解决问题: 1、快速对实体的常驻字段
EntityUtils() - Constructor for class org.aoju.bus.core.utils.EntityUtils
 
ENTRY_CREATE - Static variable in class org.aoju.bus.core.io.watch.WatchMonitor
创建事件
ENTRY_DELETE - Static variable in class org.aoju.bus.core.io.watch.WatchMonitor
删除事件
ENTRY_MODIFY - Static variable in class org.aoju.bus.core.io.watch.WatchMonitor
修改事件
entrySet() - Method in class org.aoju.bus.core.map.MapProxy
 
entrySet() - Method in class org.aoju.bus.core.map.MapWrapper
 
entrySet() - Method in class org.aoju.bus.core.map.TableMap
 
EnumConverter - Class in org.aoju.bus.core.convert.impl
无泛型检查的枚举转换器
EnumConverter(Class) - Constructor for class org.aoju.bus.core.convert.impl.EnumConverter
构造
EnumerationIter(Enumeration<E>) - Constructor for class org.aoju.bus.core.utils.IterUtils.EnumerationIter
构造
EnumerationIterator<E> - Class in org.aoju.bus.core.iterator
Adapter to make Enumeration instances appear to be Iterator instances.
EnumerationIterator() - Constructor for class org.aoju.bus.core.iterator.EnumerationIterator
Constructs a new EnumerationIterator that will not function until EnumerationIterator.setEnumeration(Enumeration) is called.
EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.aoju.bus.core.iterator.EnumerationIterator
Constructs a new EnumerationIterator that provides an iterator view of the given enumeration.
EnumerationIterator(Enumeration<? extends E>, Collection<? super E>) - Constructor for class org.aoju.bus.core.iterator.EnumerationIterator
Constructs a new EnumerationIterator that will remove elements from the specified collection.
EnumUtils - Class in org.aoju.bus.core.utils
枚举工具类
EnumUtils() - Constructor for class org.aoju.bus.core.utils.EnumUtils
 
EOF - Static variable in class org.aoju.bus.core.utils.IoUtils
数据流末尾
EQUAL - Static variable in class org.aoju.bus.core.consts.Symbol
 
equal(Object, Object) - Static method in class org.aoju.bus.core.lang.Validator
验证是否相等 当两值都为null返回true
equal(Object, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
比较两个对象是否相等
equals(Object) - Method in class org.aoju.bus.core.bean.DynaBean
 
equals(Object) - Method in class org.aoju.bus.core.consts.MediaType
 
equals(Object) - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
equals(Object) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
equals(Object) - Method in class org.aoju.bus.core.io.Buffer
 
equals(Object) - Method in class org.aoju.bus.core.io.ByteString
 
equals(Object) - Method in class org.aoju.bus.core.key.ObjectID
 
equals(Object) - Method in class org.aoju.bus.core.key.UUID
将此对象与指定对象比较。
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableBool
相等需同时满足如下条件: 非空 类型为 MutableBool 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
相等需同时满足如下条件: 非空 类型为 MutableByte 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
相等需同时满足如下条件: 非空 类型为 MutableDouble 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
相等需同时满足如下条件: 非空 类型为 MutableFloat 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
相等需同时满足如下条件: 非空 类型为 MutableInt 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
相等需同时满足如下条件: 非空 类型为 MutableLong 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableObject
 
equals(Object) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
相等需同时满足如下条件: 非空 类型为 MutableShort 值相等
equals(Object) - Method in class org.aoju.bus.core.lang.tuple.Pair
Compares this pair to another based on the two elements.
equals(Object) - Method in class org.aoju.bus.core.lang.tuple.Triple
Compares this triple to another based on the three elements.
equals(Object) - Method in class org.aoju.bus.core.lang.WeightRandom.WeightObj
 
equals(Object) - Method in class org.aoju.bus.core.reflect.TypeLiteral
 
equals(StrBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class org.aoju.bus.core.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content.
equals(char, char, boolean) - Static method in class org.aoju.bus.core.utils.CharUtils
比较两个字符是否相同
equals(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定类是否与给定的类名相同
equals(File, File) - Static method in class org.aoju.bus.core.utils.FileUtils
检查两个文件是否是同一个文件 所谓文件相同,是指File对象是否指向同一个文件或文件夹
equals(char, char, boolean) - Static method in class org.aoju.bus.core.utils.NumberUtils
比较两个字符是否相同
equals(InputStream, InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
判断两个输入流是否严格相等
equals(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
比较两个字符串(大小写敏感)。
equals(CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
比较两个字符串是否相等。
equals(Type, Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Check equality of types.
EqualsBuilder - Class in org.aoju.bus.core.builder
Object.equals(Object) 方法的构建器
EqualsBuilder() - Constructor for class org.aoju.bus.core.builder.EqualsBuilder
Constructor for EqualsBuilder.
EqualsExclude - Annotation Type in org.aoju.bus.core.builder
Use this annotation to exclude a field from being used by the various reflectionEquals methods defined on EqualsBuilder.
equalsIgnoreCase(StrBuilder) - Method in class org.aoju.bus.core.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content ignoring case.
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
比较两个字符串(大小写不敏感)。
errcode - Variable in exception org.aoju.bus.core.lang.exception.UncheckedException
错误码
errmsg - Variable in exception org.aoju.bus.core.lang.exception.UncheckedException
错误信息
error() - Static method in class org.aoju.bus.core.lang.Console
同 System.System.err.println()方法,打印控制台日志
error(Object) - Static method in class org.aoju.bus.core.lang.Console
同 System.System.err.println()方法,打印控制台日志
error(String, Object...) - Static method in class org.aoju.bus.core.lang.Console
同 System.System.err.println()方法,打印控制台日志
error(Throwable, String, Object...) - Static method in class org.aoju.bus.core.lang.Console
同 System.System.err.println()方法,打印控制台日志
errorOnDifferentFieldCount - Variable in class org.aoju.bus.core.text.csv.CsvReadConfig
每行字段个数不同时是否抛出异常,默认false
escape(String) - Method in class org.aoju.bus.core.utils.EscapeUtils.Builder
Escape input according to the given CharSequenceTranslator.
escape(char) - Static method in class org.aoju.bus.core.utils.PatternUtils
转义字符,将正则的关键字转义
escape(String) - Static method in class org.aoju.bus.core.utils.PatternUtils
转义字符串,将正则的关键字转义
escape(String) - Static method in class org.aoju.bus.core.utils.XmlUtils
转义XML特殊字符:
ESCAPE_ECMASCRIPT - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义EcmaScript/JavaScript的转换器对象
ESCAPE_HTML3 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义,HTML 3.0版本对象
ESCAPE_HTML4 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义,HTML 4.0版本对象
ESCAPE_JAVA - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
转义对象字符 转换器对象
ESCAPE_JSON - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义Json的转换器对象
ESCAPE_XML10 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义XML 1.0的转换器对象
ESCAPE_XML11 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义XML 1.1的转换器对象
ESCAPE_XSI - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于转义Shell命令语言的转换器
EscapeCodeValues - Class in org.aoju.bus.core.text.escape
HTML/XML/JSON等
EscapeCodeValues() - Constructor for class org.aoju.bus.core.text.escape.EscapeCodeValues
 
escapeEcmaScript(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using EcmaScript String rules.
escapeHtml3(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using HTML entities.
escapeHtml4(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using HTML entities.
escapeJava(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using Java String rules.
escapeJson(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using Json String rules.
EscapeUtils - Class in org.aoju.bus.core.utils
转义和反转义工具类Escape / Unescape escape采用ISO Latin字符集对指定的字符串进行编码 Java, Java Script, HTML and XML.
EscapeUtils() - Constructor for class org.aoju.bus.core.utils.EscapeUtils
EscapeUtils instances should NOT be constructed in standard programming.
EscapeUtils.Builder - Class in org.aoju.bus.core.utils
Convenience wrapper for StringBuilder providing escape methods.
escapeXml10(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using XML entities.
escapeXml11(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using XML entities.
escapeXSI(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Escapes the characters in a String using XSI rules.
EVENTS_ALL - Static variable in class org.aoju.bus.core.io.watch.WatchMonitor
全部事件
excAsync(Runnable, boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
执行异步方法
excludeFieldNames - Variable in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Which field names to exclude from output.
execAsync(Callable<T>) - Static method in class org.aoju.bus.core.utils.ThreadUtils
执行有返回值的异步方法 Future代表一个异步执行的操作,通过get()方法可以获得操作的结果,如果异步操作还没有完成,则,get()会使当前线程阻塞
execAsync(Runnable) - Static method in class org.aoju.bus.core.utils.ThreadUtils
执行有返回值的异步方法 Future代表一个异步执行的操作,通过get()方法可以获得操作的结果,如果异步操作还没有完成,则,get()会使当前线程阻塞
execute(Runnable) - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
直接在公共线程池中执行线程
execute(Runnable) - Static method in class org.aoju.bus.core.utils.ThreadUtils
直接在公共线程池中执行线程
ExecutorBuilder - Class in org.aoju.bus.core.thread
ExecutorBuilder() - Constructor for class org.aoju.bus.core.thread.ExecutorBuilder
 
exhausted() - Method in class org.aoju.bus.core.io.Buffer
 
exhausted() - Method in interface org.aoju.bus.core.io.BufferedSource
 
exhausted() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
exist(String) - Static method in class org.aoju.bus.core.utils.FileUtils
判断文件是否存在,如果path为null,则返回false
exist(File) - Static method in class org.aoju.bus.core.utils.FileUtils
判断文件是否存在,如果file为null,则返回false
exist(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
是否存在匹配文件
exists(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
ExistsException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 对象已存在异常
ExistsException() - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
ExistsException(String) - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
ExistsException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
ExistsException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
ExistsException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
ExistsException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.ExistsException
 
exit() - Method in class org.aoju.bus.core.io.AsyncTimeout
 
expandBuffer(int) - Method in class org.aoju.bus.core.io.Buffer.UnsafeCursor
Grow the buffer by adding a contiguous range of capacity in a single segment.
EXT_DIRS - Static variable in class org.aoju.bus.core.consts.System
一个或多个扩展目录的路径
extName(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获取文件扩展名,扩展名不带“.”
extName(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得文件的扩展名,扩展名不带“.”
extract(Iterable<?>, Editor<Object>) - Static method in class org.aoju.bus.core.utils.CollUtils
通过Editor抽取集合元素中的某些值返回为新列表 例如提供的是一个Bean列表,通过Editor接口实现获取某个字段值,返回这个字段值组成的新列表
extractMulti(Pattern, String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
从content中匹配出多个值并根据template生成新的字符串 例如: content 2013年5月 pattern (.*?)年(.*?)月 template: $1-$2 return 2013-5
extractMulti(String, String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
从content中匹配出多个值并根据template生成新的字符串 匹配结束后会删除匹配内容之前的内容(包括匹配内容) 例如: content 2013年5月 pattern (.*?)年(.*?)月 template: $1-$2 return 2013-5

F

factorial(long, long) - Static method in class org.aoju.bus.core.utils.NumberUtils
计算阶乘
factorial(long) - Static method in class org.aoju.bus.core.utils.NumberUtils
计算阶乘
FastByteArrayOutputStream - Class in org.aoju.bus.core.io
基于快速缓冲FastByteBuffer的OutputStream,随着数据的增长自动扩充缓冲区
FastByteArrayOutputStream() - Constructor for class org.aoju.bus.core.io.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - Constructor for class org.aoju.bus.core.io.FastByteArrayOutputStream
构造
FastByteBuffer - Class in org.aoju.bus.core.io
代码移植自blade 快速缓冲,将数据存放在缓冲集中,取代以往的单一数组
FastByteBuffer() - Constructor for class org.aoju.bus.core.io.FastByteBuffer
 
FastByteBuffer(int) - Constructor for class org.aoju.bus.core.io.FastByteBuffer
 
FastDateFormat - Class in org.aoju.bus.core.date.format
FastDateFormat 是一个线程安全的 SimpleDateFormat 实现。
FastDateFormat(String, TimeZone, Locale) - Constructor for class org.aoju.bus.core.date.format.FastDateFormat
构造
FastDateFormat(String, TimeZone, Locale, Date) - Constructor for class org.aoju.bus.core.date.format.FastDateFormat
构造
fastUUID() - Static method in class org.aoju.bus.core.key.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。 使用加密的本地线程伪随机数生成器生成该 UUID。
fieldMapping - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
拷贝属性的字段映射,用于不同的属性之前拷贝做对应表用
Fields - Class in org.aoju.bus.core.consts
日期场景属性
Fields() - Constructor for class org.aoju.bus.core.consts.Fields
 
Fields.DateField - Enum in org.aoju.bus.core.consts
日期各个部分的枚举 与Calendar相应值对应
Fields.Level - Enum in org.aoju.bus.core.consts
格式化等级枚举
Fields.Month - Enum in org.aoju.bus.core.consts
月份枚举 与Calendar中的月份int值对应
Fields.Quarter - Enum in org.aoju.bus.core.consts
季度枚举
Fields.Unit - Enum in org.aoju.bus.core.consts
日期时间单位,每个单位都是以毫秒为基数
Fields.Week - Enum in org.aoju.bus.core.consts
星期枚举 与Calendar中的星期int值对应
fieldSeparator - Variable in class org.aoju.bus.core.text.csv.CsvConfig
字段分隔符,默认逗号','
FieldUtils - Class in org.aoju.bus.core.utils
反射处理Field 的实用程序
FieldUtils() - Constructor for class org.aoju.bus.core.utils.FieldUtils
 
fieldValueAsMap(Iterator<?>, String, String) - Static method in class org.aoju.bus.core.utils.IterUtils
两个字段值组成新的Map
fieldValueList(Iterator<V>, String) - Static method in class org.aoju.bus.core.utils.IterUtils
获取指定Bean列表中某个字段,生成新的列表
fieldValueMap(Iterable<V>, String) - Static method in class org.aoju.bus.core.utils.IterUtils
字段值与列表值对应的Map,常用于元素对象中有唯一ID时需要按照这个ID查找对象的情况 例如:车牌号 =》车
fieldValueMap(Iterator<V>, String) - Static method in class org.aoju.bus.core.utils.IterUtils
字段值与列表值对应的Map,常用于元素对象中有唯一ID时需要按照这个ID查找对象的情况 例如:车牌号 =》车
file - Variable in class org.aoju.bus.core.io.file.FileWrapper
 
file(String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象,自动识别相对或绝对路径,相对路径将自动从ClassPath下寻找
file(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象 此方法会检查slip漏洞,漏洞说明见http://blog.nsfocus.net/zip-slip-2/
file(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象 此方法会检查slip漏洞,漏洞说明见http://blog.nsfocus.net/zip-slip-2/
file(File, String...) - Static method in class org.aoju.bus.core.utils.FileUtils
通过多层目录参数创建文件 此方法会检查slip漏洞,漏洞说明见http://blog.nsfocus.net/zip-slip-2/
file(String...) - Static method in class org.aoju.bus.core.utils.FileUtils
通过多层目录创建文件
file(URI) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象
file(URL) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象
FILE_SEPARATOR - Static variable in class org.aoju.bus.core.consts.System
文件分隔符 UNIX /
FILE_URL_PREFIX - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 前缀表示文件: "file:"
FileAppender - Class in org.aoju.bus.core.io.file
文件追加器 持有一个文件,在内存中积累一定量的数据后统一追加到文件 此类只有在写入文件时打开文件,并在写入结束后关闭之。因此此类不需要关闭 在调用append方法后会缓存于内存,只有超过容量后才会一次性写入文件,因此内存中随时有剩余未写入文件的内容,在最后必须调用flush方法将剩余内容刷入文件
FileAppender(File, int, boolean) - Constructor for class org.aoju.bus.core.io.file.FileAppender
构造
FileAppender(File, Charset, int, boolean) - Constructor for class org.aoju.bus.core.io.file.FileAppender
构造
FileCopier - Class in org.aoju.bus.core.io.file
文件拷贝器 支持以下几种情况: 1、文件复制到文件 2、文件复制到目录 3、目录复制到目录 4、目录下的文件和目录复制到另一个目录
FileCopier(File, File) - Constructor for class org.aoju.bus.core.io.file.FileCopier
构造
FileMode - Enum in org.aoju.bus.core.io.file
文件读写模式,常用于RandomAccessFile
fileOut(File) - Static method in class org.aoju.bus.core.utils.StreamUtils
根据一个文件建立一个输出流
FileReader - Class in org.aoju.bus.core.io.file
文件读取器
FileReader(File, Charset) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造
FileReader(File, String) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造
FileReader(String, Charset) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造
FileReader(String, String) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造
FileReader(File) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造 编码使用 FileWrapper.DEFAULT_CHARSET
FileReader(String) - Constructor for class org.aoju.bus.core.io.file.FileReader
构造 编码使用 FileWrapper.DEFAULT_CHARSET
FileReader.ReaderHandler<T> - Interface in org.aoju.bus.core.io.file
Reader处理接口
FileResource - Class in org.aoju.bus.core.io.resource
文件资源访问对象
FileResource(File) - Constructor for class org.aoju.bus.core.io.resource.FileResource
构造
FileResource(File, String) - Constructor for class org.aoju.bus.core.io.resource.FileResource
构造
FileResource(String) - Constructor for class org.aoju.bus.core.io.resource.FileResource
构造
FileSystem - Interface in org.aoju.bus.core.io
访问分层数据存储上的读写文件。大多数调用者应该使用FileSystem.SYSTEM 实现,它使用主机的本地文件系统。备用 实现可用于注入错误(用于测试)或转换存储的数据(用于添加) 例如加密)。
FileType - Class in org.aoju.bus.core.consts
文件类型(扩展名)
FileUtils - Class in org.aoju.bus.core.utils
文件工具类
FileUtils() - Constructor for class org.aoju.bus.core.utils.FileUtils
 
FileWrapper - Class in org.aoju.bus.core.io.file
文件包装器,扩展文件对象
FileWrapper(File, Charset) - Constructor for class org.aoju.bus.core.io.file.FileWrapper
构造
FileWriter - Class in org.aoju.bus.core.io.file
文件写入器
FileWriter(File, Charset) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造
FileWriter(File, String) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造
FileWriter(String, Charset) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造
FileWriter(String, String) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造
FileWriter(File) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造 编码使用 FileWrapper.DEFAULT_CHARSET
FileWriter(String) - Constructor for class org.aoju.bus.core.io.file.FileWriter
构造 编码使用 FileWrapper.DEFAULT_CHARSET
fill(String, char, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
将已有字符串填充为规定长度,如果已有字符串超过这个长度则返回这个字符串
fillAfter(String, char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
将已有字符串填充为规定长度,如果已有字符串超过这个长度则返回这个字符串 字符填充于字符串后
fillBean(T, ValueProvider<String>, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
填充Bean的核心方法
fillBean(T, ValueProvider<String>, CopyOptions) - Static method in class org.aoju.bus.core.utils.ClassUtils
填充Bean的核心方法
fillBeanWithMap(Map<?, ?>, T, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
使用Map填充Bean对象
fillBeanWithMap(Map<?, ?>, T, boolean, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
使用Map填充Bean对象,可配置将下划线转换为驼峰
fillBeanWithMap(Map<?, ?>, T, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
使用Map填充Bean对象
fillBeanWithMap(Map<?, ?>, T, boolean, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
使用Map填充Bean对象
fillBeanWithMapIgnoreCase(Map<?, ?>, T, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
使用Map填充Bean对象,忽略大小写
fillBefore(String, char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
将已有字符串填充为规定长度,如果已有字符串超过这个长度则返回这个字符串 字符填充于字符串前
filter(String...) - Method in class org.aoju.bus.core.lang.Dict
过滤Map保留指定键值对,如果键不存在跳过
Filter<T> - Interface in org.aoju.bus.core.lang
过滤器接口
filter(T[], Editor<T>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(T[], Filter<T>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
过滤 过滤过程通过传入的Filter实现来过滤返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Collection<T>, Editor<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(List<T>, Editor<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Collection<T>, Filter<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Filter实现来过滤返回需要的元素内容,这个Filter实现可以实现以下功能:
filter(List<T>, Filter<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Filter实现来过滤返回需要的元素内容,这个Filter实现可以实现以下功能:
filter(Map<K, V>, Editor<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Map<K, V>, Filter<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Map<K, V>, Editor<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.MapUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Map<K, V>, Filter<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.MapUtils
过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:
filter(Map<K, V>, K...) - Static method in class org.aoju.bus.core.utils.MapUtils
过滤Map保留指定键值对,如果键不存在跳过
findAll(String, String, int) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果
findAll(String, String, int, T) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果
findAll(Pattern, String, int) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果
findAll(Pattern, String, int, T) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果
findAllGroup0(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果,获得匹配的所有结果中正则对应分组0的内容
findAllGroup1(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
取得内容中匹配的所有结果,获得匹配的所有结果中正则对应分组1的内容
findEditor(Class<?>) - Static method in class org.aoju.bus.core.utils.BeanUtils
查找类型转换器 PropertyEditor
findFileAsStream(String, Class<?>, String) - Static method in class org.aoju.bus.core.utils.StreamUtils
获取输出流
findOne(Iterable<T>, Filter<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
查找第一个匹配元素对象
findOneByField(Iterable<T>, String, Object) - Static method in class org.aoju.bus.core.utils.CollUtils
查找第一个匹配元素对象 如果集合元素是Map,则比对键和值是否相同,相同则返回 如果为普通Bean,则通过反射比对元素字段名对应的字段值是否相同,相同则返回 如果给定字段值参数是null 且元素对象中的字段值也为null则认为相同
finish() - Method in interface org.aoju.bus.core.io.StreamProgress
结束
firstNonNull(T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中第一个非空元素
firstNotNullElem(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
找到第一个不为 null 的元素
firstNotNullElem(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
找到第一个不为 null 的元素
FixedLinkedHashMap<K,V> - Class in org.aoju.bus.core.map
固定大小的LinkedHashMap 实现
FixedLinkedHashMap(int) - Constructor for class org.aoju.bus.core.map.FixedLinkedHashMap
构造
flip() - Method in class org.aoju.bus.core.image.Image
水平翻转图像
flip(File, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
水平翻转图像
flip(Image, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
水平翻转图像
flip(Image, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
水平翻转图像
flip(Image, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
水平翻转图像,写出格式为JPG
flip(Image) - Static method in class org.aoju.bus.core.utils.ImageUtils
水平翻转图像
floatToBytes(float, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
floatToBytesBE(float, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
floatToBytesLE(float, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
floatValue() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
flush() - Method in class org.aoju.bus.core.io.Buffer
 
flush() - Method in interface org.aoju.bus.core.io.BufferedSink
 
flush() - Method in class org.aoju.bus.core.io.DeflaterSink
 
flush() - Method in class org.aoju.bus.core.io.file.FileAppender
刷入到文件
flush() - Method in class org.aoju.bus.core.io.ForwardingSink
 
flush() - Method in class org.aoju.bus.core.io.GzipSink
 
flush() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
flush() - Method in interface org.aoju.bus.core.io.Sink
 
flush() - Method in class org.aoju.bus.core.text.csv.CsvWriter
 
fnvHash(byte[]) - Static method in class org.aoju.bus.core.utils.HashUtils
改进的32位FNV算法1
fnvHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
改进的32位FNV算法1
ForbiddenException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 权限不足异常
ForbiddenException() - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
ForbiddenException(String) - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
ForbiddenException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
ForbiddenException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.ForbiddenException
 
forceGetFieldValue(Object, String) - Static method in class org.aoju.bus.core.utils.CollUtils
获取指定对象的指定属性值(去除private,protected的限制)
forEach(Iterator<T>, CollUtils.Consumer<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
循环遍历 Iterator,使用CollUtils.Consumer 接受遍历的每条数据,并针对每条数据做处理
forEach(Enumeration<T>, CollUtils.Consumer<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
循环遍历 Enumeration,使用CollUtils.Consumer 接受遍历的每条数据,并针对每条数据做处理
forEach(Map<K, V>, CollUtils.KVConsumer<K, V>) - Static method in class org.aoju.bus.core.utils.CollUtils
循环遍历Map,使用CollUtils.KVConsumer 接受遍历的每条数据,并针对每条数据做处理
FORM_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
format(double, boolean) - Static method in class org.aoju.bus.core.convert.NumberChineseFormater
阿拉伯数字转换成中文,小数点后四舍五入保留两位.
format(double, boolean, boolean) - Static method in class org.aoju.bus.core.convert.NumberChineseFormater
阿拉伯数字转换成中文,小数点后四舍五入保留两位.
format(Object) - Static method in class org.aoju.bus.core.convert.NumberWordFormater
将阿拉伯数字转为英文表达式
format() - Method in class org.aoju.bus.core.date.format.BetweenFormat
格式化日期间隔输出
format(long) - Method in interface org.aoju.bus.core.date.format.DatePrinter
格式化日期表示的毫秒数
format(Date) - Method in interface org.aoju.bus.core.date.format.DatePrinter
使用 GregorianCalendar 格式化 Date
format(Calendar) - Method in interface org.aoju.bus.core.date.format.DatePrinter
Formats a Calendar object.
format(long, B) - Method in interface org.aoju.bus.core.date.format.DatePrinter
Formats a millisecond long value into the supplied Appendable.
format(Date, B) - Method in interface org.aoju.bus.core.date.format.DatePrinter
Formats a Date object into the supplied Appendable using a GregorianCalendar.
format(Calendar, B) - Method in interface org.aoju.bus.core.date.format.DatePrinter
Formats a Calendar object into the supplied Appendable.
format(Object, StringBuffer, FieldPosition) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(long) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(Date) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(Calendar) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(long, B) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(Date, B) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(Calendar, B) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
format(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
按照给定的通配模式 YYYY-MM-DD HH:MM:SS ,将时间格式化成相应的字符串
format(Date, String) - Static method in class org.aoju.bus.core.utils.DateUtils
根据特定格式格式化日期
format(Date, DatePrinter) - Static method in class org.aoju.bus.core.utils.DateUtils
根据特定格式格式化日期
format(Date, DateFormat) - Static method in class org.aoju.bus.core.utils.DateUtils
根据特定格式格式化日期
format(String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
按照给定的通配模式,格式化成相应的时间字符串
format(String) - Static method in class org.aoju.bus.core.utils.DateUtils
将指定的日期转换成Unix时间戳
format(long) - Static method in class org.aoju.bus.core.utils.DateUtils
将Unix时间戳转换成日期
format(long, String) - Static method in class org.aoju.bus.core.utils.DateUtils
将Unix时间戳转换成日期
format(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
将指定的日期转换成Unix时间戳
format(String, Object...) - Static method in class org.aoju.bus.core.utils.StringUtils
格式化字符串 此方法只是简单将占位符 {} 按照顺序替换为参数 如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可 例: 通常使用:format("this is {} for {}", "a", "b") =》 this is a for b 转义{}: format("this is \\{} for {}", "a", "b") =》 this is \{} for a 转义\: format("this is \\\\{} for {}", "a", "b") =》 this is \a for b
formatBetween(Date, Date, Fields.Level) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期间隔输出
formatBetween(Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期间隔输出,精确到毫秒
formatBetween(long, Fields.Level) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期间隔输出
formatBetween(long) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期间隔输出,精确到毫秒
formatDate(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期部分(不包括时间) 格式 yyyy-MM-dd
formatDateTime(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化日期时间 格式 yyyy-MM-dd HH:mm:ss
formatHttpDate(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化为Http的标准日期格式
formatPercent(double, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
格式化百分比,小数采用四舍五入方式
formatTime(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化时间 格式 HH:mm:ss
formatUrl(String) - Static method in class org.aoju.bus.core.utils.URLUtils
格式化URL链接
forName(String, ClassLoader) - Static method in class org.aoju.bus.core.utils.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
ForwardingSink - Class in org.aoju.bus.core.io
将调用转发给另一个调用的Sink
ForwardingSink(Sink) - Constructor for class org.aoju.bus.core.io.ForwardingSink
 
ForwardingSource - Class in org.aoju.bus.core.io
将调用转发给另一个调用的Source
ForwardingSource(Source) - Constructor for class org.aoju.bus.core.io.ForwardingSource
 
ForwardingTimeout - Class in org.aoju.bus.core.io
将调用转发给另一个调用的 Timeout.
ForwardingTimeout(Timeout) - Constructor for class org.aoju.bus.core.io.ForwardingTimeout
 
FRAGMENT_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
FRAGMENT_ENCODE_SET_URI - Static variable in class org.aoju.bus.core.consts.Symbol
 
from(Path) - Static method in class org.aoju.bus.core.image.Image
从Path读取图片并开始处理
from(File) - Static method in class org.aoju.bus.core.image.Image
从文件读取图片并开始处理
from(Resource) - Static method in class org.aoju.bus.core.image.Image
从资源对象中读取图片并开始处理
from(InputStream) - Static method in class org.aoju.bus.core.image.Image
从流读取图片并开始处理
from(ImageInputStream) - Static method in class org.aoju.bus.core.image.Image
从ImageInputStream取图片并开始处理
from(URL) - Static method in class org.aoju.bus.core.image.Image
从URL取图片并开始处理
from(Image) - Static method in class org.aoju.bus.core.image.Image
从Image取图片并开始处理
fromString(String) - Static method in class org.aoju.bus.core.key.UUID
根据 UUID.toString() 方法中描述的字符串标准表示形式创建UUID
FULL - Static variable in class org.aoju.bus.core.date.format.FastDateFormat
FULL locale dependent date or time style.
Func<P,R> - Interface in org.aoju.bus.core.lang
函数对象 一个函数接口代表一个一个函数,用于包装一个函数为对象 在JDK8之前,Java的函数并不能作为参数传递,也不能作为返回值存在,此接口用于将一个函数包装成为一个对象,从而传递对象

G

GENERAL - Static variable in class org.aoju.bus.core.consts.RegEx
 
GENERAL_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
英文字母 、数字和下划线
GENERAL_WITH_CHINESE - Static variable in class org.aoju.bus.core.consts.RegEx
 
GENERAL_WITH_CHINESE_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
中文字、英文字母、数字和下划线
generateBitVector(Class<E>, Iterable<? extends E>) - Static method in class org.aoju.bus.core.utils.EnumUtils
Creates a long bit vector representation of the given subset of an Enum.
generateBitVector(Class<E>, E...) - Static method in class org.aoju.bus.core.utils.EnumUtils
Creates a long bit vector representation of the given array of Enum values.
generateBitVectors(Class<E>, Iterable<? extends E>) - Static method in class org.aoju.bus.core.utils.EnumUtils
Creates a bit vector representation of the given subset of an Enum using as many longs as needed.
generateBitVectors(Class<E>, E...) - Static method in class org.aoju.bus.core.utils.EnumUtils
Creates a bit vector representation of the given subset of an Enum using as many longs as needed.
generateBySet(int, int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
生成不重复随机数 根据给定的最小数字和最大数字,以及随机数的个数,产生指定的不重复的数组
generateRandomNumber(int, int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
生成不重复随机数 根据给定的最小数字和最大数字,以及随机数的个数,产生指定的不重复的数组
genericArrayType(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Create a generic array type instance.
GenericEnumConverter<E extends Enum<E>> - Class in org.aoju.bus.core.convert.impl
泛型枚举转换器
GenericEnumConverter(Class<E>) - Constructor for class org.aoju.bus.core.convert.impl.GenericEnumConverter
构造
gensalt(int, SecureRandom) - Static method in class org.aoju.bus.core.codec.Blowfish
Generate a salt for use with the Blowfish.hashpw() method
gensalt(int) - Static method in class org.aoju.bus.core.codec.Blowfish
Generate a salt for use with the Blowfish.hashpw() method
gensalt() - Static method in class org.aoju.bus.core.codec.Blowfish
Generate a salt for use with the Blowfish.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
get(Object) - Method in class org.aoju.bus.core.bean.BeanPath
获取Bean中对应表达式的值
get(String) - Method in class org.aoju.bus.core.bean.DynaBean
获得字段对应值
GET - Static variable in class org.aoju.bus.core.consts.Httpd
 
get(String) - Static method in class org.aoju.bus.core.consts.MediaType
Returns a media type for string.
get(int) - Method in class org.aoju.bus.core.io.FastByteBuffer
根据索引位返回一个字节
get(int) - Method in class org.aoju.bus.core.io.Options
 
get() - Static method in class org.aoju.bus.core.key.ObjectID
获取ObjectId
get(String, T) - Method in class org.aoju.bus.core.lang.Dict
获得特定类型值
get() - Method in interface org.aoju.bus.core.lang.mutable.Mutable
获得原始值
get() - Method in class org.aoju.bus.core.lang.mutable.MutableBool
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableObject
 
get() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
get(K) - Method in class org.aoju.bus.core.lang.SimpleCache
从缓存池中查找值
get(Class<T>, Object...) - Static method in class org.aoju.bus.core.lang.Singleton
获得指定类的单例对象 对象存在于池中返回,否则创建,每次调用此方法获得的对象为同一个对象 注意:单例针对的是类和对象,因此get方法第一次调用时创建的对象始终唯一,也就是说就算参数变更,返回的依旧是第一次创建的对象
get(String, Object...) - Static method in class org.aoju.bus.core.lang.Singleton
获得指定类的单例对象 对象存在于池中返回,否则创建,每次调用此方法获得的对象为同一个对象 注意:单例针对的是类和对象,因此get方法第一次调用时创建的对象始终唯一,也就是说就算参数变更,返回的依旧是第一次创建的对象
get() - Method in class org.aoju.bus.core.loader.AtomicLoader
获取一个对象,第一次调用此方法时初始化对象然后返回,之后调用此方法直接返回原对象
get() - Method in class org.aoju.bus.core.loader.LazyLoader
获取一个对象,第一次调用此方法时初始化对象然后返回,之后调用此方法直接返回原对象
get() - Method in interface org.aoju.bus.core.loader.Loader
获取一个准备好的对象 通过准备逻辑准备好被加载的对象,然后返回。在准备完毕之前此方法应该被阻塞
get(Object) - Method in class org.aoju.bus.core.map.CustomKeyMap
 
get(Object) - Method in class org.aoju.bus.core.map.MapProxy
 
get(Object) - Method in class org.aoju.bus.core.map.MapWrapper
 
get(K, int) - Method in class org.aoju.bus.core.map.multi.CollectionValueMap
获取值
get(Object) - Method in class org.aoju.bus.core.map.multi.ListValueMap
 
get(Object) - Method in class org.aoju.bus.core.map.multi.SetValueMap
 
get(Object) - Method in class org.aoju.bus.core.map.TableMap
 
get(int) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
get(Object, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取数组对象中指定index的值,支持负数,例如-1表示倒数第一个值
get(Collection<T>, int) - Static method in class org.aoju.bus.core.utils.CollUtils
获取集合中指定下标的元素值,下标可以为负数,例如-1表示最后一个元素 如果元素越界,返回null
get(Map<?, ?>, Object, Class<T>) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为指定类型
get(String) - Static method in class org.aoju.bus.core.utils.PatternUtils
先从Pattern池中查找正则对应的Pattern,找不到则编译正则表达式并入池。
get(String, int) - Static method in class org.aoju.bus.core.utils.PatternUtils
先从Pattern池中查找正则对应的Pattern,找不到则编译正则表达式并入池。
get(String, String, int) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串
get(Pattern, String, int) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串
getAbsolutePath() - Method in class org.aoju.bus.core.io.resource.ClassPathResource
获得绝对路径Path 对于不存在的资源,返回拼接后的绝对路径
getAbsolutePath(String, Class<?>) - Static method in class org.aoju.bus.core.utils.FileUtils
获取绝对路径 此方法不会判定给定路径是否有效(文件或目录存在)
getAbsolutePath(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获取绝对路径,相对于ClassPath的目录 如果给定就是绝对路径,则返回原路径,原路径把所有\替换为/ 兼容Spring风格的路径表示,例如:classpath:config/example.setting也会被识别后转换
getAbsolutePath(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获取标准的绝对路径
getAccessibleField(Object, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
getAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Returns an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class org.aoju.bus.core.utils.MethodUtils
Returns an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethod(Object, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getAccessibleMethodByName(Object, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getAge(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
生日转为年龄,计算法定年龄
getAge(String) - Static method in class org.aoju.bus.core.utils.DateUtils
出生日期转年龄
getAge(Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
计算相对于dateToCompare的年龄,长用于计算指定生日在某年的年龄
getAgeByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取年龄,只支持15或18位身份证号码
getAgeByIdCard(String, Date) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取指定日期当时的年龄年龄,只支持15或18位身份证号码
getAllFieldList(Class) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取类所有的字段信息 ps: 这个方法有个问题 如果子类和父类有相同的字段 会不会重复 1.
getAllFields(Class<?>) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets all fields of the given class and its parents (if any).
getAllFields(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取包括父类所有的属性
getAllFieldsList(Class<?>) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets all fields of the given class and its parents (if any).
getAllFieldsReadMethods(Class) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取所有字段的 read 方法列表
getAllFirstLetter(String) - Static method in class org.aoju.bus.core.utils.PinyinUtils
获取所给中文的每个汉字首字母组成首字母字符串
getAllGroups(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串匹配到的所有分组
getAllInterfaces(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Gets a List of all interfaces implemented by the given class and its superclasses.
getAllInterfaces(Class<?>, HashSet<Class<?>>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Get the interfaces for the specified class.
getAllSuperclasses(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Gets a List of superclasses for the given class.
getAllWeeks(String) - Static method in class org.aoju.bus.core.utils.DateUtils
返回该年有多少个自然周
getAnnotation(Class<T>) - Method in class org.aoju.bus.core.annotation.Element
 
getAnnotation(AnnotatedElement, Class<A>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取指定注解
getAnnotation(Method, Class<A>, boolean, boolean) - Static method in class org.aoju.bus.core.utils.MethodUtils
Gets the annotation object with the given annotation type that is present on the given method or optionally on any equivalent method in super classes and interfaces.
getAnnotations() - Method in class org.aoju.bus.core.annotation.Element
 
getAnnotations(AnnotatedElement, boolean) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取指定注解
getAnnotationValue(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取指定注解默认值 如果无指定的属性方法返回null
getAnnotationValue(AnnotatedElement, Class<? extends Annotation>, String) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取指定注解属性的值 如果无指定的属性方法返回null
getAnnotationValueMap(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取指定注解中所有属性值 如果无指定的属性方法返回null
getAny(Object, int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取数组中指定多个下标元素值,组成新数组
getAny(Collection<T>, int...) - Static method in class org.aoju.bus.core.utils.CollUtils
获取集合中指定多个下标的元素值,下标可以为负数,例如-1表示最后一个元素
getAny(Map<K, V>, K...) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map的部分key生成新的Map
getArray() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Gets the array that this iterator is iterating over.
getArrayComponentType(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Get the array component type of type.
getArrayEnd() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the array end text.
getArrayEnd() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the array end text.
getArraySeparator() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the array separator text.
getArraySeparator() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the array separator text.
getArrayStart() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the array start text.
getArrayStart() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the array start text.
getArrayType(Class<?>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
根据数组元素类型,获取数组的类型 方法是通过创建一个空数组从而获取其类型
getAttributes(Path, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获取文件属性
getAttributeValue(Object, String) - Static method in class org.aoju.bus.core.utils.ObjectUtils
从对象中取值
getBean() - Method in class org.aoju.bus.core.bean.DynaBean
获得原始Bean
getBeanClass() - Method in class org.aoju.bus.core.bean.DynaBean
获得Bean的类型
getBeanDesc(Class<?>) - Method in enum org.aoju.bus.core.bean.BeanDescCache
获得属性名和BeanDescMap映射
getBeanDesc(Class<?>) - Static method in class org.aoju.bus.core.utils.BeanUtils
获取BeanDesc Bean描述信息
getBeanDesc(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取BeanDesc Bean描述信息
getBetweenMs() - Method in class org.aoju.bus.core.date.format.BetweenFormat
获得 时长毫秒数
getBigDecimal(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取BigDecimal型属性值
getBigDecimal(K, BigDecimal) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取BigDecimal型属性值 若获得的值为不可见字符,使用默认值
getBigDecimal(K, BigDecimal) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getBigDecimal(K, BigDecimal) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getBigDecimal(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取BigDecimal型属性值 无值或获取错误返回null
getBigDecimal(String) - Method in class org.aoju.bus.core.lang.Dict
 
getBigDecimalByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取BigDecimal型属性值
getBigDecimalList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取BigDecimal型属性值列表
getBigDecimals(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取BigDecimal型属性值数组
getBigDecimals(String, BigDecimal[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取BigDecimal型属性值数组
getBigInteger(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取BigInteger型属性值
getBigInteger(K, BigInteger) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取BigInteger型属性值 若获得的值为不可见字符,使用默认值
getBigInteger(K, BigInteger) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getBigInteger(K, BigInteger) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getBigInteger(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取BigInteger型属性值 无值或获取错误返回null
getBigInteger(String) - Method in class org.aoju.bus.core.lang.Dict
 
getBigIntegerByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取BigInteger型属性值
getBigIntegerList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取BigInteger型属性值列表
getBigIntegers(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取BigInteger型属性值数组
getBigIntegers(String, BigInteger[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取BigInteger型属性值数组
getBinaryStr(Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
获得数字对应的二进制字符串
getBirth(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取生日,只支持15或18位身份证号码
getBirthByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取生日,只支持15或18位身份证号码
getBirthDate(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
从身份证号码中获取生日日期,只支持15或18位身份证号码
getBOMInputStream(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获得BOM输入流,用于处理带BOM头的文件
getBool(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取boolean型属性值
getBool(K, Boolean) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取boolean型属性值 若获得的值为不可见字符,使用默认值
getBool(K, Boolean) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getBool(K, Boolean) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getBool(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取boolean型属性值 无值或获取错误返回null
getBool(String) - Method in class org.aoju.bus.core.lang.Dict
 
getBool(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Bool
getBoolByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取boolean型属性值
getBoolean(String, boolean) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
根据key获取值
getBoolList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Boolean型属性值列表
getBools(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Boolean型属性值数组
getBools(String, Boolean[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Boolean型属性值数组
getBuffer() - Method in class org.aoju.bus.core.io.Buffer
 
getBuffer() - Method in interface org.aoju.bus.core.io.BufferedSource
 
getBuffer() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
getByName(String) - Method in class org.aoju.bus.core.text.csv.CsvRow
获取标题对应的字段内容
getByte(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取byte型属性值
getByte(K, Byte) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取byte型属性值 若获得的值为不可见字符,使用默认值
getByte(K, Byte) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getByte(K, Byte) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getByte(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取byte型属性值 无值或获取错误返回null
getByte(long) - Method in class org.aoju.bus.core.io.Buffer
Returns the byte at pos.
getByte(int) - Method in class org.aoju.bus.core.io.ByteString
 
getByte(String) - Method in class org.aoju.bus.core.lang.Dict
 
getByteByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取byte型属性值
getByteList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Byte型属性值列表
getBytes(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Byte型属性值数组
getBytes(String, Byte[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Byte型属性值数组
getBytes(String) - Method in class org.aoju.bus.core.lang.Dict
 
getByXPath(String, Object, QName) - Static method in class org.aoju.bus.core.utils.XmlUtils
通过XPath方式读取XML节点等信息 Xpath相关文章:https://www.ibm.com/developerworks/cn/xml/x-javaxpathapi.html
getCaller() - Method in interface org.aoju.bus.core.lang.caller.Caller
获得调用者
getCaller(int) - Method in interface org.aoju.bus.core.lang.caller.Caller
获得调用者,指定第几级调用者 调用者层级关系:
getCaller() - Static method in class org.aoju.bus.core.lang.Caller
获得调用者
getCaller(int) - Static method in class org.aoju.bus.core.lang.Caller
获得调用者,指定第几级调用者 调用者层级关系:
getCaller() - Method in class org.aoju.bus.core.lang.caller.SecurityManagerCaller
 
getCaller(int) - Method in class org.aoju.bus.core.lang.caller.SecurityManagerCaller
 
getCaller() - Method in class org.aoju.bus.core.lang.caller.StackTraceCaller
 
getCaller(int) - Method in class org.aoju.bus.core.lang.caller.StackTraceCaller
 
getCaller() - Static method in class org.aoju.bus.core.utils.CallerUtils
获得调用者
getCaller(int) - Static method in class org.aoju.bus.core.utils.CallerUtils
获得调用者,指定第几级调用者 调用者层级关系:
getCallerCaller() - Static method in class org.aoju.bus.core.lang.Caller
获得调用者的调用者
getCallers() - Method in interface org.aoju.bus.core.lang.caller.Caller
获得调用者的调用者
getCallers() - Method in class org.aoju.bus.core.lang.caller.SecurityManagerCaller
 
getCallers() - Method in class org.aoju.bus.core.lang.caller.StackTraceCaller
 
getCallers() - Static method in class org.aoju.bus.core.utils.CallerUtils
获得调用者的调用者
getCanonicalPath(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获取规范的绝对路径
getCapacity() - Method in class org.aoju.bus.core.map.FixedLinkedHashMap
获取容量
getCenterY(Graphics, int) - Static method in class org.aoju.bus.core.image.Graphics
获取文字居中高度的Y坐标(距离上边距距离) 此方法依赖FontMetrics,如果获取失败,默认为背景高度的1/3
getChar(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取char型属性值
getChar(K, Character) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取char型属性值 若获得的值为不可见字符,使用默认值
getChar(K, Character) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getChar(K, Character) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getChar(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取char型属性值 无值或获取错误返回null
getChar(String) - Method in class org.aoju.bus.core.lang.Dict
 
getChar(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Character
getCharByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取char型属性值
getCharList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Character型属性值列表
getChars(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Character型属性值数组
getChars(String, Character[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Character型属性值数组
getChars(char[]) - Method in class org.aoju.bus.core.text.StrBuilder
Copies the character array into the specified array.
getChars(int, int, char[], int) - Method in class org.aoju.bus.core.text.StrBuilder
Copies the character array into the specified array.
getChars(int, int, char[], int) - Method in class org.aoju.bus.core.utils.TextUtils
将指定段的字符列表写出到目标字符数组中
getCharset() - Method in class org.aoju.bus.core.io.BOMInputStream
 
getCharset() - Method in class org.aoju.bus.core.io.file.FileWrapper
获得字符集编码
getClass(T) - Static method in class org.aoju.bus.core.utils.ClassUtils
null安全的获取对象类型
getClass(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得Type对应的原始类
getClass(Field) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得Field对应的原始类
getClassByName(String) - Static method in class org.aoju.bus.core.utils.ObjectUtils
依据class的名称获取对应class
getClasses(Object...) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得对象数组的类数组
getClassGenricType(Class) - Static method in class org.aoju.bus.core.utils.ReflectUtils
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处 如无法找到, 返回Object.class.
getClassGenricType(Class, int) - Static method in class org.aoju.bus.core.utils.ReflectUtils
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
getClassLoader() - Method in class org.aoju.bus.core.io.resource.ClassPathResource
getClassLoader() - Static method in class org.aoju.bus.core.utils.ClassUtils
获取ClassLoader 获取顺序如下:
getClassName(Object, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取类名
getClassName(Class<?>, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取类名 类名并不包含“.class”这个扩展名 例如:ClassUtil这个类
getClassPath() - Static method in class org.aoju.bus.core.utils.ClassUtils
获得ClassPath,将编码后的中文路径解码为原字符 这个ClassPath路径会文件路径被标准化处理
getClassPath(boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得ClassPath,这个ClassPath路径会文件路径被标准化处理
getClassPathURL() - Static method in class org.aoju.bus.core.utils.ClassUtils
获得ClassPath URL
getClassVar(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取对应类的默认变量名: 1.
getCnName() - Static method in class org.aoju.bus.core.utils.NameUtils
 
getColor(int) - Static method in class org.aoju.bus.core.utils.ImageUtils
获取一个RGB值对应的颜色
getColor(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
将颜色值转换成具体的颜色类型 汇集了常用的颜色集,支持以下几种形式:
getComponentType(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取数组对象的元素类型
getComponentType(Class<?>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取数组对象的元素类型
getConstructor(Class<T>, Class<?>...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
查找类中的指定参数的构造方法
getConstructors(Class<T>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有构造列表
getConstructorsDirectly(Class<?>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有字段列表,直接反射获取,无缓存
getContainsStr(CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
查找指定字符串是否包含指定字符串列表中的任意一个字符串,如果包含返回找到的第一个字符串
getContainsStrIgnoreCase(CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
查找指定字符串是否包含指定字符串列表中的任意一个字符串,如果包含返回找到的第一个字符串 忽略大小写
getContentEnd() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the content end text.
getContentEnd() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the content end text.
getContentStart() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the content start text.
getContentStart() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the content start text.
getContextClassLoader() - Static method in class org.aoju.bus.core.utils.ClassUtils
获取当前线程的ClassLoader
getConverter(Type, boolean) - Method in class org.aoju.bus.core.convert.ConverterRegistry
获得转换器
getCopyFilter() - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
获得过滤器
getCurrentInc() - Static method in class org.aoju.bus.core.key.ObjectID
获取自动增量的当前值
getCustomConverter(Type) - Method in class org.aoju.bus.core.convert.ConverterRegistry
获得自定义转换器
getDate(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取Date类型值
getDate(K, Date) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取Date类型值
getDate(K, Date) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getDate(K, Date) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getDate(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取Date型属性值 无值或获取错误返回null
getDate(String) - Method in class org.aoju.bus.core.lang.Dict
 
getDate(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Date
getDateInstance(int) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateInstance(int, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateInstance(int, TimeZone) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateInstance(int, TimeZone, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateTimeInstance(int, int) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateTimeInstance(int, int, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateTimeInstance(int, int, TimeZone) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getDayByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取生日天,只支持15或18位身份证号码
getDeclaredAnnotations() - Method in class org.aoju.bus.core.annotation.Element
 
getDeclaredField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.ClassUtils
查找指定类中的所有字段(包括非public字段), 字段不存在则返回null
getDeclaredField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets an accessible Field by name respecting scope.
getDeclaredField(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets an accessible Field by name, breaking scope if requested.
getDeclaredFields(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
查找指定类中的所有字段(包括非public字段)
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
查找指定类中的所有方法(包括非public方法),也包括父类和Object类的方法 找不到方法会返回null
getDeclaredMethodNames(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得指定类中的Public方法名 去重重载的方法
getDeclaredMethodOfObj(Object, String, Object...) - Static method in class org.aoju.bus.core.utils.ClassUtils
查找指定对象中的所有方法(包括非public方法),也包括父对象和Object类的方法
getDeclaredMethods(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得声明的所有方法,包括本类及其父类和接口的所有方法和Object类的方法
getDecodedPath(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
从URL对象中获取不被编码的路径Path 对于本地路径,URL对象的getPath方法对于包含中文或空格时会被编码,导致本读路径读取错误。 此方法将URL转为URI后获取路径用于解决路径被编码的问题
getDefaultCharset() - Method in class org.aoju.bus.core.io.BOMInputStream
 
getDefaultClassLoader() - Static method in class org.aoju.bus.core.utils.ClassUtils
 
getDefaultConverter(Type) - Method in class org.aoju.bus.core.convert.ConverterRegistry
获得默认转换器
getDefaultStyle() - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Gets the default ToStringStyle to use.
getDefaultValue(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取指定类型分的默认值 默认值规则为:
getDefaultValues(Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得默认值列表
getDest() - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
获得目标
getDiff(T, T) - Static method in class org.aoju.bus.core.utils.ObjectUtils
 
getDiffs() - Method in class org.aoju.bus.core.builder.DiffResult
Returns an unmodifiable list of Diffs.
getDouble(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取double型属性值
getDouble(K, Double) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取double型属性值 若获得的值为不可见字符,使用默认值
getDouble(K, Double) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getDouble(K, Double) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getDouble(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取double型属性值 无值或获取错误返回null
getDouble(String) - Method in class org.aoju.bus.core.lang.Dict
 
getDouble(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Double
getDoubleByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取double型属性值
getDoubleList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Double型属性值列表
getDoubles(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Double型属性值数组
getDoubles(String, Double[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Double型属性值数组
getElement(Element, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
根据节点名获得第一个子节点
getElementByXPath(String, Object) - Static method in class org.aoju.bus.core.utils.XmlUtils
通过XPath方式读取XML节点等信息 Xpath相关文章:https://www.ibm.com/developerworks/cn/xml/x-javaxpathapi.html
getElementType(Iterable<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
获得Iterable对象的元素类型(通过第一个非空元素判断)
getElementType(Iterator<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
获得Iterator对象的元素类型(通过第一个非空元素判断)
getElementType(Iterable<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
获得Iterable对象的元素类型(通过第一个非空元素判断) 注意,此方法至少会调用多次next方法
getElementType(Iterator<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
获得Iterator对象的元素类型(通过第一个非空元素判断) 注意,此方法至少会调用多次next方法
getEndIndex() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Gets the end index to loop to.
getEnName() - Static method in class org.aoju.bus.core.utils.NameUtils
 
getEnum(Class<E>, K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获得Enum类型的值
getEnum(Class<E>, K, E) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获得Enum类型的值
getEnum(Class<E>, K, E) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getEnum(Class<E>, K, E) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getEnum(Class<E>, K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取Enum型属性值 无值或获取错误返回null
getEnum(Class<E>, String) - Method in class org.aoju.bus.core.lang.Dict
 
getEnum(Class<E>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
Gets the enum for the class, returning null if not found.
getEnumeration() - Method in class org.aoju.bus.core.iterator.EnumerationIterator
Returns the underlying enumeration.
getEnumIgnoreCase(Class<E>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
Gets the enum for the class, returning null if not found.
getEnumList(Class<E>) - Static method in class org.aoju.bus.core.utils.EnumUtils
Gets the List of enums.
getEnumMap(Class<E>) - Static method in class org.aoju.bus.core.utils.EnumUtils
获取枚举字符串值和枚举对象的Map对应,使用LinkedHashMap保证有序 结果中键为枚举名,值为枚举对象
getEscapeChar() - Method in class org.aoju.bus.core.text.StrSubstitutor
Returns the escape character.
getExcludeFieldNames() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
 
getExecutor() - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
getField(String) - Method in class org.aoju.bus.core.bean.BeanDesc
获得字段名对应的字段对象,如果不存在返回null
getField() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获取字段
getField(Fields.DateField) - Method in class org.aoju.bus.core.date.DateTime
获得日期的某个部分 例如获得年的部分,则使用 getField(DatePart.YEAR)
getField(int) - Method in class org.aoju.bus.core.date.DateTime
获得日期的某个部分 例如获得年的部分,则使用 getField(Calendar.YEAR)
getField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
根据名称获取可访问的Field范围
getField(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets an accessible Field by name, breaking scope if requested.
getField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
查找指定类中的所有字段(包括非public字段),也包括父类和Object类的字段, 字段不存在则返回null
getfield(String, String) - Method in class org.aoju.bus.core.utils.XmlUtils
 
getFieldByxml(String, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
 
getFieldClass() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获得字段类型 先获取字段的类型,如果字段不存在,则获取Getter方法的返回类型,否则获取Setter的第一个参数类型
getFieldCount() - Method in class org.aoju.bus.core.text.csv.CsvRow
获取字段格式
getFieldMap() - Method in class org.aoju.bus.core.text.csv.CsvRow
获取标题与字段值对应的Map
getFieldName() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获取字段名
getFieldName() - Method in class org.aoju.bus.core.builder.Diff
Returns the name of the field.
getFieldNames(Class) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取类的所有属性与属性的类型
getFieldNameValueSeparator() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the field name value separator text.
getFieldNameValueSeparator() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the field name value separator text.
getFields(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的所有属性
getFields(Class<?>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有字段列表,包括其父类中的字段
getFieldsDirectly(Class<?>, boolean) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有字段列表,直接反射获取,无缓存
getFieldSeparator() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the field separator text.
getFieldSeparator() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the field separator text.
getFieldsListWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets all fields of the given class and its parents (if any) that are annotated with the given annotation.
getFieldsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets all fields of the given class and its parents (if any) that are annotated with the given annotation.
getFieldType() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获得字段类型 先获取字段的类型,如果字段不存在,则获取Getter方法的返回类型,否则获取Setter的第一个参数类型
getFieldValue(Object, String) - Static method in class org.aoju.bus.core.utils.BeanUtils
获得字段值,通过反射直接获得字段值,并不调用getXXX方法 对象同样支持Map类型,fieldNameOrIndex即为key
getFieldValue(Object, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获取字段值
getFieldValue(Object, Field) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获取字段值
getFieldValues(Iterable<?>, String) - Static method in class org.aoju.bus.core.utils.CollUtils
获取给定Bean列表中指定字段名对应字段值的列表 列表元素支持Bean与Map
getFieldValues(Class<? extends Enum<?>>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
获得枚举类中各枚举对象下指定字段的值
getFile() - Method in class org.aoju.bus.core.io.file.FileWrapper
获得文件
getFile() - Method in class org.aoju.bus.core.io.resource.UrlResource
获得File
getFirst(Iterable<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
获取集合的第一个元素
getFirst(Iterator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
获取集合的第一个元素
getFirst(Iterable<T>) - Static method in class org.aoju.bus.core.utils.IterUtils
获取集合的第一个元素
getFirst(Iterator<T>) - Static method in class org.aoju.bus.core.utils.IterUtils
获取集合的第一个元素
getFirstDayOfWeek() - Method in class org.aoju.bus.core.date.DateTime
获得一周的第一天,默认为周一
getFirstLetter(char) - Static method in class org.aoju.bus.core.utils.PinyinUtils
获取拼音首字母 传入汉字,返回拼音首字母 如果传入为字母,返回其小写形式 感谢【帝都】宁静 提供方法
getFirstParamClass(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的第一个参数类
getFirstParamType(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的第一个参数类型 优先获取方法的GenericParameterTypes,如果获取不到,则获取ParameterTypes
getFloat(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取float型属性值
getFloat(K, Float) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取float型属性值 若获得的值为不可见字符,使用默认值
getFloat(K, Float) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getFloat(K, Float) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getFloat(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取float型属性值 无值或获取错误返回null
getFloat(String) - Method in class org.aoju.bus.core.lang.Dict
 
getFloat(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Float
getFormat() - Method in class org.aoju.bus.core.convert.impl.CalendarConverter
获取日期格式
getFormat() - Method in class org.aoju.bus.core.convert.impl.DateConverter
获取日期格式
getGenderByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取性别,只支持15或18位身份证号码
getGeneric(Class) - Static method in class org.aoju.bus.core.utils.ObjectUtils
依据类,获取该类的泛型class
getGenMachineId() - Static method in class org.aoju.bus.core.key.ObjectID
获取生成的机器ID,标识机器/进程/类 加载程序
getGetMethodName(String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获取字段的get函数
getGetter(String) - Method in class org.aoju.bus.core.bean.BeanDesc
获取Getter方法,如果不存在返回null
getGetter() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获取Getter方法
getGroup0(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串,获得正则中分组0的内容
getGroup0(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串,,获得正则中分组0的内容
getGroup1(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串,获得正则中分组1的内容
getGroup1(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
获得匹配的字符串,,获得正则中分组1的内容
getHeader() - Method in class org.aoju.bus.core.text.csv.CsvData
Returns the header row - might be null if no header exists.
getHeader() - Method in class org.aoju.bus.core.text.csv.CsvParser
获取头部字段列表,如果containsHeader设置为false则抛出异常
getImageInputStream(InputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
getImageOutputStream(OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
getImageOutputStream(File) - Static method in class org.aoju.bus.core.utils.ImageUtils
getImg() - Method in class org.aoju.bus.core.image.Image
获取处理过的图片
getImplicitBounds(TypeVariable<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Returns an array containing the sole type of Object if TypeVariable.getBounds() returns an empty array.
getImplicitLowerBounds(WildcardType) - Static method in class org.aoju.bus.core.utils.TypeUtils
Returns an array containing a single value of null if WildcardType.getLowerBounds() returns an empty array.
getImplicitUpperBounds(WildcardType) - Static method in class org.aoju.bus.core.utils.TypeUtils
Returns an array containing the sole value of Object if WildcardType.getUpperBounds() returns an empty array.
getInc() - Method in class org.aoju.bus.core.key.ObjectID
 
getInputStream() - Method in class org.aoju.bus.core.io.file.FileReader
获得输入流
getInputStream(Path) - Static method in class org.aoju.bus.core.utils.FileUtils
获得输入流
getInputStream(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获得输入流
getInputStream(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得输入流
getInstance() - Static method in class org.aoju.bus.core.convert.ConverterRegistry
获得单例的 ConverterRegistry
getInstance() - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例,使用默认格式和地区
getInstance(String) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例,使用默认地区 支持缓存
getInstance(String, TimeZone) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getInstance(String, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getInstance(String, TimeZone, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getInstance() - Static method in class org.aoju.bus.core.instance.InstanceFactory
获取单例对象
getInt(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取int型属性值
getInt(K, Integer) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取int型属性值 若获得的值为不可见字符,使用默认值
getInt(K, Integer) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getInt(K, Integer) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getInt(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取int型属性值 无值或获取错误返回null
getInt(String) - Method in class org.aoju.bus.core.lang.Dict
 
getInt(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Integer
getInt(String) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
根据key获取值
getInt(String, int) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
根据key获取值
getIntByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取int型属性值
getIntList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Integer型属性值列表
getInts(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Integer型属性值数组
getInts(String, Integer[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Integer型属性值数组
getIpByHost(String) - Static method in class org.aoju.bus.core.utils.NetUtils
通过域名得到IP
getIterator() - Method in class org.aoju.bus.core.iterator.IteratorEnumeration
Returns the underlying iterator.
getJarClassLoader(File) - Static method in class org.aoju.bus.core.utils.ClassUtils
创建新的JarClassLoader,并使用此Classloader加载目录下的class文件和jar文件
getJarFile(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
从URL中获取JarFile
getJavaClassPaths() - Static method in class org.aoju.bus.core.utils.ClassUtils
 
getKey() - Method in class org.aoju.bus.core.lang.tuple.Pair
Gets the key from this pair.
getLast(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
获取集合的最后一个元素
getLast(int, String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
计算去年同期和上期的起止时间
getLast(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
计算时间段内的所有的天 type:0本期1上期2去年同期
getLast(int, String, String, String, String, String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(周)计算(周) 上期和去年同期的起止日期和起止周 计算上期的起止时间 和去年同期 type 0本期 1上期 2去年同期 起始日期key beginkey endkey 起始日期的起止周key beginWkey endWkey 本期:begin end 本期起止周 beginW、endW
getLast(String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(年)计算本期(年)的上期
getLastPathEle(Path) - Static method in class org.aoju.bus.core.utils.FileUtils
获取指定位置的最后一个子路径部分
getLeastSignificantBits() - Method in class org.aoju.bus.core.key.UUID
返回此 UUID 的 128 位值中的最低有效 64 位。
getLeft() - Method in class org.aoju.bus.core.lang.tuple.ImmutablePair
 
getLeft() - Method in class org.aoju.bus.core.lang.tuple.ImmutableTriple
 
getLeft() - Method in class org.aoju.bus.core.lang.tuple.MutablePair
 
getLeft() - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
 
getLeft() - Method in class org.aoju.bus.core.lang.tuple.Pair
Gets the left element from this pair.
getLeft() - Method in class org.aoju.bus.core.lang.tuple.Triple
Gets the left element from this triple.
getLength(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回指定数组的长度
getLevel() - Method in class org.aoju.bus.core.date.format.BetweenFormat
获得 格式化级别
getLineSeparator() - Static method in class org.aoju.bus.core.utils.FileUtils
获取当前系统的换行分隔符
getListType(Field) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取列表字段对应的类型
getLocale() - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
getLocale() - Method in interface org.aoju.bus.core.date.format.DateBasic
获得 日期地理位置
getLocale() - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
getLocalhost() - Static method in class org.aoju.bus.core.utils.NetUtils
获取本机网卡IP地址,规则如下:
getLocalhostStr() - Static method in class org.aoju.bus.core.utils.NetUtils
获取本机网卡IP地址,这个地址为所有网卡中非回路地址的第一个 如果获取失败调用 InetAddress.getLocalHost()方法获取。 此方法不会抛出异常,获取失败将返回null
getLocalMacAddress() - Static method in class org.aoju.bus.core.utils.NetUtils
获得本机MAC地址
getLong(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取long型属性值
getLong(K, Long) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取Long型属性值 若获得的值为不可见字符,使用默认值
getLong(K, Long) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getLong(K, Long) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getLong(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取long型属性值 无值或获取错误返回null
getLong(String) - Method in class org.aoju.bus.core.lang.Dict
 
getLong(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Long
getLongByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取Long型属性值
getLongList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取BigDecimal型属性值列表
getLongs(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Long型属性值数组
getLongs(String, Long[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Long型属性值数组
getMacAddress(InetAddress) - Static method in class org.aoju.bus.core.utils.NetUtils
获得指定地址信息中的MAC地址,使用分隔符“-”
getMacAddress(InetAddress, String) - Static method in class org.aoju.bus.core.utils.NetUtils
获得指定地址信息中的MAC地址
getMachine() - Method in class org.aoju.bus.core.key.ObjectID
 
getMainThread() - Static method in class org.aoju.bus.core.utils.ThreadUtils
获取进程的主线程 from Voovan
getMatchingAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Finds an accessible method that matches the given name and has compatible parameters.
getMatchingMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Retrieves a method whether or not it's accessible.
getMaxLengthEstimate() - Method in class org.aoju.bus.core.date.format.FastDateFormat
估算生成的日期字符串长度 实际生成的字符串长度小于或等于此值
getMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
查找指定方法 如果找不到对应的方法则返回null
getMethod(Class<?>, boolean, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
查找指定方法 如果找不到对应的方法则返回null
getMethodIgnoreCase(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
忽略大小写查找指定方法,如果找不到对应的方法则返回null
getMethodNames(Class<?>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得指定类中的Public方法名 去重重载的方法
getMethodOfObj(Object, String, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
查找指定对象中的所有方法(包括非public方法),也包括父对象和Object类的方法
getMethods(Class<?>, Filter<Method>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得指定类过滤后的Public方法列表
getMethods(Class<?>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有方法列表,包括其父类中的方法
getMethodsDirectly(Class<?>, boolean) - Static method in class org.aoju.bus.core.utils.ReflectUtils
获得一个类中所有方法列表,直接反射获取,无缓存
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.MethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class org.aoju.bus.core.utils.MethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.MethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class org.aoju.bus.core.utils.MethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMiddle() - Method in class org.aoju.bus.core.lang.tuple.ImmutableTriple
 
getMiddle() - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
 
getMiddle() - Method in class org.aoju.bus.core.lang.tuple.Triple
Gets the middle element from this triple.
getMillis() - Method in enum org.aoju.bus.core.consts.Fields.Unit
 
getMimeType(String) - Static method in class org.aoju.bus.core.utils.FileUtils
根据文件扩展名获得MimeType
getMonthByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取生日月,只支持15或18位身份证号码
getMonths(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
当时间段内的所有月份
getMonths(int, String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(月)计算本期的上期和去年同期 1 上期 2同期 返回的mapkay beginkey endkey 本期起止:begin end 计算上期的起止时间 和去年同期 type 0本期 1上期 2去年同期
getMostSignificantBits() - Method in class org.aoju.bus.core.key.UUID
返回此 UUID 的 128 位值中的最高有效 64 位。
getMultistageReverseProxyIp(String) - Static method in class org.aoju.bus.core.utils.NetUtils
从多级反向代理中获得第一个非unknown IP地址
getName() - Method in class org.aoju.bus.core.bean.BeanDesc
获取Bean的全类名
getName() - Method in enum org.aoju.bus.core.consts.Fields.Level
获取级别名称
getName() - Method in class org.aoju.bus.core.io.resource.BytesResource
 
getName() - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
getName() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
getName() - Method in interface org.aoju.bus.core.io.resource.Resource
获取资源名,例如文件资源的资源名为文件名
getName() - Method in class org.aoju.bus.core.io.resource.StringResource
 
getName() - Method in class org.aoju.bus.core.io.resource.UrlResource
 
getName(File) - Static method in class org.aoju.bus.core.utils.FileUtils
返回文件名
getName(String) - Static method in class org.aoju.bus.core.utils.FileUtils
返回文件名
getNameFieldMap(Class<? extends Enum<?>>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
获得枚举名对应指定字段值的Map 键为枚举名,值为字段值
getNames(Class<? extends Enum<?>>) - Static method in class org.aoju.bus.core.utils.EnumUtils
枚举类中所有枚举对象的name列表
getNetworkInterfaces() - Static method in class org.aoju.bus.core.utils.NetUtils
获取本机所有网卡
getNewLineText() - Method in class org.aoju.bus.core.text.StrBuilder
Gets the text to be appended when a new line is added.
getNodeByXPath(String, Object) - Static method in class org.aoju.bus.core.utils.XmlUtils
通过XPath方式读取XML节点等信息 Xpath相关文章:https://www.ibm.com/developerworks/cn/xml/x-javaxpathapi.html
getNodeListByXPath(String, Object) - Static method in class org.aoju.bus.core.utils.XmlUtils
通过XPath方式读取XML的NodeList Xpath相关文章:https://www.ibm.com/developerworks/cn/xml/x-javaxpathapi.html
getNotNullFields(Object, boolean) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的非空属性(属性如果是对象,则只会在同一个map中新增,不会出现map嵌套情况)
getNotNullFields(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的非空属性(属性如果是对象,则只会在同一个map中新增,不会出现map嵌套情况) (不会清空初始值)
getNotNullFieldsForStructure(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的非空属性(属性如果是对象,则会嵌套map)
getNotNullFieldsParam(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的非空属性(属性如果是对象,则只会在同一个map中新增,不会出现map嵌套情况) (不会清空初始值)
getNotNullFieldsParam(Object, boolean) - Static method in class org.aoju.bus.core.utils.ObjectUtils
获取对象中的非空属性(属性如果是对象,则只会在同一个map中新增,不会出现map嵌套情况)
getNullText() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the text to output when null found.
getNullText() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the text to output when null found.
getNullText() - Method in class org.aoju.bus.core.text.StrBuilder
Gets the text to be appended when null is added.
getNumber(String) - Method in class org.aoju.bus.core.lang.Dict
 
getNumberOfDiffs() - Method in class org.aoju.bus.core.builder.DiffResult
Returns the number of differences between the two objects.
getObj(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取Object属性值
getObj(K, Object) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取Object属性值
getObj(K, Object) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getObj(K, Object) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getObj(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
 
getObj(String) - Method in class org.aoju.bus.core.lang.Dict
 
getObj() - Method in class org.aoju.bus.core.lang.WeightRandom.WeightObj
获取对象
getObj(Object, Object) - Method in class org.aoju.bus.core.map.MapProxy
 
getObject() - Method in class org.aoju.bus.core.builder.ToStringBuilder
Returns the Object being output.
getObjList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Object型属性值列表
getObjs(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Object型属性值数组
getObjs(String, Object[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Object型属性值数组
getOriginalLineNumber() - Method in class org.aoju.bus.core.text.csv.CsvRow
获取原始行号,多行情况下为首行行号。
getOutputStream() - Method in class org.aoju.bus.core.io.file.FileWriter
获得一个输出流对象
getOutputStream(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个输出流对象
getOutputStream(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个输出流对象
getOverrideHierarchy(Method, ClassUtils.Interfaces) - Static method in class org.aoju.bus.core.utils.MethodUtils
Get the hierarchy of overridden methods down to result respecting generics.
getPackage(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得给定类所在包的名称 例如: ClassUtils =》 org.aoju.bus.core.utils
getPackageName(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getPackagePath(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得给定类所在包的路径 例如:
getParamClass(Method, int) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的参数类
getParamClasses(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
解析方法的参数类型列表 依赖jre\lib\rt.jar
getParamType(Method, int) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的参数类型 优先获取方法的GenericParameterTypes,如果获取不到,则获取ParameterTypes
getParamTypes(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的参数类型列表 优先获取方法的GenericParameterTypes,如果获取不到,则获取ParameterTypes
getParent(String, int) - Static method in class org.aoju.bus.core.utils.FileUtils
获取指定层级的父路径
getParent(File, int) - Static method in class org.aoju.bus.core.utils.FileUtils
获取指定层级的父路径
getPath() - Method in class org.aoju.bus.core.io.resource.ClassPathResource
获得Path
getPath(String) - Static method in class org.aoju.bus.core.utils.URLUtils
获得path部分
getPathEle(Path, int) - Static method in class org.aoju.bus.core.utils.FileUtils
获取指定位置的子路径部分,支持负数,例如index为-1表示从后数第一个节点位置
getPattern() - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
getPattern() - Method in interface org.aoju.bus.core.date.format.DateBasic
获得日期格式化或者转换的格式
getPattern() - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
getPinYin(String) - Static method in class org.aoju.bus.core.utils.PinyinUtils
汉字转拼音
getPrintWriter(boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
获得一个打印写入对象,可以有print
getPrintWriter(String, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个打印写入对象,可以有print
getPrintWriter(String, Charset, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个打印写入对象,可以有print
getPrintWriter(File, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个打印写入对象,可以有print
getProp(String) - Method in class org.aoju.bus.core.bean.BeanDesc
获取属性,如果不存在返回null
getProperties() - Static method in class org.aoju.bus.core.utils.PropertiesUtils
 
getProperty(String) - Static method in class org.aoju.bus.core.consts.System
获取指定配置信息
getProperty(Object, String) - Static method in class org.aoju.bus.core.utils.BeanUtils
解析Bean中的属性值
getPropertyDescriptor(Class<?>, String) - Static method in class org.aoju.bus.core.utils.BeanUtils
获得Bean类属性描述,大小写敏感
getPropertyDescriptor(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
获得Bean类属性描述
getPropertyDescriptorMap(Class<?>, boolean) - Method in enum org.aoju.bus.core.bean.BeanInfoCache
获得属性名和PropertyDescriptorMap映射
getPropertyDescriptorMap(Class<?>, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
获得字段名和字段描述Map,获得的结果会缓存在 BeanInfoCache
getPropertyDescriptors(Class<?>) - Static method in class org.aoju.bus.core.utils.BeanUtils
获得Bean字段描述数组
getPropMap(boolean) - Method in class org.aoju.bus.core.bean.BeanDesc
获取字段名-字段属性Map
getProps() - Method in class org.aoju.bus.core.bean.BeanDesc
获取字段属性列表
getProvinceByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取户籍省份,只支持15或18位身份证号码
getPublicMethod(Class<?>, String, Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
查找指定Public方法 如果找不到对应的方法或方法不为public的则返回null
getPublicMethodNames(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得指定类中的Public方法名 去重重载的方法
getPublicMethods(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得本类及其父类所有Public方法
getPublicMethods(Class<?>, Filter<Method>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, Method...) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPublicMethods(Class<?>, String...) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得指定类过滤后的Public方法列表
getPushBackReader(Reader, int) - Static method in class org.aoju.bus.core.utils.IoUtils
获得PushbackReader 如果是PushbackReader强转返回,否则新建
getQuarterByMonth(int) - Static method in class org.aoju.bus.core.utils.DateUtils
根据月份获取所在季度
getQuarters(int, String, String, String, String, String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(季度) 计算本期的上期起止时间和同期的起止时间 返回的mao key 时间起止:beginkey endkey 季度起止: beginWkey endWkey 本期的时间起止:begin end 季度:beginW endW type 0本期 1上期 2去年同期 季度
getQuarters(String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(季度)获取季度份时间段内的所有季度
getRandom() - Static method in class org.aoju.bus.core.utils.RandomUtils
获取随机数生成器对象 ThreadLocalRandom是JDK 7之后提供并发产生随机数,能够解决多个线程发生的竞争争夺。
getRandom(boolean) - Static method in class org.aoju.bus.core.utils.RandomUtils
获取随机数产生器
getRaw() - Method in class org.aoju.bus.core.map.MapWrapper
获取原始的Map
getRawList() - Method in class org.aoju.bus.core.text.csv.CsvRow
获取本行所有字段值列表
getRawType(Type, Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Get the raw type of a Java type, given its context.
getReader() - Method in class org.aoju.bus.core.io.file.FileReader
获得一个文件读取器
getReader(Charset) - Method in class org.aoju.bus.core.io.resource.BytesResource
 
getReader(Charset) - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
getReader(Charset) - Method in class org.aoju.bus.core.io.resource.MultiResource
 
getReader(Charset) - Method in interface org.aoju.bus.core.io.resource.Resource
获得Reader
getReader(Charset) - Method in class org.aoju.bus.core.io.resource.StringResource
 
getReader(Charset) - Method in class org.aoju.bus.core.io.resource.UrlResource
获得Reader
getReader(CsvReadConfig) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV读取器
getReader() - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV读取器
getReader(Path, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getReader(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getReader(File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getReader(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getReader(String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getReader(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
getReader(InputStream, String) - Static method in class org.aoju.bus.core.utils.IoUtils
获得一个文件读取器
getReader(InputStream, Charset) - Static method in class org.aoju.bus.core.utils.IoUtils
获得一个Reader
getReader(Reader) - Static method in class org.aoju.bus.core.utils.IoUtils
获得BufferedReader 如果是BufferedReader强转返回,否则新建。如果提供的Reader为null返回null
getReader(String, Charset) - Static method in class org.aoju.bus.core.utils.ResourceUtils
从ClassPath资源中获取BufferedReader
getReader(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
获得StringReader
getReader(URL, Charset) - Static method in class org.aoju.bus.core.utils.URLUtils
获得Reader
getResource(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
获得资源的URL 路径用/分隔,例如:
getResource(String, Class<?>) - Static method in class org.aoju.bus.core.utils.ResourceUtils
获得资源相对路径对应的URL
getResourceIter(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
获取指定路径下的资源Iterator 路径格式必须为目录格式,用/分隔,例如:
getResourceObj(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
获取Resource 资源对象 如果提供路径为绝对路径,返回FileResource,否则返回ClassPathResource
getResources(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
获取指定路径下的资源列表 路径格式必须为目录格式,用/分隔,例如:
getResourceURL(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得资源的URL 路径用/分隔,例如:
getRetentionPolicy(Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取注解类的保留时间,可选值 SOURCE(源码时),CLASS(编译时),RUNTIME(运行时),默认为 CLASS
getReturnClass(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
解析方法的返回类型类列表
getReturnType(Method) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取方法的返回值类型 获取方法的GenericReturnType
getReversedMapping() - Method in class org.aoju.bus.core.bean.copier.CopyOptions
获取反转之后的映射
getRight() - Method in class org.aoju.bus.core.lang.tuple.ImmutablePair
 
getRight() - Method in class org.aoju.bus.core.lang.tuple.ImmutableTriple
 
getRight() - Method in class org.aoju.bus.core.lang.tuple.MutablePair
 
getRight() - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
 
getRight() - Method in class org.aoju.bus.core.lang.tuple.Pair
Gets the right element from this pair.
getRight() - Method in class org.aoju.bus.core.lang.tuple.Triple
Gets the right element from this triple.
getRootElement(Document) - Static method in class org.aoju.bus.core.utils.XmlUtils
获得XML文档根节点
getRow(int) - Method in class org.aoju.bus.core.text.csv.CsvData
Returns a CsvRow by its index (starting with 0).
getRowCount() - Method in class org.aoju.bus.core.text.csv.CsvData
Returns the number of rows in this container.
getRows() - Method in class org.aoju.bus.core.text.csv.CsvData
Returns an unmodifiable list of rows.
getSecureRandom() - Static method in class org.aoju.bus.core.utils.RandomUtils
获取SecureRandom,类提供加密的强随机数生成器 (RNG)
getSetMethodName(String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
根据字段名获取set方法
getSetter(String) - Method in class org.aoju.bus.core.bean.BeanDesc
获取Setter方法,如果不存在返回null
getSetter() - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获取Setter方法
getShort(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取short型属性值
getShort(K, Short) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取short型属性值 若获得的值为不可见字符,使用默认值
getShort(K, Short) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getShort(K, Short) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getShort(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取short型属性值 无值或获取错误返回null
getShort(String) - Method in class org.aoju.bus.core.lang.Dict
 
getShort(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为Short
getShortByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取short型属性值
getShortClassName(Class<?>) - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the short class name for a class.
getShortClassName(Object, String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Gets the class name minus the package name for an Object.
getShortClassName(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Gets the class name minus the package name from a Class.
getShortClassName(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Gets the class name minus the package name from a String.
getShortList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取Short型属性值列表
getShorts(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取Short型属性值数组
getShorts(String, Short[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取Short型属性值数组
getSimpleName() - Method in class org.aoju.bus.core.bean.BeanDesc
获取Bean的简单类名
getSimpleName(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Class<?>, String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Object) - Static method in class org.aoju.bus.core.utils.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Object, String) - Static method in class org.aoju.bus.core.utils.ClassUtils
Null-safe version of aClass.getSimpleName()
getSizeEndText() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the end text to output when a Collection, Map or Array size is output.
getSizeEndText() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the end text to output when a Collection, Map or array size is output.
getSizeStartText() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getSizeStartText() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the start text to output when a Collection, Map or array size is output.
getSrc() - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
获取源
getStackTrace() - Static method in class org.aoju.bus.core.utils.ThreadUtils
 
getStackTraceElement(int) - Static method in class org.aoju.bus.core.utils.ThreadUtils
获得堆栈项
getStartIndex() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Gets the start index to loop from.
getStr(K) - Method in interface org.aoju.bus.core.getter.BasicTypeGetter
获取字符串型属性值
getStr(K, String) - Method in interface org.aoju.bus.core.getter.OptBasicTypeGetter
获取字符串型属性值 若获得的值为不可见字符,使用默认值
getStr(K, String) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
getStr(K, String) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
getStr(K) - Method in class org.aoju.bus.core.getter.OptNullBasicTypeGetter
获取字符串型属性值 无值或获取错误返回null
getStr(String) - Method in class org.aoju.bus.core.lang.Dict
 
getStrByGroup(String, String) - Method in interface org.aoju.bus.core.getter.GroupedTypeGetter
获取字符串型属性值
getStream() - Method in class org.aoju.bus.core.io.resource.BytesResource
 
getStream() - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
getStream() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
getStream() - Method in interface org.aoju.bus.core.io.resource.Resource
getStream() - Method in class org.aoju.bus.core.io.resource.StringResource
 
getStream() - Method in class org.aoju.bus.core.io.resource.UrlResource
 
getStream(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
从ClassPath资源中获取InputStream
getStream(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
从URL中获取流
getStreamSafe(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
从ClassPath资源中获取InputStream,当资源不存在时返回null
getString(Map<?, ?>, Object) - Static method in class org.aoju.bus.core.utils.MapUtils
获取Map指定key的值,并转换为字符串
getString(String) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
 
getString(String, String) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
 
getString(String, String, String) - Static method in class org.aoju.bus.core.utils.PropertiesUtils
 
getStringBuffer() - Method in class org.aoju.bus.core.builder.ToStringBuilder
Gets the StringBuffer being populated.
getStrList(String) - Method in interface org.aoju.bus.core.getter.ListTypeGetter
获取String型属性值列表
getStrs(String) - Method in interface org.aoju.bus.core.getter.ArrayTypeGetter
获取String型属性值数组
getStrs(String, String[]) - Method in interface org.aoju.bus.core.getter.OptArrayTypeGetter
获取String型属性值数组
getStyle() - Method in class org.aoju.bus.core.builder.ToStringBuilder
Gets the ToStringStyle being used.
getSummaryObjectEndText() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectEndText() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets the start text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets the start text to output when an Object is output in summary mode.
getTargetType() - Method in class org.aoju.bus.core.convert.AbstractConverter
获得此类实现类的泛型类型
getTargetType() - Method in class org.aoju.bus.core.convert.impl.ArrayConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.BeanConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.CastConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.EnumConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.GenericEnumConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.MapConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.NumberConverter
 
getTargetType() - Method in class org.aoju.bus.core.convert.impl.PrimitiveConverter
 
getTargetType(Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
获取注解类可以用来修饰哪些程序元素,如 TYPE, METHOD, CONSTRUCTOR, FIELD, PARAMETER 等
GETTER_PREFIX - Static variable in class org.aoju.bus.core.consts.Normal
 
getThreads() - Static method in class org.aoju.bus.core.utils.ThreadUtils
获取JVM中与当前线程同组的所有线程
getThreads(ThreadGroup) - Static method in class org.aoju.bus.core.utils.ThreadUtils
获取JVM中与当前线程同组的所有线程 使用数组二次拷贝方式,防止在线程列表获取过程中线程终止 from Voovan
getTime() - Method in class org.aoju.bus.core.key.ObjectID
获取此ID的时间(以毫秒为单位)
getTime(String) - Method in class org.aoju.bus.core.lang.Dict
 
getTimeFormatText(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
返回文字描述的日期
getTimeInstance(int) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getTimeInstance(int, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getTimeInstance(int, TimeZone) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getTimeInstance(int, TimeZone, Locale) - Static method in class org.aoju.bus.core.date.format.FastDateFormat
获得 FastDateFormat 实例 支持缓存
getTimeSecond() - Method in class org.aoju.bus.core.key.ObjectID
获取此ID的时间(以秒为单位)
getTimestamp(String) - Method in class org.aoju.bus.core.lang.Dict
 
getTimeZone() - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
getTimeZone() - Method in interface org.aoju.bus.core.date.format.DateBasic
获得时区
getTimeZone() - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
getTmpDir() - Static method in class org.aoju.bus.core.utils.FileUtils
获取临时文件目录
getTmpDirPath() - Static method in class org.aoju.bus.core.utils.FileUtils
获取临时文件路径(绝对路径)
getToStringStyle() - Method in class org.aoju.bus.core.builder.DiffResult
Returns the style used by the DiffResult.toString() method.
getType() - Method in class org.aoju.bus.core.builder.Diff
Returns the type of the field.
getType(String) - Static method in class org.aoju.bus.core.consts.FileType
根据文件流的头部信息获得文件类型
getType(InputStream) - Static method in class org.aoju.bus.core.consts.FileType
根据文件流的头部信息获得文件类型
getType(File) - Static method in class org.aoju.bus.core.consts.FileType
根据文件流的头部信息获得文件类型
getType() - Method in interface org.aoju.bus.core.reflect.Typed
Get the Type represented by this entity.
getType() - Method in class org.aoju.bus.core.reflect.TypeLiteral
 
getType(File) - Static method in class org.aoju.bus.core.utils.FileUtils
根据文件流的头部信息获得文件类型
getType(Field) - Static method in class org.aoju.bus.core.utils.TypeUtils
获取字段对应的Type类型 方法优先获取GenericType,获取不到则获取Type
getTypeArgument(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得给定类的第一个泛型参数
getTypeArgument(Class<?>, int) - Static method in class org.aoju.bus.core.utils.ClassUtils
获得给定类的泛型参数
getTypeArgument(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得给定类的第一个泛型参数
getTypeArgument(Class<?>, int) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得给定类的泛型参数
getTypeArgument(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得给定类的第一个泛型参数
getTypeArgument(Type, int) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得给定类的泛型参数
getTypeArguments(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
获得指定类型中所有泛型参数类型
getTypeArguments(ParameterizedType) - Static method in class org.aoju.bus.core.utils.TypeUtils
Retrieves all the type arguments for this parameterized type including owner hierarchy arguments such as Outer<K,V>.Inner<T>.DeepInner<E> .
getTypeArguments(Type, Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Gets the type arguments of a class/interface based on a subtype.
getTypeByPath(String) - Static method in class org.aoju.bus.core.consts.FileType
通过路径获得文件类型
getUpToClass() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Gets the last super class to stop appending fields for.
getUrl() - Method in class org.aoju.bus.core.io.resource.BytesResource
 
getUrl() - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
getUrl() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
getUrl() - Method in interface org.aoju.bus.core.io.resource.Resource
获得解析后的URL
getUrl() - Method in class org.aoju.bus.core.io.resource.StringResource
 
getUrl() - Method in class org.aoju.bus.core.io.resource.UrlResource
 
getURL(String) - Static method in class org.aoju.bus.core.utils.URLUtils
获得URL
getURL(String, Class<?>) - Static method in class org.aoju.bus.core.utils.URLUtils
获得URL
getURL(File) - Static method in class org.aoju.bus.core.utils.URLUtils
获得URL,常用于使用绝对路径时的情况
getURLs(File...) - Static method in class org.aoju.bus.core.utils.URLUtils
获得URL,常用于使用绝对路径时的情况
getUsableLocalPort() - Static method in class org.aoju.bus.core.utils.NetUtils
查找1024~65535范围内的可用端口 此方法只检测给定范围内的随机一个端口,检测65535-1024次 来自org.springframework.util.SocketUtils
getUsableLocalPort(int) - Static method in class org.aoju.bus.core.utils.NetUtils
查找指定范围内的可用端口,最大值为65535 此方法只检测给定范围内的随机一个端口,检测65535-minPort次 来自org.springframework.util.SocketUtils
getUsableLocalPort(int, int) - Static method in class org.aoju.bus.core.utils.NetUtils
查找指定范围内的可用端口 此方法只检测给定范围内的随机一个端口,检测maxPort-minPort次 来自org.springframework.util.SocketUtils
getUsableLocalPorts(int, int, int) - Static method in class org.aoju.bus.core.utils.NetUtils
获取多个本地可用端口 来自org.springframework.util.SocketUtils
getUserClass(Object) - Static method in class org.aoju.bus.core.utils.ReflectUtils
 
getUserHomeDir() - Static method in class org.aoju.bus.core.utils.FileUtils
获取用户目录
getUserHomePath() - Static method in class org.aoju.bus.core.utils.FileUtils
获取用户路径(绝对路径)
getUtf8Reader(Path) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getUtf8Reader(File) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getUtf8Reader(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个文件读取器
getValue(Object) - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
获取字段值 首先调用字段对应的Getter方法获取值,如果Getter方法不存在,则判断字段如果为public,则直接获取字段值
getValue(Field) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Calls java.lang.reflect.Field.get(Object).
getValue() - Method in enum org.aoju.bus.core.consts.Fields.DateField
 
getValue() - Method in enum org.aoju.bus.core.consts.Fields.Month
 
getValue() - Method in enum org.aoju.bus.core.consts.Fields.Quarter
 
getValue() - Method in enum org.aoju.bus.core.consts.Fields.Week
获得星期对应Calendar 中的Week值
getValue() - Method in enum org.aoju.bus.core.image.ScaleType
 
getValue() - Method in enum org.aoju.bus.core.io.file.LineSeparator
 
getValue() - Method in class org.aoju.bus.core.lang.tuple.Pair
Gets the value from this pair.
getValue() - Method in enum org.aoju.bus.core.thread.RejectPolicy
获取RejectedExecutionHandler枚举值
getValue() - Method in enum org.aoju.bus.core.utils.ModifierUtils.ModifierType
获取修饰符枚举对应的int修饰符值,值见Modifier
getValueDelimiterMatcher() - Method in class org.aoju.bus.core.text.StrSubstitutor
Gets the variable default value delimiter matcher currently in use.
getVariablePrefixMatcher() - Method in class org.aoju.bus.core.text.StrSubstitutor
Gets the variable prefix matcher currently in use.
getVariableResolver() - Method in class org.aoju.bus.core.text.StrSubstitutor
Gets the VariableResolver that is used to lookup variables.
getVariableSuffixMatcher() - Method in class org.aoju.bus.core.text.StrSubstitutor
Gets the variable suffix matcher currently in use.
getWebRoot() - Static method in class org.aoju.bus.core.utils.FileUtils
获取Web项目下的web root路径 原理是首先获取ClassPath路径,由于在web项目中ClassPath位于 WEB-INF/classes/下,故向上获取两级目录即可。
getWeeks(String, String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
(周)返回起止时间内的所有自然周
getWeeksCount(Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获取两个日期段相差的周数
getWeight() - Method in class org.aoju.bus.core.lang.WeightRandom.WeightObj
获取权重
getWriter(boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
获得一个带缓存的写入对象
getWriter(String, Charset) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器),使用默认配置,覆盖已有文件(如果存在)
getWriter(File, Charset) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器),使用默认配置,覆盖已有文件(如果存在)
getWriter(String, Charset, boolean) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器),使用默认配置
getWriter(File, Charset, boolean) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器),使用默认配置
getWriter(File, Charset, boolean, CsvWriteConfig) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器)
getWriter(Writer) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器)
getWriter(Writer, CsvWriteConfig) - Static method in class org.aoju.bus.core.utils.CsvUtils
获取CSV生成器(写出器)
getWriter(String, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个带缓存的写入对象
getWriter(String, Charset, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个带缓存的写入对象
getWriter(File, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个带缓存的写入对象
getWriter(File, Charset, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
获得一个带缓存的写入对象
getWriter(Image, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
根据给定的Image对象和格式获取对应的ImageWriter,如果未找到合适的Writer,返回null
getWriter(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
根据给定的图片格式或者扩展名获取ImageWriter,如果未找到合适的Writer,返回null
getWriter(OutputStream, String) - Static method in class org.aoju.bus.core.utils.IoUtils
获得一个Writer
getWriter(OutputStream, Charset) - Static method in class org.aoju.bus.core.utils.IoUtils
获得一个Writer
getWriter() - Static method in class org.aoju.bus.core.utils.StringUtils
获得StringWriter
getYearByIdCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
根据身份编号获取生日年,只支持15或18位身份证号码
getYears(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
获取年份时间段内的所有年
GlobalThreadPool - Class in org.aoju.bus.core.thread
全局公共线程池
Graphics - Class in org.aoju.bus.core.image
Graphics相关工具类
Graphics() - Constructor for class org.aoju.bus.core.image.Graphics
 
gray() - Method in class org.aoju.bus.core.image.Image
彩色转为黑白
gray(File, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白
gray(InputStream, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白 此方法并不关闭流
gray(ImageInputStream, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白 此方法并不关闭流
gray(Image, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白
gray(Image, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白 此方法并不关闭流
gray(Image, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白 此方法并不关闭流
gray(Image) - Static method in class org.aoju.bus.core.utils.ImageUtils
彩色转为黑白
group(Collection<T>, CollUtils.Hash<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
分组,按照CollUtils.Hash接口定义的hash算法,集合中的元素放入hash值对应的子列表中
GROUP_VAR - Static variable in class org.aoju.bus.core.consts.RegEx
 
GROUP_VAR_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
分组
GroupedTypeGetter - Interface in org.aoju.bus.core.getter
基于分组的Get接口
GuardeBy - Annotation Type in org.aoju.bus.core.annotation
用来标识每个需要加锁的状态变量以及保护该变量的锁。 有助于代码的维护与审查,以及一些自动化的分析工具找到潜在的安全性错误。
gzip(String, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip压缩处理
gzip(byte[]) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip压缩处理
gzip(File) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip压缩文件
gzip(InputStream) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip压缩文件
gzip(InputStream, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip压缩文件
GzipSink - Class in org.aoju.bus.core.io
这相当于使用Deflater同步刷新选项。 该类不提供任何部分刷新机制。为获得最佳性能, 只在应用程序行为需要时调用GzipSink.flush()
GzipSink(Sink) - Constructor for class org.aoju.bus.core.io.GzipSink
 
GzipSource - Class in org.aoju.bus.core.io
解压读取数据
GzipSource(Source) - Constructor for class org.aoju.bus.core.io.GzipSource
 

H

handle(BufferedReader) - Method in interface org.aoju.bus.core.io.file.FileReader.ReaderHandler
 
handle(String) - Method in interface org.aoju.bus.core.io.LineHandler
处理一行数据,可以编辑后存入指定地方
hasBlank(CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
是否包含空字符串
hasContent() - Method in class org.aoju.bus.core.utils.TextUtils
是否有内容
hasDeadline() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
hasDeadline() - Method in class org.aoju.bus.core.io.Timeout
 
hasEmpty(CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
是否包含空字符串
hasField(Object, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
判断某个对象是否拥有某个属性
hash() - Method in class org.aoju.bus.core.io.HashingSink
 
hash() - Method in class org.aoju.bus.core.io.HashingSource
 
hash(T) - Method in interface org.aoju.bus.core.utils.CollUtils.Hash
计算Hash值
hashCode() - Method in class org.aoju.bus.core.bean.DynaBean
 
hashCode() - Method in class org.aoju.bus.core.builder.HashCodeBuilder
The computed hashCode from toHashCode() is returned due to the likelihood of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for HashCodeBuilder itself is.
hashCode() - Method in class org.aoju.bus.core.consts.MediaType
 
hashCode() - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
hashCode() - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
hashCode() - Method in class org.aoju.bus.core.io.Buffer
 
hashCode() - Method in class org.aoju.bus.core.io.ByteString
 
hashCode() - Method in class org.aoju.bus.core.key.ObjectID
 
hashCode() - Method in class org.aoju.bus.core.key.UUID
返回此 UUID 的哈希码。
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableBool
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableObject
 
hashCode() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
hashCode() - Method in class org.aoju.bus.core.lang.tuple.Pair
Returns a suitable hash code.
hashCode() - Method in class org.aoju.bus.core.lang.tuple.Triple
Returns a suitable hash code.
hashCode() - Method in class org.aoju.bus.core.lang.WeightRandom.WeightObj
 
hashCode() - Method in class org.aoju.bus.core.reflect.TypeLiteral
 
hashCode() - Method in class org.aoju.bus.core.text.StrBuilder
Gets a suitable hash code for this builder.
hashCode(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获得一个数组哈希码,用于正确处理多维数组。 多维基元数组也可以用该方法正确处理。
HashCodeBuilder - Class in org.aoju.bus.core.builder
Assists in implementing Object.hashCode() methods.
HashCodeBuilder() - Constructor for class org.aoju.bus.core.builder.HashCodeBuilder
Uses two hard coded choices for the constants needed to build a hashCode.
HashCodeBuilder(int, int) - Constructor for class org.aoju.bus.core.builder.HashCodeBuilder
Two randomly chosen, odd numbers must be passed in.
HashCodeExclude - Annotation Type in org.aoju.bus.core.builder
Use this annotation to exclude a field from being used by the various reflectionHashcode methods defined on HashCodeBuilder.
HashingSink - Class in org.aoju.bus.core.io
一个接收器,计算它接受的全部字节流的哈希值。若要使用,请创建 使用您首选的哈希算法实例。将所有数据写入接收器,然后调用 HashingSink.hash()来计算最终的哈希值。
HashingSource - Class in org.aoju.bus.core.io
计算其提供的全部字节流的散列的源。若要使用,请创建 使用您首选的哈希算法实例。通过读取源文件的所有字节来耗尽源文件 然后调用HashingSource.hash()来计算最终的哈希值
hashpw(String, String) - Static method in class org.aoju.bus.core.codec.Blowfish
Hash a password using the OpenBSD bcrypt scheme
HashUtils - Class in org.aoju.bus.core.utils
Hash算法大全 推荐使用FNV1算法
HashUtils() - Constructor for class org.aoju.bus.core.utils.HashUtils
 
hasLength(String) - Static method in class org.aoju.bus.core.utils.StringUtils
Check that the given String is neither null nor of length 0.
hasModifier(Class<?>, ModifierUtils.ModifierType...) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
hasModifier(Constructor<?>, ModifierUtils.ModifierType...) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
hasModifier(Method, ModifierUtils.ModifierType...) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
hasModifier(Field, ModifierUtils.ModifierType...) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否同时存在一个或多个修饰符(可能有多个修饰符,如果有指定的修饰符则返回true)
hasMoreElements() - Method in class org.aoju.bus.core.iterator.IteratorEnumeration
Returns true if the underlying iterator has more elements.
hasNext() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
hasNext() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Returns true if there are more elements to return from the array.
hasNext() - Method in class org.aoju.bus.core.iterator.EnumerationIterator
Returns true if the underlying enumeration has more elements.
hasNext() - Method in class org.aoju.bus.core.utils.IterUtils.EnumerationIter
 
hasNull(T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
是否包含null元素
hasNull(Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
判断Bean中是否有值为null的字段
hasNull(Iterable<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
是否包含null元素
hasNull(Iterable<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
是否包含null元素
hasNull(Iterator<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
是否包含null元素
hasNullField(Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
判断Bean是否包含值为null的属性 对象本身为null也返回true
hasText(String, String) - Static method in class org.aoju.bus.core.lang.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class org.aoju.bus.core.utils.StringUtils
Check whether the given String contains actual text.
HEAD - Static variable in class org.aoju.bus.core.consts.Httpd
 
head - Variable in class org.aoju.bus.core.io.Buffer
 
HEX - Static variable in class org.aoju.bus.core.consts.RegEx
 
hex() - Method in class org.aoju.bus.core.io.ByteString
 
hex(int) - Static method in class org.aoju.bus.core.text.translate.CharSequenceTranslator
Returns an upper case hexadecimal String for the given character.
HEX_DIGITS - Static variable in class org.aoju.bus.core.consts.Normal
 
HEX_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
16进制字符串
hexStringToByte(String) - Static method in class org.aoju.bus.core.utils.StringUtils
bytes字符串转换为Byte值 src Byte字符串,每个Byte之间没有分隔符
hexToBytes(String) - Static method in class org.aoju.bus.core.convert.Convert
Hex字符串转换为Byte值
hexToColor(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
16进制的颜色值转换为Color对象,例如#fcf6d6
hexToStr(String, Charset) - Static method in class org.aoju.bus.core.convert.Convert
十六进制转换字符串
HexUtils - Class in org.aoju.bus.core.utils
十六进制(简写为hex或下标16)在数学中是一种逢16进1的进位制,一般用数字0到9和字母A到F表示(其中:A~F即10~15)。 例如十进制数57,在二进制写作111001,在16进制写作39。 像java,c这样的语言为了区分十六进制和十进制数值,会在十六进制数的前面加上 0x,比如0x20是十进制的32,而不是十进制的20
HexUtils() - Constructor for class org.aoju.bus.core.utils.HexUtils
 
hide(String, int, int) - Static method in class org.aoju.bus.core.utils.IdcardUtils
隐藏指定位置的几个身份证号数字为“*”
hide(CharSequence, int, int) - Static method in class org.aoju.bus.core.utils.StringUtils
替换指定字符串的指定区间内字符为"*"
hideIpPart(String) - Static method in class org.aoju.bus.core.utils.NetUtils
隐藏掉IP地址的最后一部分为 * 代替
hideIpPart(long) - Static method in class org.aoju.bus.core.utils.NetUtils
隐藏掉IP地址的最后一部分为 * 代替
hierarchy(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Get an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order, excluding interfaces.
hierarchy(Class<?>, ClassUtils.Interfaces) - Static method in class org.aoju.bus.core.utils.ClassUtils
Get an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order.
HmacMD5 - Static variable in class org.aoju.bus.core.consts.ModeType
 
HmacSHA1 - Static variable in class org.aoju.bus.core.consts.ModeType
 
hmacSha1(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
hmacSha1(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
hmacSha1(Sink, ByteString) - Static method in class org.aoju.bus.core.io.HashingSink
 
hmacSha1(Source, ByteString) - Static method in class org.aoju.bus.core.io.HashingSource
 
HmacSHA256 - Static variable in class org.aoju.bus.core.consts.ModeType
 
hmacSha256(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
hmacSha256(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
hmacSha256(Sink, ByteString) - Static method in class org.aoju.bus.core.io.HashingSink
 
hmacSha256(Source, ByteString) - Static method in class org.aoju.bus.core.io.HashingSource
 
HmacSHA384 - Static variable in class org.aoju.bus.core.consts.ModeType
 
HmacSHA512 - Static variable in class org.aoju.bus.core.consts.ModeType
 
hmacSha512(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
hmacSha512(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
hmacSha512(Sink, ByteString) - Static method in class org.aoju.bus.core.io.HashingSink
 
Holder<T> - Class in org.aoju.bus.core.lang
为不可变的对象引用提供一个可变的包装,在java中支持引用传递。
Holder() - Constructor for class org.aoju.bus.core.lang.Holder
构造
Holder(T) - Constructor for class org.aoju.bus.core.lang.Holder
构造
HOME - Static variable in class org.aoju.bus.core.consts.System
Java 安装目录
hour(boolean) - Method in class org.aoju.bus.core.date.DateTime
获得指定日期的小时数部分
hour(Date, boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期的小时数部分
HOUR_MINUTE_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat HH:mm
HOUR_MINUTE_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: HH:mm
HT - Static variable in class org.aoju.bus.core.consts.Symbol
 
HTML_AMP - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: 与
HTML_APOS - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: '
HTML_GT - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: 大于号
HTML_LT - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: 小于号
HTML_NBSP - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: 空格
HTML_QUOTE - Static variable in class org.aoju.bus.core.consts.Symbol
HTML: "
HTTP_DATETIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
HTTP头日期时间格式: FastDateFormat EEE, dd MMM yyyy HH:mm:ss z
HTTP_DATETIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
HTTP头日期时间格式: EEE, dd MMM yyyy HH:mm:ss z
HTTP_PREFIX - Static variable in class org.aoju.bus.core.consts.Httpd
 
Httpd - Class in org.aoju.bus.core.consts
http相关常量
Httpd() - Constructor for class org.aoju.bus.core.consts.Httpd
 
HTTPS_PREFIX - Static variable in class org.aoju.bus.core.consts.Httpd
 
HttpUncheckException - Exception in org.aoju.bus.core.lang.exception
HTTP请求异常
HttpUncheckException() - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 
HttpUncheckException(String) - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 
HttpUncheckException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 
HttpUncheckException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 
HttpUncheckException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 
HttpUncheckException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.HttpUncheckException
 

I

id() - Static method in class org.aoju.bus.core.key.ObjectID
获取ObjectId.
IdcardUtils - Class in org.aoju.bus.core.utils
身份证相关工具类
IdcardUtils() - Constructor for class org.aoju.bus.core.utils.IdcardUtils
 
identityToString(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
identityToString(Appendable, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StrBuilder, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuffer, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuilder, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
idnToASCII(String) - Static method in class org.aoju.bus.core.utils.NetUtils
Unicode域名转puny code
ignoreCase - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
是否忽略字段大小写
ignoreError - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
是否忽略字段注入错误
ignoreNullValue - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
是否忽略空值,当源对象的值为null时,true: 忽略而不注入此值,false: 注入null
ignoreProperties - Variable in class org.aoju.bus.core.bean.copier.CopyOptions
忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值
IgnoreWatcher - Class in org.aoju.bus.core.io.watch.watchers
跳过所有事件处理Watcher 用户继承此类后实现需要监听的方法
IgnoreWatcher() - Constructor for class org.aoju.bus.core.io.watch.watchers.IgnoreWatcher
 
Image - Class in org.aoju.bus.core.image
图像编辑器
Image(BufferedImage) - Constructor for class org.aoju.bus.core.image.Image
构造
IMAGE_BMP - Static variable in class org.aoju.bus.core.consts.MediaType
"image/bmp"
IMAGE_BMP_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_GIF - Static variable in class org.aoju.bus.core.consts.MediaType
"image/gif"
IMAGE_GIF_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_JP2 - Static variable in class org.aoju.bus.core.consts.MediaType
"image/jp2"
IMAGE_JP2_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_JPEG - Static variable in class org.aoju.bus.core.consts.MediaType
"image/jpeg"
IMAGE_JPEG_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_JPX - Static variable in class org.aoju.bus.core.consts.MediaType
"image/jpx"
IMAGE_JPX_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_PNG - Static variable in class org.aoju.bus.core.consts.MediaType
"image/png"
IMAGE_PNG_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_TYPE_BMP - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_TYPE_GIF - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_TYPE_JPEG - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_TYPE_JPG - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_TYPE_PNG - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_TYPE_PSD - Static variable in class org.aoju.bus.core.consts.FileType
 
IMAGE_WILDCARD - Static variable in class org.aoju.bus.core.consts.MediaType
"image/*"
IMAGE_WILDCARD_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_X_DICOM_RLE - Static variable in class org.aoju.bus.core.consts.MediaType
"image/dicom+rle"
IMAGE_X_DICOM_RLE_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
IMAGE_X_JLS - Static variable in class org.aoju.bus.core.consts.MediaType
"image/x-jls"
IMAGE_X_JLS_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
ImageUtils - Class in org.aoju.bus.core.utils
图片处理工具类: 功能:缩放图像、切割图像、旋转、图像类型转换、彩色转黑白、文字水印、图片水印等 参考:http://blog.csdn.net/zhangzhikaixinya/article/details/8459400
ImageUtils() - Constructor for class org.aoju.bus.core.utils.ImageUtils
 
Immutable - Annotation Type in org.aoju.bus.core.annotation
不可变类
ImmutablePair<L,R> - Class in org.aoju.bus.core.lang.tuple
An immutable pair consisting of two Object elements.
ImmutablePair(L, R) - Constructor for class org.aoju.bus.core.lang.tuple.ImmutablePair
Create a new pair instance.
ImmutableTriple<L,M,R> - Class in org.aoju.bus.core.lang.tuple
An immutable triple consisting of three Object elements.
ImmutableTriple(L, M, R) - Constructor for class org.aoju.bus.core.lang.tuple.ImmutableTriple
Create a new triple instance.
impossible() - Static method in exception org.aoju.bus.core.lang.exception.UncheckedException
生成一个不可能的运行时异常
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
值+1
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
值+1
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
值+1
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
值+1
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
值+1
increment() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
值+1
index() - Method in class org.aoju.bus.core.io.FastByteBuffer
当前缓冲位于缓冲区的索引位
INDEX_NOT_FOUND - Static variable in class org.aoju.bus.core.utils.ArrayUtils
列表或数组中没有找到元素时的索引值 : -1.
INDEX_NOT_FOUND - Static variable in class org.aoju.bus.core.utils.StringUtils
 
indexOf(byte) - Method in class org.aoju.bus.core.io.Buffer
 
indexOf(byte, long) - Method in class org.aoju.bus.core.io.Buffer
Returns the index of b in this at or beyond fromIndex, or -1 if this buffer does not contain b in that range.
indexOf(byte, long, long) - Method in class org.aoju.bus.core.io.Buffer
 
indexOf(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
indexOf(ByteString, long) - Method in class org.aoju.bus.core.io.Buffer
 
indexOf(byte) - Method in interface org.aoju.bus.core.io.BufferedSource
Equivalent to indexOf(b, 0).
indexOf(byte, long) - Method in interface org.aoju.bus.core.io.BufferedSource
Returns the index of the first b in the buffer at or after fromIndex.
indexOf(byte, long, long) - Method in interface org.aoju.bus.core.io.BufferedSource
Returns the index of b if it is found in the range of fromIndex inclusive to toIndex exclusive.
indexOf(ByteString) - Method in interface org.aoju.bus.core.io.BufferedSource
Equivalent to indexOf(bytes, 0).
indexOf(ByteString, long) - Method in interface org.aoju.bus.core.io.BufferedSource
Returns the index of the first match for bytes in the buffer at or after fromIndex.
indexOf(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
indexOf(ByteString, int) - Method in class org.aoju.bus.core.io.ByteString
 
indexOf(byte[]) - Method in class org.aoju.bus.core.io.ByteString
 
indexOf(byte[], int) - Method in class org.aoju.bus.core.io.ByteString
 
indexOf(byte) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOf(byte, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOf(byte, long, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOf(ByteString) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOf(ByteString, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOf(Object) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
indexOf(char) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the first reference to the specified char.
indexOf(char, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the first reference to the specified char.
indexOf(String) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the first reference to the specified string.
indexOf(String, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the first reference to the specified string starting searching from the given index.
indexOf(StrMatcher) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder using the matcher to find the first match.
indexOf(StrMatcher, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder using the matcher to find the first match searching from the given index.
indexOf(Object[], Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(Object[], Object, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(long[], long, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(short[], short, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(char[], char, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(byte[], byte, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(double[], double, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(double[], double, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(double[], double, int, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(float[], float, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(boolean[], boolean, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOf(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找指定字符
indexOf(CharSequence, char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找指定字符
indexOf(CharSequence, char, int, int) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找指定字符
indexOf(CharSequence, CharSequence, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内反向查找字符串
indexOfElement(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
indexOfElement(ByteString, long) - Method in class org.aoju.bus.core.io.Buffer
 
indexOfElement(ByteString) - Method in interface org.aoju.bus.core.io.BufferedSource
 
indexOfElement(ByteString, long) - Method in interface org.aoju.bus.core.io.BufferedSource
 
indexOfElement(ByteString) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOfElement(ByteString, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
indexOfIgnoreCase(CharSequence[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在位置,忽略大小写,未找到返回ArrayUtils.INDEX_NOT_FOUND
indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找字符串,忽略大小写
indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找字符串
InflaterSource - Class in org.aoju.bus.core.io
解压从另一个源读取的数据.
InflaterSource(Source, Inflater) - Constructor for class org.aoju.bus.core.io.InflaterSource
 
init() - Method in class org.aoju.bus.core.io.BOMInputStream
Read-ahead four bytes and check for BOM marks.
init() - Method in class org.aoju.bus.core.io.watch.WatchMonitor
初始化 初始化包括:
init() - Method in class org.aoju.bus.core.loader.AtomicLoader
初始化被加载的对象 如果对象从未被加载过,调用此方法初始化加载对象,此方法只被调用一次
init() - Method in class org.aoju.bus.core.loader.LazyLoader
初始化被加载的对象 如果对象从未被加载过,调用此方法初始化加载对象,此方法只被调用一次
init() - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
初始化全局线程池
initCnNameList() - Static method in class org.aoju.bus.core.utils.NameUtils
 
initCnSurnameList() - Static method in class org.aoju.bus.core.utils.NameUtils
 
initEnHeadList() - Static method in class org.aoju.bus.core.utils.NameUtils
 
initEntailList() - Static method in class org.aoju.bus.core.utils.NameUtils
 
initObject(Class<T>, Map<String, Object>) - Static method in class org.aoju.bus.core.utils.ObjectUtils
初始化对象
input() - Static method in class org.aoju.bus.core.lang.Console
读取用户输入的内容(在控制台敲回车前的内容)
inputStream() - Method in class org.aoju.bus.core.io.Buffer
 
inputStream() - Method in interface org.aoju.bus.core.io.BufferedSource
an input stream that reads from this source.
inputStream() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
InputStreamResource - Class in org.aoju.bus.core.io.resource
基于InputStream的资源获取器 注意:此对象中getUrl方法始终返回null
InputStreamResource(InputStream) - Constructor for class org.aoju.bus.core.io.resource.InputStreamResource
构造
InputStreamResource(InputStream, String) - Constructor for class org.aoju.bus.core.io.resource.InputStreamResource
构造
insert(int, Object) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the string representation of an object into this builder.
insert(int, String) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the string into this builder.
insert(int, char[]) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the character array into this builder.
insert(int, char[], int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts part of the character array into this builder.
insert(int, boolean) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(int, long) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(int, float) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(int, double) - Method in class org.aoju.bus.core.text.StrBuilder
Inserts the value into this builder.
insert(Object, int, T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将新元素插入到到已有数组中的某个位置 添加新元素会生成一个新的数组,不影响原数组 如果插入位置为为负数,从原数组从后向前计数,若大于原数组长度,则空白处用null填充
insert(int, boolean[], boolean...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, byte[], byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, char[], char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, double[], double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, float[], float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, int[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, long[], long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, short[], short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, T[], T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(T[], int, T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
 
insert(int, Object) - Method in class org.aoju.bus.core.utils.TextUtils
追加对象,对象会被转换为字符串
insert(int, char) - Method in class org.aoju.bus.core.utils.TextUtils
插入指定字符
insert(int, char[]) - Method in class org.aoju.bus.core.utils.TextUtils
指定位置插入数据 如果插入位置为当前位置,则定义为追加 如果插入位置大于当前位置,则中间部分补充空格
insert(int, char[], int, int) - Method in class org.aoju.bus.core.utils.TextUtils
指定位置插入数据 如果插入位置为当前位置,则定义为追加 如果插入位置大于当前位置,则中间部分补充空格
insert(int, CharSequence) - Method in class org.aoju.bus.core.utils.TextUtils
指定位置插入字符串的某个部分 如果插入位置为当前位置,则定义为追加 如果插入位置大于当前位置,则中间部分补充空格
insert(int, CharSequence, int, int) - Method in class org.aoju.bus.core.utils.TextUtils
指定位置插入字符串的某个部分 如果插入位置为当前位置,则定义为追加 如果插入位置大于当前位置,则中间部分补充空格
insertObj(Object, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将新数据的非空属性值插入到基本数据中
Instance - Interface in org.aoju.bus.core.instance
实例化对象的接口 1.
InstanceException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 实例化异常
InstanceException() - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceException(String) - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.InstanceException
 
InstanceFactory - Class in org.aoju.bus.core.instance
实例化工厂类
Instances - Class in org.aoju.bus.core.instance
实例化工具类 对于 InstanceFactory 的便于使用
InstrumentException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 处理异常
InstrumentException() - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
InstrumentException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
InstrumentException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
InstrumentException(String) - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
InstrumentException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
InstrumentException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.InstrumentException
 
intersection(Collection<T>, Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
两个集合的交集 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留最少的个数 例如:集合1:[a, b, c, c, c],集合2:[a, b, c, c] 结果:[a, b, c, c],此结果中只保留了两个c
intersection(Collection<T>, Collection<T>, Collection<T>...) - Static method in class org.aoju.bus.core.utils.CollUtils
多个集合的交集 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留最少的个数 例如:集合1:[a, b, c, c, c],集合2:[a, b, c, c] 结果:[a, b, c, c],此结果中只保留了两个c
interupt(Thread, boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
结束线程,调用此方法后,线程将抛出 InterruptedException异常
interval() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔时间(毫秒数) 如果使用纳秒计时,返回纳秒差,否则返回毫秒差
intervalDay() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔天数,取绝对值
intervalHour() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔小时数,取绝对值
intervalMinute() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔分钟数,取绝对值
intervalMs() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔时间(毫秒数)
intervalRestart() - Method in class org.aoju.bus.core.date.TimeInterval
 
intervalSecond() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔秒数,取绝对值
intervalWeek() - Method in class org.aoju.bus.core.date.TimeInterval
从开始到当前的间隔周数,取绝对值
intHash(int) - Static method in class org.aoju.bus.core.utils.HashUtils
Thomas Wang的算法,整数hash
intsToBytesLE(int...) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
intToByte(int) - Static method in class org.aoju.bus.core.convert.Convert
int转byte
intToBytes(int) - Static method in class org.aoju.bus.core.convert.Convert
int转byte数组
intToBytes(int, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
intToBytesBE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
intToBytesLE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
intValue() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
INVALID_REGEX - Static variable in class org.aoju.bus.core.consts.RegEx
在XML中无效的字符 正则
InvalidParamsException - Exception in org.aoju.bus.core.lang.exception
无效的参数异常
InvalidParamsException() - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
InvalidParamsException(String) - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
InvalidParamsException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
InvalidParamsException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
InvalidParamsException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
InvalidParamsException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.InvalidParamsException
 
invert(Map<CharSequence, CharSequence>) - Static method in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于将转义映射转换为反转义映射。
invoke(String, Object...) - Method in class org.aoju.bus.core.bean.DynaBean
执行原始Bean中的方法
invoke(Object, Method, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
执行方法
invoke(Object, String, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
执行对象中指定方法
invokeExactMethod(Object, String) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a method with no parameters.
invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a static method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String, Object...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a static method whose parameter types match exactly the object types.
invokeGetter(Object, String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
调用Getter方法.
invokeMethod(Object, String) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method without parameters.
invokeMethod(Object, boolean, String) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method without parameters.
invokeMethod(Object, String, Object...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, boolean, String, Object...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, boolean, String, Object[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Method, Object) - Static method in class org.aoju.bus.core.utils.ReflectUtils
 
invokeMethod(Method, Object, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
 
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class org.aoju.bus.core.utils.ReflectUtils
直接调用对象方法, 无视private/protected修饰符.
invokeMethodByName(Object, String, Object[]) - Static method in class org.aoju.bus.core.utils.ReflectUtils
直接调用对象方法, 无视private/protected修饰符, 用于一次性调用的情况,否则应使用getAccessibleMethodByName()函数获得Method后反复调用.
invokeSetter(Object, String, Object) - Static method in class org.aoju.bus.core.utils.ReflectUtils
调用Setter方法, 仅匹配方法名。 支持多级,如:对象名.对象名.方法
invokeStatic(Method, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
执行静态方法
invokeStaticMethod(Class<?>, String, Object...) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.MethodUtils
Invokes a named static method whose parameter type matches the object type.
invokeWithCheck(Object, Method, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
执行方法 执行前要检查给定参数:
IO_TMPDIR - Static variable in class org.aoju.bus.core.consts.System
默认的临时文件路径
IoUtils - Class in org.aoju.bus.core.utils
IO工具类 IO工具类只是辅助流的读写,并不负责关闭流。原因是流可能被多次读写,读写关闭后容易造成问题。
IPV4 - Static variable in class org.aoju.bus.core.consts.RegEx
 
IPV4_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
IP v4
ipv4ToLong(String) - Static method in class org.aoju.bus.core.utils.NetUtils
根据ip地址计算出long型的数据
IPV6 - Static variable in class org.aoju.bus.core.consts.RegEx
 
IPV6_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
IP v6
isAbsolutePath(String) - Static method in class org.aoju.bus.core.utils.FileUtils
给定路径已经是绝对路径 此方法并没有针对路径做标准化,建议先执行FileUtils.normalize(String)方法标准化路径后判断
isAbstract(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为抽象类
isAbstract(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为抽象类
isAbstractOrInterface(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是抽象类或者接口
isAfter(Date) - Method in class org.aoju.bus.core.date.DateTime
是否在给定日期之后或与给定日期相等
isAfterOrEquals(Date) - Method in class org.aoju.bus.core.date.DateTime
是否在给定日期之后或与给定日期相等
isAllAssignableFrom(Class<?>[], Class<?>[]) - Static method in class org.aoju.bus.core.utils.ClassUtils
比较判断types1和types2两组类,如果types1中所有的类都与types2对应位置的类相同,或者是其父类或接口,则返回true
isAllCharMatch(CharSequence, Matcher<Character>) - Static method in class org.aoju.bus.core.utils.StringUtils
字符串的每一个字符是否都与定义的匹配器匹配
isAllNull(Iterable<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
是否全部元素为null
isAllNull(Iterator<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
是否全部元素为null
isAM() - Method in class org.aoju.bus.core.date.DateTime
是否为上午
isAM(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
是否为上午
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.aoju.bus.core.annotation.Element
 
isAnyBlank(CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
Checks if any of the CharSequences are empty ("") or null or whitespace only.
isAppendStatics() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Gets whether or not to append static fields.
isAppendTransients() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Gets whether or not to append transient fields.
isArray(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
对象是否为数组对象
isArray(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为 数组 class 类型
isArrayContentDetail() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to output array content detail.
isArrayContentDetail() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to output array content detail.
isArrayIndexValid(T[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Returns whether a given array can safely be accessed at the given index.
isArrayType(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Learn whether the specified type denotes an array type.
isAscii(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为ASCII字符,ASCII字符位于0~127之间
isAsciiControl(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为ASCII控制符(不可见字符),控制符位于0~31和127
isAsciiPrintable(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为可见ASCII字符,可见字符位于32~126之间
isAssignable(Class<?>, Class<?>) - Static method in class org.aoju.bus.core.lang.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>[], Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
检查目标类是否可以从原类转化 转化包括: 1、原类是对象,目标类型是原类型实现的接口 2、目标类型是原类型的父类 3、两者是原始类型或者包装类型(相互转换)
isAssignable(Class<?>, Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
检查目标类是否可以从原类转化 转化包括: 1、原类是对象,目标类型是原类型实现的接口 2、目标类型是原类型的父类 3、两者是原始类型或者包装类型(相互转换)
isAssignable(Class<?>[], Class<?>[], boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
检查目标类是否可以从原类转化 转化包括: 1、原类是对象,目标类型是原类型实现的接口 2、目标类型是原类型的父类 3、两者是原始类型或者包装类型(相互转换)
isAssignable(Class<?>, Class<?>, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
 
isAssignable(Type, Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Checks if the subject type may be implicitly cast to the target type following the Java generics rules.
isBase(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为基本类型 1.
isBaseClass(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
校验是否是九种基础类型(即:非用户定义的类型)
isBasicType(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为基本类型(包括包装类和原始类)
isBean(Class<?>) - Static method in class org.aoju.bus.core.utils.BeanUtils
判断是否为Bean对象 判定方法是是否存在只有一个参数的setXXX方法
isBean(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
判断是否为Bean对象 判定方法是是否存在只有一个参数的setXXX方法
isBean(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
判断是否为Bean对象 判定方法是是否存在只有一个参数的setXXX方法
isBefore(Date) - Method in class org.aoju.bus.core.date.DateTime
是否在给定日期之前
isBefore(String, String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
校验前面的日期go,是否早于或者等于后面的日期back
isBefore(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
校验前面的日期go,是否早于或者等于后面的日期back
isBeforeOrEquals(Date) - Method in class org.aoju.bus.core.date.DateTime
是否在给定日期之前或与给定日期相等
isBeside(long, long) - Static method in class org.aoju.bus.core.utils.NumberUtils
判断两个数字是否相邻,例如1和2相邻,1和3不相邻 判断方法为做差取绝对值判断是否为1
isBeside(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
判断两个数字是否相邻,例如1和2相邻,1和3不相邻 判断方法为做差取绝对值判断是否为1
isBetween(Number, Number, Number) - Static method in class org.aoju.bus.core.lang.Validator
检查给定的数字是否在指定范围内
isBirthday(int, int, int) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为生日
isBirthday(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为生日 只支持以下几种格式: yyyyMMdd yyyy-MM-dd yyyy/MM/dd yyyyMMdd yyyy年MM月dd日
isBlank(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
 
isBlankChar(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否空白符 空白符包括空格、制表符、全角空格和不间断空格
isBlankChar(int) - Static method in class org.aoju.bus.core.utils.CharUtils
是否空白符 空白符包括空格、制表符、全角空格和不间断空格
isBoolean(Class<?>) - Static method in class org.aoju.bus.core.utils.BooleanUtils
给定类是否为Boolean或者boolean
isCalledBy(Class<?>) - Method in interface org.aoju.bus.core.lang.caller.Caller
是否被指定类调用
isCalledBy(Class<?>) - Static method in class org.aoju.bus.core.lang.Caller
是否被指定类调用
isCalledBy(Class<?>) - Method in class org.aoju.bus.core.lang.caller.SecurityManagerCaller
 
isCalledBy(Class<?>) - Method in class org.aoju.bus.core.lang.caller.StackTraceCaller
 
isCalledBy(Class<?>) - Static method in class org.aoju.bus.core.utils.CallerUtils
是否被指定类调用
isCauseBy(Throwable, Class<? extends Throwable>) - Static method in exception org.aoju.bus.core.lang.exception.UncheckedException
 
isChar(Object) - Static method in class org.aoju.bus.core.utils.CharUtils
给定对象对应的类是否为字符类,字符类包括:
isCharClass(Class<?>) - Static method in class org.aoju.bus.core.utils.CharUtils
给定类名是否为字符类,字符类包括:
isChinese(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为汉字
isCitizenId(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为身份证号码(18位中国) 出生日期只支持到到2999年
isCollection(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为 Collection class 类型
isCopyAttributes() - Method in class org.aoju.bus.core.io.file.FileCopier
是否拷贝所有属性
isCopyContentIfDir() - Method in class org.aoju.bus.core.io.file.FileCopier
当拷贝来源是目录时是否只拷贝目录下的内容
isDate(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
校验日期格式,日期不能早于当前天
isDate(String) - Static method in class org.aoju.bus.core.utils.DateUtils
校验日期格式,日期不能早于当前天, 默认日期转义格式:yyyy-MM-dd
isDatetime(String) - Static method in class org.aoju.bus.core.utils.DateUtils
验证长日期格式yyyy-MM-dd HH:mm:ss
isDefaultFullDetail() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDefaultFullDetail() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDirectory(String) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为目录,如果path为null,则返回false
isDirectory(File) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为目录,如果file为null,则返回false
isDirectory(Path, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为目录,如果file为null,则返回false
isDirEmpty(Path) - Static method in class org.aoju.bus.core.utils.FileUtils
目录是否为空
isDirEmpty(File) - Static method in class org.aoju.bus.core.utils.FileUtils
目录是否为空
isDocumented(Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
是否会保存到 Javadoc 文档中
isDouble(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
判断字符串是否是浮点数
isElement(Node) - Static method in class org.aoju.bus.core.utils.XmlUtils
给定节点是否为Element 类型节点
isEmail(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为可用邮箱地址
isEmoji(char) - Static method in class org.aoju.bus.core.utils.CharUtils
判断是否为emoji表情符
isEmpty() - Method in class org.aoju.bus.core.io.FastByteBuffer
 
isEmpty(Object) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为空 对于String类型判定是否为empty(null 或 "")
isEmpty() - Method in class org.aoju.bus.core.map.MapProxy
 
isEmpty() - Method in class org.aoju.bus.core.map.MapWrapper
 
isEmpty() - Method in class org.aoju.bus.core.map.TableMap
 
isEmpty() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
isEmpty() - Method in class org.aoju.bus.core.text.StrBuilder
Checks is the string builder is empty (convenience Collections API style method).
isEmpty(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空 此方法会匹配单一对象,如果此对象为null则返回true 如果此对象为非数组,理解为此对象为数组的第一个元素,则返回false 如果此对象为数组对象,数组长度大于0情况下返回false,否则返回true
isEmpty(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空 此方法会匹配单一对象,如果此对象为null则返回true 如果此对象为非数组,理解为此对象为数组的第一个元素,则返回false 如果此对象为数组对象,数组长度大于0情况下返回false,否则返回true
isEmpty(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为空
isEmpty(Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
判断Bean是否为空对象,空对象表示本身为null或者所有属性都为null
isEmpty(Collection<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
集合是否为空
isEmpty(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Map是否为空
isEmpty(Iterable<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterable是否为空
isEmpty(Iterator<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterator是否为空
isEmpty(Enumeration<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Enumeration是否为空
isEmpty(File) - Static method in class org.aoju.bus.core.utils.FileUtils
文件是否为空 目录:里面没有文件时为空 文件:文件大小为0时为空
isEmpty(Iterable<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterable是否为空
isEmpty(Iterator<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterator是否为空
isEmpty(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.MapUtils
Map是否为空
isEmpty(Object...) - Static method in class org.aoju.bus.core.utils.ObjectUtils
判断对象是否Empty(null或元素为0) 实用于对如下对象做判断:String Collection及其子类 Map及其子类
isEmpty(Object) - Static method in class org.aoju.bus.core.utils.StringUtils
校验对象是不是为null或者内容是""
isEmpty(Collection<?>) - Static method in class org.aoju.bus.core.utils.StringUtils
集合是否为空
isEmpty(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.StringUtils
Map是否为空
isEmpty() - Method in class org.aoju.bus.core.utils.TextUtils
是否为空
isEmptyIfStr(Object) - Static method in class org.aoju.bus.core.utils.StringUtils
如果对象是字符串是否为空串空的定义如下: 1、为null 2、为""
isEnableSubstitutionInVariables() - Method in class org.aoju.bus.core.text.StrSubstitutor
Returns a flag whether substitution is done in variable names.
isEnum(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
判断类是否为枚举类型
isEquals() - Method in class org.aoju.bus.core.builder.EqualsBuilder
Returns true if the fields that have been checked are all equal.
isEqualsMethod(Method) - Static method in class org.aoju.bus.core.utils.ReflectUtils
是否为equals方法
isExcludeNullValues() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Gets whether or not to append fields whose values are null.
isExpired(Date, Fields.DateField, int, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
判定给定开始时间经过某段时间后是否过期
isFalse(boolean, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言是否为假,如果为 true 抛出 IllegalArgumentException 异常
 Assert.isFalse(i < 0, "The value must be greater than zero");
isFalse(boolean) - Static method in class org.aoju.bus.core.lang.Assert
断言是否为假,如果为 true 抛出 IllegalArgumentException 异常
 Assert.isFalse(i < 0);
isFalse(Boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
检查 Boolean 值是否为 false
isFieldSeparatorAtEnd() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether the field separator should be added at the end of each buffer.
isFieldSeparatorAtEnd() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether the field separator should be added at the end of each buffer.
isFieldSeparatorAtStart() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether the field separator should be added at the start of each buffer.
isFieldSeparatorAtStart() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether the field separator should be added at the start of each buffer.
isFile(String) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为文件,如果path为null,则返回false
isFile(File) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为文件,如果file为null,则返回false
isFile(Path, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
判断是否为文件,如果file为null,则返回false
isFileSeparator(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为Windows或者Linux(Unix)文件分隔符 Windows平台下分隔符为\,Linux(Unix)为/
isFileURL(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
提供的URL是否为文件 文件协议包括"file", "vfsfile" 或 "vfs".
isFullDetail(Boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Is this field to be output in full detail.
isGeneral(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为英文字母 、数字和下划线
isGeneral(String, int, int) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为给定长度范围的英文字母 、数字和下划线
isGeneral(String, int) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为给定最小长度的英文字母 、数字和下划线
isGeneralWithChinese(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为中文字、英文字母、数字和下划线
isHashCodeMethod(Method) - Static method in class org.aoju.bus.core.utils.ReflectUtils
是否为hashCode方法
isHex(CharSequence) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为Hex(16进制)字符串
isHexChar(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为16进制规范的字符,判断是否为如下字符
isHexNumber(String) - Static method in class org.aoju.bus.core.utils.HexUtils
判断给定字符串是否为16进制数 如果是,需要使用对应数字类型对象的decode方法解码 例如:Integer.decode方法解码int类型的16进制数字
isIn(Date, Date) - Method in class org.aoju.bus.core.date.DateTime
当前日期是否在日期指定范围内 起始日期和结束日期可以互换
isIn(Date, Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
当前日期是否在日期指定范围内 起始日期和结束日期可以互换
isInherited(Class<? extends Annotation>) - Static method in class org.aoju.bus.core.utils.AnnoUtils
是否可以被继承,默认为 false
isInnerIP(String) - Static method in class org.aoju.bus.core.utils.NetUtils
判定是否为内网IP 私有IP:A类 10.0.0.0-10.255.255.255 B类 172.16.0.0-172.31.255.255 C类 192.168.0.0-192.168.255.255 当然,还有127这个网段是环回地址
isInRange(String, String) - Static method in class org.aoju.bus.core.utils.NetUtils
是否在CIDR规则配置范围内 方法来自:【成都】小邓
isInstance(Object, Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Checks if the given value can be assigned to the target type following the Java generics rules.
isInstanceOf(Class<?>, T) - Static method in class org.aoju.bus.core.lang.Assert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo);
isInstanceOf(Class<?>, T, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定对象是否是给定类的实例
 Assert.instanceOf(Foo.class, foo);
isInteger(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
判断String是否是整数
isIpv4(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为IPV4地址
isIterable(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为 Iterable class 类型
isJarFileURL(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
提供的URL是否为Jar文件URL 判断依据为file协议且扩展名为.jar
isJarURL(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
提供的URL是否为jar包URL 协议包括: "jar", "zip", "vfszip" 或 "wsjar".
isJavaBean(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为标准的类 这个类必须:
isJdk(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
判断一个类是JDK 自带的类型 jdk 自带的类,classLoader 是为空的。
isLeapYear() - Method in class org.aoju.bus.core.date.DateTime
是否闰年
isLeapYear(int) - Static method in class org.aoju.bus.core.utils.DateUtils
是否闰年
isLetter(String) - Static method in class org.aoju.bus.core.lang.Validator
判断字符串是否全部为字母组成,包括大写和小写字母和汉字
isLetter(char) - Static method in class org.aoju.bus.core.utils.CharUtils
判断是否为字母(包括大写字母和小写字母) 字母包括A~Z和a~z
isLetterLower(char) - Static method in class org.aoju.bus.core.utils.CharUtils
检查字符是否为小写字母,小写字母指a~z
isLetterOrNumber(char) - Static method in class org.aoju.bus.core.utils.CharUtils
是否为字符或数字,包括A~Z、a~z、0~9
isLetterUpper(char) - Static method in class org.aoju.bus.core.utils.CharUtils
判断是否为大写字母,大写字母包括A~Z
isList(Class) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为列表
isLong(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
判断字符串是否是Long类型
isLowerCase(String) - Static method in class org.aoju.bus.core.lang.Validator
判断字符串是否全部为小写字母
isLowerCase(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串中的字母是否全部为小写,判断依据如下:
isMac(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为MAC地址
isMactchRegex(String, String) - Static method in class org.aoju.bus.core.lang.Validator
通过正则表达式验证
isMactchRegex(Pattern, String) - Static method in class org.aoju.bus.core.lang.Validator
通过正则表达式验证
isMap(Class<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为 map class 类型
isMatch(char[], int, int, int) - Method in class org.aoju.bus.core.text.StrMatcher
Returns the number of matching characters, zero for no match.
isMatch(char[], int) - Method in class org.aoju.bus.core.text.StrMatcher
Returns the number of matching characters, zero for no match.
isMatch(String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
给定内容是否匹配正则
isMatch(Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
给定内容是否匹配正则
isMatchName(Object, String, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
给定的Bean的类名是否匹配指定类名字符串 如果isSimple为false,则只匹配类名而忽略包名 如果isSimple为true,则匹配包括包名的全类名
isMobile(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为手机号码(中国)
isModifed(File, long) - Static method in class org.aoju.bus.core.utils.FileUtils
判断文件是否被改动 如果文件对象为 null 或者文件不存在,被视为改动
isMoney(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为货币
isMutable() - Method in class org.aoju.bus.core.date.DateTime
对象是否可变 如果为不可变对象,以下方法将返回新方法: 如果为不可变对象,DateTime.setTime(long)将抛出异常
isNew() - Method in class org.aoju.bus.core.key.ObjectID
 
isNormalClass(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为标准的类 这个类必须:
isNotBlank(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
 
isNotEmpty(Object) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为空 对于String类型判定是否为empty(null 或 "")
isNotEmpty(T[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空 此方法会匹配单一对象,如果此对象为null则返回false 如果此对象为非数组,理解为此对象为数组的第一个元素,则返回true 如果此对象为数组对象,数组长度大于0情况下返回true,否则返回false
isNotEmpty(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组是否为非空
isNotEmpty(Collection<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
集合是否为非空
isNotEmpty(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Map是否为非空
isNotEmpty(Iterable<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterable是否为空
isNotEmpty(Iterator<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterator是否为空
isNotEmpty(Enumeration<?>) - Static method in class org.aoju.bus.core.utils.CollUtils
Enumeration是否为空
isNotEmpty(File) - Static method in class org.aoju.bus.core.utils.FileUtils
目录是否为空
isNotEmpty(Iterable<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterable是否为空
isNotEmpty(Iterator<?>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterator是否为空
isNotEmpty(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.MapUtils
Map是否为非空
isNotEmpty(Object...) - Static method in class org.aoju.bus.core.utils.ObjectUtils
判断对象是否为NotEmpty(!null或元素大于0) 实用于对如下对象做判断:String Collection及其子类 Map及其子类
isNotEmpty(String) - Static method in class org.aoju.bus.core.utils.StringUtils
 
isNotLessThanToday(String) - Static method in class org.aoju.bus.core.utils.DateUtils
判断传入的日期是否 >=今天
isNotLessThanToday(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
判断传入的日期是否>=今天
isNotNull(Object) - Static method in class org.aoju.bus.core.lang.Validator
给定值是否不为null
isNotNull(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
检查对象是否不为null
isNotPublic(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定类是否为非public
isNotPublic(Method) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定方法是否为非public
isNull(Object, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言对象是否为null ,如果不为null 抛出IllegalArgumentException 异常
 Assert.isNull(value, "The value must be null");
isNull(Object) - Static method in class org.aoju.bus.core.lang.Assert
断言对象是否为null ,如果不为null 抛出IllegalArgumentException 异常
 Assert.isNull(value);
isNull(Object) - Static method in class org.aoju.bus.core.lang.Validator
给定值是否为null
isNull(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
检查对象是否为null
isNumber(String) - Static method in class org.aoju.bus.core.lang.Validator
验证该字符串是否是数字
isNumber(char) - Static method in class org.aoju.bus.core.utils.CharUtils
检查是否为数字字符,数字字符指0~9
isNumber(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
是否为数字
ISO_8859_1 - Static variable in class org.aoju.bus.core.consts.Charset
 
isOnlyCopyFile() - Method in class org.aoju.bus.core.io.file.FileCopier
当拷贝来源是目录时是否只拷贝文件而忽略子目录
isOpen() - Method in class org.aoju.bus.core.io.Buffer
 
isOpen() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
isOpen() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
isOverride() - Method in class org.aoju.bus.core.io.file.FileCopier
是否覆盖目标文件
isPKNotNull(T, String) - Static method in class org.aoju.bus.core.utils.EntityUtils
根据主键属性,判断主键是否值为空
isPlateNumber(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为中国车牌号
isPM() - Method in class org.aoju.bus.core.date.DateTime
是否为下午
isPM(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
是否为下午
isPresent(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定类是否被提供,使用默认ClassLoader 通过调用ClassUtils.loadClass(String, ClassLoader, boolean)方法尝试加载指定类名的类,如果加载失败返回false 加载失败的原因可能是此类不存在或其关联引用类不存在
isPresent(String, ClassLoader) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定类是否被提供 通过调用ClassUtils.loadClass(String, ClassLoader, boolean)方法尝试加载指定类名的类,如果加载失败返回false 加载失败的原因可能是此类不存在或其关联引用类不存在
isPreserveEscapes() - Method in class org.aoju.bus.core.text.StrSubstitutor
Returns the flag controlling whether escapes are preserved during substitution.
isPrimes(int) - Static method in class org.aoju.bus.core.utils.NumberUtils
是否是质数 质数表的质数又称素数。指整数在一个大于1的自然数中,除了1和此整数自身外,没法被其他自然数整除的数。
isPrimitiveOrWrapper(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Returns whether the given type is a primitive or primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
isPrimitiveWrapper(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为包装类型
isPublic(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定类是否为Public
isPublic(Method) - Static method in class org.aoju.bus.core.utils.ClassUtils
指定方法是否为Public
isPublic(Field) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是Public字段
isPublic(Method) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是Public方法
isPublic(Class<?>) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是Public类
isPublic(Constructor<?>) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是Public构造
isSameLength(Object[], Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(long[], long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(int[], int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(short[], short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(char[], char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(byte[], byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(double[], double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(float[], float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameLength(boolean[], boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否相同长度
isSameType(Object, Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
检查两个数组是否为同一类型
isSet(NumericUnescaper.OPTION) - Method in class org.aoju.bus.core.text.escape.NumericUnescaper
Whether the passed in option is currently set.
isSet(Class) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为 set
isShortDate(String) - Static method in class org.aoju.bus.core.utils.DateUtils
校验短日期格式[yyyyMMdd]
isSimpleTypeOrArray(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否简单值类型或简单值类型的数组 包括:原始类型,、String、other CharSequence, a Number, a Date, a URI, a URL, a Locale or a Class及其数组
isSimpleValueType(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为简单值类型 包括:原始类型,、String、other CharSequence, a Number, a Date, a URI, a URL, a Locale or a Class.
isSorted(T[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to the class's compareTo method.
isSorted(T[], Comparator<T>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to the provided Comparator.
isSorted(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering (false before true).
isStatic(Method) - Static method in class org.aoju.bus.core.utils.ClassUtils
是否为静态方法
isStatic(Field) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是static字段
isStatic(Method) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是static方法
isStatic(Class<?>) - Static method in class org.aoju.bus.core.utils.ModifierUtils
是否是static类
isSubEquals(CharSequence, int, CharSequence, int, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
截取两个字符串的不同部分(长度一致),判断截取的子串是否相同 任意一个字符串为null返回false
isSurround(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串是否被字符包围
isSurround(CharSequence, char, char) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串是否被字符包围
isToStringMethod(Method) - Static method in class org.aoju.bus.core.utils.ReflectUtils
是否为toString方法
isTrue(boolean, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言是否为真,如果为 false 抛出 IllegalArgumentException 异常
 Assert.isTrue(i > 0, "The value must be greater than zero");
isTrue(boolean) - Static method in class org.aoju.bus.core.lang.Assert
断言是否为真,如果为 false 抛出 IllegalArgumentException 异常
 Assert.isTrue(i > 0, "The value must be greater than zero");
isTrue(Boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
检查 Boolean 值是否为 true
isUnknow(String) - Static method in class org.aoju.bus.core.utils.NetUtils
检测给定字符串是否为未知,多用于检测HTTP请求相关
isUpperCase(String) - Static method in class org.aoju.bus.core.lang.Validator
判断字符串是否全部为大写字母
isUpperCase(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
给定字符串中的字母是否全部为大写,判断依据如下:
isUrl(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为URL
isUsableLocalPort(int) - Static method in class org.aoju.bus.core.utils.NetUtils
检测本地端口可用性 来自org.springframework.util.SocketUtils
isUseClassName() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to use the class name.
isUseClassName() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to use the class name.
isUseFieldNames() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to use the field names passed in.
isUseFieldNames() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to use the field names passed in.
isUseIdentityHashCode() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to use the identity hash code.
isUseIdentityHashCode() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to use the identity hash code.
isUserLevelMethod(Method) - Static method in class org.aoju.bus.core.utils.ClassUtils
 
isUseShortClassName() - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Gets whether to output short or long class names.
isUseShortClassName() - Method in class org.aoju.bus.core.builder.ToStringStyle
Gets whether to output short or long class names.
isUUID(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为UUID 包括带横线标准格式和不带横线的简单模式
isValid(String) - Static method in class org.aoju.bus.core.key.ObjectID
检查字符串是否可以是ObjectId
isValidCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
是否有效身份证号
isValidCard10(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
验证10位身份编码是否合法
isvalidCard15(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
验证15位身份编码是否合法
isvalidCard18(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
判断18位身份证的合法性
isValidEnum(Class<E>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
Checks if the specified name is a valid enum for the class.
isValidEnumIgnoreCase(Class<E>, String) - Static method in class org.aoju.bus.core.utils.EnumUtils
Checks if the specified name is a valid enum for the class.
isValidHKCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
验证香港身份证号码(存在Bug,部份特殊身份证无法检查)
isValidIfNumber(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
检查是否为有效的数字 检查Double和Float是否为无限大,或者Not a Number 非数字类型和Null将返回true
isValidPort(int) - Static method in class org.aoju.bus.core.utils.NetUtils
是否为有效的端口 此方法并不检查端口是否被占用
isValidTWCard(String) - Static method in class org.aoju.bus.core.utils.IdcardUtils
验证台湾身份证号码
isWildcardGenericType(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
是否为通配符泛型
isWindows() - Static method in class org.aoju.bus.core.utils.FileUtils
是否为Windows环境
isWord(String) - Static method in class org.aoju.bus.core.lang.Validator
验证该字符串是否是字母(包括大写和小写字母)
isWrap(CharSequence, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
指定字符串是否被包装
isWrap(CharSequence, String) - Static method in class org.aoju.bus.core.utils.StringUtils
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(CharSequence, char, char) - Static method in class org.aoju.bus.core.utils.StringUtils
指定字符串是否被包装
isZipCode(String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为邮政编码(中国)
iterator() - Method in class org.aoju.bus.core.builder.DiffResult
Returns an iterator over the Diff objects contained in this list.
iterator() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
iterator() - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
iterator() - Method in class org.aoju.bus.core.map.MapWrapper
 
iterator() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
iterator() - Method in class org.aoju.bus.core.utils.IterUtils.EnumerationIter
 
IteratorEnumeration<E> - Class in org.aoju.bus.core.iterator
Adapter to make an Iterator instance appear to be an Enumeration instance.
IteratorEnumeration() - Constructor for class org.aoju.bus.core.iterator.IteratorEnumeration
Constructs a new IteratorEnumeration that will not function until setIterator is invoked.
IteratorEnumeration(Iterator<? extends E>) - Constructor for class org.aoju.bus.core.iterator.IteratorEnumeration
Constructs a new IteratorEnumeration that will use the given iterator.
IterUtils - Class in org.aoju.bus.core.utils
IterableIterator 相关工具类
IterUtils() - Constructor for class org.aoju.bus.core.utils.IterUtils
 
IterUtils.EnumerationIter<E> - Class in org.aoju.bus.core.utils
 

J

JAR - Static variable in class org.aoju.bus.core.consts.FileType
Jar文件扩展名
JAR_PATH_EXT - Static variable in class org.aoju.bus.core.consts.FileType
在Jar中的路径jar的扩展名形式
JAR_URL_PREFIX - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 前缀表示jar: "jar:"
JAR_URL_SEPARATOR - Static variable in class org.aoju.bus.core.utils.URLUtils
Jar路径以及内部文件路径的分界符: "!/"
JarClassLoader - Class in org.aoju.bus.core.loader
外部Jar的类加载器
JarClassLoader() - Constructor for class org.aoju.bus.core.loader.JarClassLoader
构造
JarClassLoader(URL[]) - Constructor for class org.aoju.bus.core.loader.JarClassLoader
构造
javaDefaultHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
JAVA自己带的算法
JavaUnicodeEscaper - Class in org.aoju.bus.core.text.escape
Translates codepoints to their Unicode escaped value suitable for Java source.
JavaUnicodeEscaper(int, int, boolean) - Constructor for class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Constructs a JavaUnicodeEscaper for the specified range.
JDK_DATETIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
JDK日期时间格式: FastDateFormat EEE MMM dd HH:mm:ss zzz yyyy
JDK_DATETIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
JDK日期时间格式: EEE MMM dd HH:mm:ss zzz yyyy
join(String, String) - Method in class org.aoju.bus.core.map.MapBuilder
将map转成字符串
join(String, String, boolean) - Method in class org.aoju.bus.core.map.MapBuilder
将map转成字符串
join(long[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(T[], CharSequence, String, String) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(int[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(short[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(char[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(byte[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(boolean[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(float[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(double[], CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(Object, CharSequence) - Static method in class org.aoju.bus.core.utils.ArrayUtils
以 conjunction 为分隔符将数组转换为字符串
join(Iterable<T>, CharSequence) - Static method in class org.aoju.bus.core.utils.CollUtils
以 conjunction 为分隔符将集合转换为字符串 如果集合元素为数组、IterableIterator,则递归组合其为字符串
join(Iterator<T>, CharSequence) - Static method in class org.aoju.bus.core.utils.CollUtils
以 conjunction 为分隔符将集合转换为字符串 如果集合元素为数组、IterableIterator,则递归组合其为字符串
join(Iterable<T>, CharSequence) - Static method in class org.aoju.bus.core.utils.IterUtils
以 conjunction 为分隔符将集合转换为字符串
join(Iterable<T>, CharSequence, String, String) - Static method in class org.aoju.bus.core.utils.IterUtils
以 conjunction 为分隔符将集合转换为字符串
join(Iterator<T>, CharSequence) - Static method in class org.aoju.bus.core.utils.IterUtils
以 conjunction 为分隔符将集合转换为字符串 如果集合元素为数组、IterableIterator,则递归组合其为字符串
join(Iterator<T>, CharSequence, String, String) - Static method in class org.aoju.bus.core.utils.IterUtils
以 conjunction 为分隔符将集合转换为字符串 如果集合元素为数组、IterableIterator,则递归组合其为字符串
join(Map<K, V>, String, String) - Static method in class org.aoju.bus.core.utils.MapUtils
将map转成字符串
join(Map<K, V>, String, String, boolean) - Static method in class org.aoju.bus.core.utils.MapUtils
将map转成字符串
joinIgnoreNull(String, String) - Method in class org.aoju.bus.core.map.MapBuilder
将map转成字符串
joinIgnoreNull(Map<K, V>, String, String) - Static method in class org.aoju.bus.core.utils.MapUtils
将map转成字符串,忽略null的键和值
jsHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
JS算法
JSON_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The JSON toString style.
JsonUtils - Class in org.aoju.bus.core.utils
fastjson工具类
JsonUtils() - Constructor for class org.aoju.bus.core.utils.JsonUtils
 

K

keySet() - Method in class org.aoju.bus.core.map.MapProxy
 
keySet() - Method in class org.aoju.bus.core.map.MapWrapper
 
keySet() - Method in class org.aoju.bus.core.map.TableMap
 

L

Lang - Enum in org.aoju.bus.core.consts
翻译语言枚举
lang() - Method in enum org.aoju.bus.core.consts.Lang
显示语言信息
lastIndexOf(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
lastIndexOf(ByteString, int) - Method in class org.aoju.bus.core.io.ByteString
 
lastIndexOf(byte[]) - Method in class org.aoju.bus.core.io.ByteString
 
lastIndexOf(byte[], int) - Method in class org.aoju.bus.core.io.ByteString
 
lastIndexOf(Object) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
lastIndexOf(char) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the last reference to the specified char.
lastIndexOf(char, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the last reference to the specified char.
lastIndexOf(String) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the last reference to the specified string.
lastIndexOf(String, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder to find the last reference to the specified string starting searching from the given index.
lastIndexOf(StrMatcher) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder using the matcher to find the last match.
lastIndexOf(StrMatcher, int) - Method in class org.aoju.bus.core.text.StrBuilder
Searches the string builder using the matcher to find the last match searching from the given index.
lastIndexOf(Object[], Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(Object[], Object, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(long[], long, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(short[], short, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(char[], char, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(byte[], byte, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(double[], double, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(double[], double, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(double[], double, int, double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(float[], float, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(boolean[], boolean, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
返回数组中指定元素所在最后的位置,未找到返回ArrayUtils.INDEX_NOT_FOUND
lastIndexOf(CharSequence, CharSequence, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找字符串
lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找字符串,忽略大小写
lastIndexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
指定范围内查找字符串,忽略大小写
lastIndexOfSeparator(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得最后一个文件路径分隔符的位置
lastModifiedTime(File) - Static method in class org.aoju.bus.core.utils.FileUtils
指定文件最后修改时间
lastModifiedTime(String) - Static method in class org.aoju.bus.core.utils.FileUtils
指定路径文件最后修改时间
lastMonth() - Static method in class org.aoju.bus.core.utils.DateUtils
上个月
lastWeek() - Static method in class org.aoju.bus.core.utils.DateUtils
上周
LazyLoader<T> - Class in org.aoju.bus.core.loader
懒加载加载器 在load方法被调用前,对象未被加载,直到被调用后才开始加载 此加载器常用于对象比较庞大而不一定被使用的情况,用于减少启动时资源占用问题 此加载器使用双重检查(Double-Check)方式检查对象是否被加载,避免多线程下重复加载或加载丢失问题
LazyLoader() - Constructor for class org.aoju.bus.core.loader.LazyLoader
 
left - Variable in class org.aoju.bus.core.lang.tuple.ImmutablePair
Left object
left - Variable in class org.aoju.bus.core.lang.tuple.ImmutableTriple
Left object
left - Variable in class org.aoju.bus.core.lang.tuple.MutablePair
Left object
left - Variable in class org.aoju.bus.core.lang.tuple.MutableTriple
Left object
left(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
Gets the leftmost len characters of a String.
leftPad(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
用指定的字符串填充一个字符串
leftPad(String, int, char) - Static method in class org.aoju.bus.core.utils.StringUtils
用指定的字符串填充一个字符串
leftPad(String, int, String) - Static method in class org.aoju.bus.core.utils.StringUtils
用指定的字符串填充一个字符串
leftString(int) - Method in class org.aoju.bus.core.text.StrBuilder
Extracts the leftmost characters from the string builder without throwing an exception.
length() - Method in class org.aoju.bus.core.text.StrBuilder
Gets the length of the string builder.
length(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取数组长度 如果参数为null,返回0
length(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
计算对象长度,如果是字符串调用其length函数, 集合类调用其size函数, 数组调用其length属性, 其他可遍历对象遍历计算长度
length(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
获取字符串的长度,如果为null返回0
length() - Method in class org.aoju.bus.core.utils.TextUtils
 
LETTER - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 小字母
LETTER_LOWER_NO - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 小字母数字
LETTER_LOWER_UPPER - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 大小字母
LETTER_LOWER_UPPER_NO - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 大小字母数字
LETTER_NUMBER - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 字母和数字
LETTER_UPPER_NO - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 大字母数字
LF - Static variable in class org.aoju.bus.core.consts.Symbol
 
LIBRARY_PATH - Static variable in class org.aoju.bus.core.consts.System
加载库时搜索的路径列表
limit - Variable in class org.aoju.bus.core.io.Segment
The first byte of available data ready to be written to.
LINE_SEPARATOR - Static variable in class org.aoju.bus.core.consts.System
行分隔符 Unix /n
lineDelimiter - Variable in class org.aoju.bus.core.text.csv.CsvWriteConfig
换行符
lineEnd(ByteBuffer) - Static method in class org.aoju.bus.core.utils.BufferUtils
一行的末尾位置,查找位置时位移ByteBuffer到结束位置
lineEnd(ByteBuffer, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
一行的末尾位置,查找位置时位移ByteBuffer到结束位置 支持的换行符如下:
LineHandler - Interface in org.aoju.bus.core.io
行处理器
LineReadWatcher - Class in org.aoju.bus.core.io.file
行处理的Watcher实现
LineReadWatcher(RandomAccessFile, Charset, LineHandler) - Constructor for class org.aoju.bus.core.io.file.LineReadWatcher
构造
LineSeparator - Enum in org.aoju.bus.core.io.file
换行符枚举 换行符包括:
list(boolean) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个空List
list(boolean, T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个List
list(boolean, Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个List
list(boolean, Iterable<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个List 提供的参数为null时返回空ArrayList
list(boolean, Iterator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList 提供的参数为null时返回空ArrayList
list(boolean, Enumeration<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个List 提供的参数为null时返回空ArrayList
listFileNames(String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得指定目录下所有文件 不会扫描子目录
listIterator() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
listIterator(int) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
ListTypeGetter - Interface in org.aoju.bus.core.getter
列表类型的Get接口
ListValueMap<K,V> - Class in org.aoju.bus.core.map.multi
值作为集合List的Map实现,通过调用putValue可以在相同key时加入多个值,多个值用集合表示
ListValueMap() - Constructor for class org.aoju.bus.core.map.multi.ListValueMap
构造
ListValueMap(int) - Constructor for class org.aoju.bus.core.map.multi.ListValueMap
构造
ListValueMap(Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.ListValueMap
构造
ListValueMap(float, Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.ListValueMap
构造
ListValueMap(int, float) - Constructor for class org.aoju.bus.core.map.multi.ListValueMap
构造
load(File) - Static method in class org.aoju.bus.core.loader.JarClassLoader
加载Jar到ClassPath
load(String, String, FileReader.ReaderHandler<T>) - Static method in class org.aoju.bus.core.utils.FileUtils
按照给定的readerHandler读取文件中的数据
load(String, Charset, FileReader.ReaderHandler<T>) - Static method in class org.aoju.bus.core.utils.FileUtils
按照给定的readerHandler读取文件中的数据
load(File, Charset, FileReader.ReaderHandler<T>) - Static method in class org.aoju.bus.core.utils.FileUtils
按照给定的readerHandler读取文件中的数据
loadClass(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
加载类,通过传入类的字符串,返回其对应的类名,使用默认ClassLoader并初始化类(调用static模块内容和初始化static属性) 扩展Class.forName(String, boolean, ClassLoader)方法,支持以下几类类名的加载:
loadClass(String, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
加载类,通过传入类的字符串,返回其对应的类名,使用默认ClassLoader 扩展Class.forName(String, boolean, ClassLoader)方法,支持以下几类类名的加载:
loadClass(String, ClassLoader, boolean) - Static method in class org.aoju.bus.core.utils.ClassUtils
加载类,通过传入类的字符串,返回其对应的类名 此方法支持缓存,第一次被加载的类之后会读取缓存中的类 加载失败的原因可能是此类不存在或其关联引用类不存在 扩展Class.forName(String, boolean, ClassLoader)方法,支持以下几类类名的加载:
loadClass(File, String) - Static method in class org.aoju.bus.core.utils.ClassUtils
加载外部类
Loader<T> - Interface in org.aoju.bus.core.loader
对象加载抽象接口 通过实现此接口自定义实现对象的加载方式,例如懒加载机制、多线程加载等
loadJar(File) - Static method in class org.aoju.bus.core.loader.JarClassLoader
加载Jar到ClassPath
loadJar(URLClassLoader, File) - Static method in class org.aoju.bus.core.loader.JarClassLoader
加载Jar文件到指定loader中
loadJarToSystemClassLoader(File) - Static method in class org.aoju.bus.core.loader.JarClassLoader
加载Jar文件到System ClassLoader中
loadPrimitiveClass(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
加载原始类型的类。包括原始类型、原始类型数组和void
loadUtf8(String, FileReader.ReaderHandler<T>) - Static method in class org.aoju.bus.core.utils.FileUtils
按照给定的readerHandler读取文件中的数据
loadUtf8(File, FileReader.ReaderHandler<T>) - Static method in class org.aoju.bus.core.utils.FileUtils
按照给定的readerHandler读取文件中的数据
LOCAL_IP - Static variable in class org.aoju.bus.core.utils.NetUtils
 
localAddressList(Filter<InetAddress>) - Static method in class org.aoju.bus.core.utils.NetUtils
获取所有满足过滤条件的本地IP地址对象
locale - Variable in class org.aoju.bus.core.date.format.AbstractDateBasic
The locale.
localIps() - Static method in class org.aoju.bus.core.utils.NetUtils
获得本机的IP地址列表(包括Ipv4和Ipv6) 返回的IP列表有序,按照系统设备顺序
localIpv4s() - Static method in class org.aoju.bus.core.utils.NetUtils
获得本机的IPv4地址列表 返回的IP列表有序,按照系统设备顺序
localIpv6s() - Static method in class org.aoju.bus.core.utils.NetUtils
获得本机的IPv6地址列表 返回的IP列表有序,按照系统设备顺序
log() - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志
log(Object) - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志 如果传入打印对象为Throwable对象,那么同时打印堆栈
log(String, Object...) - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志
log(Throwable, String, Object...) - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志
LONG - Static variable in class org.aoju.bus.core.date.format.FastDateFormat
LONG locale dependent date or time style.
longToBytes(long) - Static method in class org.aoju.bus.core.convert.Convert
long转byte数组
longToBytes(long, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
longToBytesBE(long, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
longToBytesLE(long, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
longToIpv4(long) - Static method in class org.aoju.bus.core.utils.NetUtils
根据long值获取ip v4地址
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
longValue() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
lookup(String) - Method in class org.aoju.bus.core.text.StrLookup
Looks up a String key to a String value.
LookupTranslator - Class in org.aoju.bus.core.text.translate
Translates a value using a lookup table.
LookupTranslator(Map<CharSequence, CharSequence>) - Constructor for class org.aoju.bus.core.text.translate.LookupTranslator
Define the lookup table to be used in translation
loopFiles(String, FileFilter) - Static method in class org.aoju.bus.core.utils.FileUtils
递归遍历目录以及子目录中的所有文件 如果提供file为文件,直接返回过滤结果
loopFiles(File, FileFilter) - Static method in class org.aoju.bus.core.utils.FileUtils
递归遍历目录以及子目录中的所有文件 如果提供file为文件,直接返回过滤结果
loopFiles(String) - Static method in class org.aoju.bus.core.utils.FileUtils
递归遍历目录以及子目录中的所有文件
loopFiles(File) - Static method in class org.aoju.bus.core.utils.FileUtils
递归遍历目录以及子目录中的所有文件
lowerFirst(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
小写首字母 例如:str = Name, return name
ls(String) - Static method in class org.aoju.bus.core.utils.FileUtils
列出目录文件 给定的绝对路径不能是压缩包中的路径

M

MAC_ADDRESS - Static variable in class org.aoju.bus.core.consts.RegEx
 
MAC_ADDRESS_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
MAC地址正则
mainName(File) - Static method in class org.aoju.bus.core.utils.FileUtils
返回主文件名
mainName(String) - Static method in class org.aoju.bus.core.utils.FileUtils
返回主文件名
makeAccessible(Method) - Static method in class org.aoju.bus.core.utils.ReflectUtils
改变private/protected的方法为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
makeAccessible(Field) - Static method in class org.aoju.bus.core.utils.ReflectUtils
改变private/protected的成员变量为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
map() - Method in class org.aoju.bus.core.map.MapBuilder
创建后的map
MapBuilder<K,V> - Class in org.aoju.bus.core.map
Map创建类
MapBuilder(Map<K, V>) - Constructor for class org.aoju.bus.core.map.MapBuilder
链式Map创建类
MapConverter - Class in org.aoju.bus.core.convert.impl
Map 转换器
MapConverter(Type) - Constructor for class org.aoju.bus.core.convert.impl.MapConverter
构造,Map的key和value泛型类型自动获取
MapConverter(Type, Type, Type) - Constructor for class org.aoju.bus.core.convert.impl.MapConverter
构造
mapLookup(Map<String, V>) - Static method in class org.aoju.bus.core.text.StrLookup
Returns a lookup which looks up values using a map.
MapProxy - Class in org.aoju.bus.core.map
Map代理,提供各种getXXX方法,并提供默认值支持
MapProxy(Map<?, ?>) - Constructor for class org.aoju.bus.core.map.MapProxy
构造
mapToBean(Map<?, ?>, Class<T>, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
Map转换为Bean对象
mapToBean(Map<?, ?>, Class<T>, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
Map转换为Bean对象
mapToBeanIgnoreCase(Map<?, ?>, Class<T>, boolean) - Static method in class org.aoju.bus.core.utils.BeanUtils
Map转换为Bean对象 忽略大小写
mapToXml(Map<?, ?>, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
将Map转换为XML
mapToXmlNosign(Map<String, Object>) - Static method in class org.aoju.bus.core.utils.XmlUtils
将MAP对象转换为XML格式
MapUtils - Class in org.aoju.bus.core.utils
Map相关工具类
MapUtils() - Constructor for class org.aoju.bus.core.utils.MapUtils
 
MapValueProvider - Class in org.aoju.bus.core.bean.copier.provider
Map值提供者
MapValueProvider(Map<?, ?>, boolean) - Constructor for class org.aoju.bus.core.bean.copier.provider.MapValueProvider
构造
MapWrapper<K,V> - Class in org.aoju.bus.core.map
Map包装类,通过包装一个已有Map实现特定功能。例如自定义Key的规则或Value规则
MapWrapper(Map<K, V>) - Constructor for class org.aoju.bus.core.map.MapWrapper
构造
massageToObjectId(Object) - Static method in class org.aoju.bus.core.key.ObjectID
将对象转换为ObjectId
match(T) - Method in interface org.aoju.bus.core.lang.Matcher
给定对象是否匹配
Matcher<T> - Interface in org.aoju.bus.core.lang
匹配接口
matches(CharSequence, String) - Method in class org.aoju.bus.core.codec.Blowfish
 
MathUtils - Class in org.aoju.bus.core.utils
数学相关方法工具类 此工具类与NumberUtils属于一类工具,NumberUtil偏向于简单数学计算的封装,MathUtil偏向复杂数学计算
MathUtils() - Constructor for class org.aoju.bus.core.utils.MathUtils
 
max(T[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最大值
max(T...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
max(long...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
max(int...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
max(short...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
max(double...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
max(float...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最大值
MAX_LOG_ROUNDS - Static variable in class org.aoju.bus.core.codec.Blowfish
 
MD2 - Static variable in class org.aoju.bus.core.consts.ModeType
 
MD2withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
MD5 - Static variable in class org.aoju.bus.core.consts.ModeType
 
md5() - Method in class org.aoju.bus.core.io.Buffer
 
md5() - Method in class org.aoju.bus.core.io.ByteString
 
md5(Sink) - Static method in class org.aoju.bus.core.io.HashingSink
 
md5(Source) - Static method in class org.aoju.bus.core.io.HashingSource
 
MD5withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
MEDIA_TYPE_WILDCARD - Static variable in class org.aoju.bus.core.consts.MediaType
The value of a type or subtype wildcard "*".
MediaType - Class in org.aoju.bus.core.consts
 
MediaType() - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String) - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String, String) - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String, String, String) - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String, String, String, String) - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String, String, Map<String, String>) - Constructor for class org.aoju.bus.core.consts.MediaType
 
MediaType(String, String, String, Map<String, String>) - Constructor for class org.aoju.bus.core.consts.MediaType
 
mediaType - Variable in class org.aoju.bus.core.consts.MediaType
 
MEDIUM - Static variable in class org.aoju.bus.core.date.format.FastDateFormat
MEDIUM locale dependent date or time style.
Metadata - Annotation Type in org.aoju.bus.core.annotation
元注解
MethodUtils - Class in org.aoju.bus.core.utils
Utility reflection methods focused on Methods, originally from Commons BeanUtils.
MethodUtils() - Constructor for class org.aoju.bus.core.utils.MethodUtils
MethodUtils instances should NOT be constructed in standard programming.
mid(String, int, int) - Static method in class org.aoju.bus.core.utils.StringUtils
Gets len characters from the middle of a String.
middle - Variable in class org.aoju.bus.core.lang.tuple.ImmutableTriple
Middle object
middle - Variable in class org.aoju.bus.core.lang.tuple.MutableTriple
Middle object
midString(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Extracts some characters from the middle of the string builder without throwing an exception.
millsecond() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期的毫秒数部分
millsecond(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期的毫秒数部分
min(T[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
取最小值
min(T...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
min(long...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
min(int...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
min(short...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
min(double...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
min(float...) - Static method in class org.aoju.bus.core.utils.NumberUtils
取最小值
MIN_LOG_ROUNDS - Static variable in class org.aoju.bus.core.codec.Blowfish
 
minimizeCapacity() - Method in class org.aoju.bus.core.text.StrBuilder
Minimizes the capacity to the actual length of the string.
minute() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期的分钟数部分 例如:10:04:15.250 =》 4
minute(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期的分钟数部分 例如:10:04:15.250 =》 4
MINUTE_SECOND_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat mm:ss
MINUTE_SECOND_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: mm:ss
mixHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
混合hash算法,输出64位的值
mkdir(String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件夹,如果存在直接返回此文件夹 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
mkdir(File) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件夹,会递归自动创建其不存在的父文件夹,如果存在直接返回此文件夹 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
mkParentDirs(File) - Static method in class org.aoju.bus.core.utils.FileUtils
创建所给文件或目录的父目录
mkParentDirs(String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建父文件夹,如果存在直接返回此文件夹
MOBILE - Static variable in class org.aoju.bus.core.consts.RegEx
 
MOBILE_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
移动电话
ModeType - Class in org.aoju.bus.core.consts
 
ModeType() - Constructor for class org.aoju.bus.core.consts.ModeType
 
ModifierUtils - Class in org.aoju.bus.core.utils
修饰符工具类
ModifierUtils() - Constructor for class org.aoju.bus.core.utils.ModifierUtils
 
ModifierUtils.ModifierType - Enum in org.aoju.bus.core.utils
修饰符枚举
MONEY - Static variable in class org.aoju.bus.core.consts.RegEx
 
MONEY_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
货币
month() - Method in class org.aoju.bus.core.date.DateTime
获得月份,从0开始计数
month(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得月份,从0开始计数
monthEnum() - Method in class org.aoju.bus.core.date.DateTime
获得月份
months(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得月份
monthStartFromOne() - Method in class org.aoju.bus.core.date.DateTime
获得月份,从1开始计数 由于Calendar 中的月份按照0开始计数,导致某些需求容易误解,因此如果想用1表示一月,2表示二月则调用此方法
Morse - Class in org.aoju.bus.core.codec
莫尔斯电码的编码和解码
Morse() - Constructor for class org.aoju.bus.core.codec.Morse
构造
Morse(char, char, char) - Constructor for class org.aoju.bus.core.codec.Morse
构造
move(File, File, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
移动文件或者目录
mul(float, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算
mul(float, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算
mul(double, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算
mul(double, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算
mul(Number, Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算 如果传入多个值为null或者空,则返回0
mul(Number...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算 如果传入多个值为null或者空,则返回0
mul(String, String) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算
mul(String...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算 如果传入多个值为null或者空,则返回0
mul(BigDecimal...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的乘法运算 如果传入多个值为null或者空,则返回0
MULTI_LINE_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The multi line toString style.
MultiFileResource - Class in org.aoju.bus.core.io.resource
多文件组合资源 此资源为一个利用游标自循环资源,只有调用MultiResource.next() 方法才会获取下一个资源,使用完毕后调用MultiResource.reset()方法重置游标
MultiFileResource(Collection<File>) - Constructor for class org.aoju.bus.core.io.resource.MultiFileResource
构造
MultiFileResource(File...) - Constructor for class org.aoju.bus.core.io.resource.MultiFileResource
构造
MultilineRecursiveToStringStyle - Class in org.aoju.bus.core.builder
Works with ToStringBuilder to create a "deep" toString.
MultilineRecursiveToStringStyle() - Constructor for class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
Constructor.
MULTIPART_ALTERNATIVE - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/alternative"
MULTIPART_ALTERNATIVE_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
MULTIPART_DIGEST - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/digest"
MULTIPART_DIGEST_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
MULTIPART_FORM_DATA - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/form-data"
MULTIPART_FORM_DATA_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
MULTIPART_MIXED - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/mixed"
MULTIPART_MIXED_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
MULTIPART_parallel - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/related"
MULTIPART_PARALLEL_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
MULTIPART_RELATED - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/related"
MULTIPART_RELATED_APPLICATION_DICOM_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/related;type=application/dicom"
MULTIPART_RELATED_APPLICATION_DICOM_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
"multipart/related;type=application/dicom+xml"
MULTIPART_RELATED_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
multiple(Class<T>) - Method in interface org.aoju.bus.core.instance.Instance
多例对象,每次都是全新的创建
multiple(Class<T>) - Method in class org.aoju.bus.core.instance.InstanceFactory
 
multiple(Class<T>) - Static method in class org.aoju.bus.core.instance.Instances
多例
multiple(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
最小公倍数
MultiResource - Class in org.aoju.bus.core.io.resource
多资源组合资源 此资源为一个利用游标自循环资源,只有调用MultiResource.next() 方法才会获取下一个资源,使用完毕后调用MultiResource.reset()方法重置游标
MultiResource(Resource...) - Constructor for class org.aoju.bus.core.io.resource.MultiResource
构造
MultiResource(Collection<Resource>) - Constructor for class org.aoju.bus.core.io.resource.MultiResource
构造
Mutable<T> - Interface in org.aoju.bus.core.lang.mutable
提供可变值类型接口
MutableBool - Class in org.aoju.bus.core.lang.mutable
可变 boolean 类型
MutableBool() - Constructor for class org.aoju.bus.core.lang.mutable.MutableBool
构造,默认值0
MutableBool(boolean) - Constructor for class org.aoju.bus.core.lang.mutable.MutableBool
构造
MutableBool(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableBool
构造
MutableByte - Class in org.aoju.bus.core.lang.mutable
可变 byte 类型
MutableByte() - Constructor for class org.aoju.bus.core.lang.mutable.MutableByte
构造,默认值0
MutableByte(byte) - Constructor for class org.aoju.bus.core.lang.mutable.MutableByte
构造
MutableByte(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableByte
构造
MutableByte(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableByte
构造
MutableDouble - Class in org.aoju.bus.core.lang.mutable
可变 double 类型
MutableDouble() - Constructor for class org.aoju.bus.core.lang.mutable.MutableDouble
构造,默认值0
MutableDouble(double) - Constructor for class org.aoju.bus.core.lang.mutable.MutableDouble
构造
MutableDouble(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableDouble
构造
MutableDouble(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableDouble
构造
MutableFloat - Class in org.aoju.bus.core.lang.mutable
可变 float 类型
MutableFloat() - Constructor for class org.aoju.bus.core.lang.mutable.MutableFloat
构造,默认值0
MutableFloat(float) - Constructor for class org.aoju.bus.core.lang.mutable.MutableFloat
构造
MutableFloat(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableFloat
构造
MutableFloat(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableFloat
构造
MutableInt - Class in org.aoju.bus.core.lang.mutable
可变 int 类型
MutableInt() - Constructor for class org.aoju.bus.core.lang.mutable.MutableInt
构造,默认值0
MutableInt(int) - Constructor for class org.aoju.bus.core.lang.mutable.MutableInt
构造
MutableInt(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableInt
构造
MutableInt(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableInt
构造
MutableLong - Class in org.aoju.bus.core.lang.mutable
可变 long 类型
MutableLong() - Constructor for class org.aoju.bus.core.lang.mutable.MutableLong
构造,默认值0
MutableLong(long) - Constructor for class org.aoju.bus.core.lang.mutable.MutableLong
构造
MutableLong(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableLong
构造
MutableLong(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableLong
构造
MutableObject<T> - Class in org.aoju.bus.core.lang.mutable
可变Object
MutableObject() - Constructor for class org.aoju.bus.core.lang.mutable.MutableObject
构造,空值
MutableObject(T) - Constructor for class org.aoju.bus.core.lang.mutable.MutableObject
构造
MutablePair<L,R> - Class in org.aoju.bus.core.lang.tuple
A mutable pair consisting of two Object elements.
MutablePair() - Constructor for class org.aoju.bus.core.lang.tuple.MutablePair
Create a new pair instance of two nulls.
MutablePair(L, R) - Constructor for class org.aoju.bus.core.lang.tuple.MutablePair
Create a new pair instance.
MutableShort - Class in org.aoju.bus.core.lang.mutable
可变 short 类型
MutableShort() - Constructor for class org.aoju.bus.core.lang.mutable.MutableShort
构造,默认值0
MutableShort(short) - Constructor for class org.aoju.bus.core.lang.mutable.MutableShort
构造
MutableShort(Number) - Constructor for class org.aoju.bus.core.lang.mutable.MutableShort
构造
MutableShort(String) - Constructor for class org.aoju.bus.core.lang.mutable.MutableShort
构造
MutableTriple<L,M,R> - Class in org.aoju.bus.core.lang.tuple
由三个Object元素组成的可变三元组
MutableTriple() - Constructor for class org.aoju.bus.core.lang.tuple.MutableTriple
Create a new triple instance of three nulls.
MutableTriple(L, M, R) - Constructor for class org.aoju.bus.core.lang.tuple.MutableTriple
Create a new triple instance.

N

name - Variable in enum org.aoju.bus.core.consts.Fields.Level
级别名称
name - Variable in class org.aoju.bus.core.io.resource.UrlResource
 
NamedInheritableThreadLocal<T> - Class in org.aoju.bus.core.thread
带有Name标识的 InheritableThreadLocal,调用toString返回name
NamedInheritableThreadLocal(String) - Constructor for class org.aoju.bus.core.thread.NamedInheritableThreadLocal
构造
NamedThreadFactory - Class in org.aoju.bus.core.thread
线程创建工厂类,此工厂可选配置:
NamedThreadFactory(String, boolean) - Constructor for class org.aoju.bus.core.thread.NamedThreadFactory
构造
NamedThreadFactory(String, ThreadGroup, boolean) - Constructor for class org.aoju.bus.core.thread.NamedThreadFactory
构造
NamedThreadFactory(String, ThreadGroup, boolean, Thread.UncaughtExceptionHandler) - Constructor for class org.aoju.bus.core.thread.NamedThreadFactory
构造
NamedThreadLocal<T> - Class in org.aoju.bus.core.thread
带有Name标识的 ThreadLocal,调用toString返回name
NamedThreadLocal(String) - Constructor for class org.aoju.bus.core.thread.NamedThreadLocal
构造
NameUtils - Class in org.aoju.bus.core.utils
生成姓名
NameUtils() - Constructor for class org.aoju.bus.core.utils.NameUtils
 
nameUUIDFromBytes(byte[]) - Static method in class org.aoju.bus.core.key.UUID
根据指定的字节数组获取类型 3(基于名称的)UUID 的静态工厂。
negate(Boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
取相反值
negate(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
取相反值
netCat(String, int, boolean, ByteBuffer) - Static method in class org.aoju.bus.core.utils.NetUtils
简易的使用Socket发送数据
netCat(String, int, byte[]) - Static method in class org.aoju.bus.core.utils.NetUtils
使用普通Socket发送数据
NetUtils - Class in org.aoju.bus.core.utils
网络相关工具
NetUtils() - Constructor for class org.aoju.bus.core.utils.NetUtils
 
newArray(Class<?>, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
新建一个空数组
newArray(int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
新建一个空数组
newArrayList(T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList
newArrayList(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList
newArrayList(Iterable<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList 提供的参数为null时返回空ArrayList
newArrayList(Iterator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList 提供的参数为null时返回空ArrayList
newArrayList(Enumeration<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个ArrayList 提供的参数为null时返回空ArrayList
newBigInteger(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
创建BigInteger,支持16进制、10进制和8进制,如果传入空白串返回null from Apache Common Lang
newBlockingQueue(int, boolean) - Static method in class org.aoju.bus.core.utils.CollUtils
新建BlockingQueue 在队列为空时,获取元素的线程会等待队列变为非空。当队列满时,存储元素的线程会等待队列可用。
newCompletionService() - Static method in class org.aoju.bus.core.utils.ThreadUtils
新建一个CompletionService,调用其submit方法可以异步执行多个任务,最后调用take方法按照完成的顺序获得其结果。 若未完成,则会阻塞
newCompletionService(ExecutorService) - Static method in class org.aoju.bus.core.utils.ThreadUtils
新建一个CompletionService,调用其submit方法可以异步执行多个任务,最后调用take方法按照完成的顺序获得其结果。 若未完成,则会阻塞
newCopyOnWriteArrayList(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个CopyOnWriteArrayList
newCountDownLatch(int) - Static method in class org.aoju.bus.core.utils.ThreadUtils
新建一个CountDownLatch,一个同步辅助类,在完成一组正在其他线程中执行的操作之前,它允许一个或多个线程一直等待。
newerThan(File, File) - Static method in class org.aoju.bus.core.utils.FileUtils
给定文件或目录的最后修改时间是否晚于给定时间
newerThan(File, long) - Static method in class org.aoju.bus.core.utils.FileUtils
给定文件或目录的最后修改时间是否晚于给定时间
newExecutor(int) - Static method in class org.aoju.bus.core.utils.ThreadUtils
新建一个线程池
newExecutor() - Static method in class org.aoju.bus.core.utils.ThreadUtils
获得一个新的线程池
newExecutor(int, int) - Static method in class org.aoju.bus.core.utils.ThreadUtils
获得一个新的线程池 如果maximumPoolSize =》 corePoolSize,在没有新任务加入的情况下,多出的线程将最多保留60s
newExecutorByBlockingCoefficient(float) - Static method in class org.aoju.bus.core.utils.ThreadUtils
获得一个新的线程池 传入阻塞系数,线程池的大小计算公式为:CPU可用核心数 / (1 - 阻塞因子) Blocking Coefficient(阻塞系数) = 阻塞时间/(阻塞时间+使用CPU的时间) 计算密集型任务的阻塞系数为0,而IO密集型任务的阻塞系数则接近于1。
newFile(String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建File对象,相当于调用new File(),不做任何处理
newHashMap() - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashMap
newHashMap(int, boolean) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashMap
newHashMap(int) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashMap
newHashMap() - Static method in class org.aoju.bus.core.utils.MapUtils
新建一个HashMap
newHashMap(int, boolean) - Static method in class org.aoju.bus.core.utils.MapUtils
新建一个HashMap
newHashMap(int) - Static method in class org.aoju.bus.core.utils.MapUtils
新建一个HashMap
newHashMap(boolean) - Static method in class org.aoju.bus.core.utils.MapUtils
新建一个HashMap
newHashSet(T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newHashSet(boolean, T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newHashSet(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newHashSet(boolean, Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newHashSet(boolean, Iterator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newHashSet(boolean, Enumeration<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个HashSet
newInstance(Class<T>) - Static method in class org.aoju.bus.core.utils.ClassUtils
获取对象的实例化
newInstance(String) - Static method in class org.aoju.bus.core.utils.ReflectUtils
实例化对象
newInstance(Class<T>, Object...) - Static method in class org.aoju.bus.core.utils.ReflectUtils
实例化对象
newInstanceIfPossible(Class<T>) - Static method in class org.aoju.bus.core.utils.ReflectUtils
尝试遍历并调用此类的所有构造方法,直到构造成功并返回
NEWLINE - Static variable in class org.aoju.bus.core.consts.Symbol
符号: 回车换行
newLinkedHashSet(T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建一个LinkedHashSet
newLinkedList(T...) - Static method in class org.aoju.bus.core.utils.CollUtils
新建LinkedList
newNamedThreadFactory(String, boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建线程工厂
newNamedThreadFactory(String, ThreadGroup, boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建线程工厂
newNamedThreadFactory(String, ThreadGroup, boolean, Thread.UncaughtExceptionHandler) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建线程工厂
newSingleExecutor() - Static method in class org.aoju.bus.core.utils.ThreadUtils
获得一个新的线程池,只有单个线程
newThread(Runnable) - Method in class org.aoju.bus.core.thread.NamedThreadFactory
 
newThread(Runnable, String) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建新线程,非守护线程,正常优先级,线程组与当前线程的线程组一致
newThread(Runnable, String, boolean) - Static method in class org.aoju.bus.core.utils.ThreadUtils
创建新线程
newTimeoutException(IOException) - Method in class org.aoju.bus.core.io.AsyncTimeout
 
newTreeMap(Comparator<? super K>) - Static method in class org.aoju.bus.core.utils.MapUtils
新建TreeMap,Key有序的Map
newTreeMap(Map<K, V>, Comparator<? super K>) - Static method in class org.aoju.bus.core.utils.MapUtils
新建TreeMap,Key有序的Map
next() - Method in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
next() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
next - Variable in class org.aoju.bus.core.io.Segment
Next segment in a linked or circularly-linked list.
next() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Returns the next element in the array.
next() - Method in class org.aoju.bus.core.iterator.EnumerationIterator
Returns the next object from the enumeration.
next() - Method in class org.aoju.bus.core.lang.WeightRandom
下一个随机对象
next() - Method in class org.aoju.bus.core.utils.IterUtils.EnumerationIter
 
nextElement() - Method in class org.aoju.bus.core.iterator.IteratorEnumeration
Returns the next element from the underlying iterator.
nextId() - Method in class org.aoju.bus.core.key.SnowflakeID
获得下一个ID (该方法是线程安全的)
nextLineTrim(BufferedReader) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
nextMonth() - Static method in class org.aoju.bus.core.utils.DateUtils
下个月
nextRow() - Method in class org.aoju.bus.core.text.csv.CsvParser
读取下一行数据
nextWeek() - Static method in class org.aoju.bus.core.utils.DateUtils
下周
NO_CLASS_NAME_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The no class name toString style.
NO_FIELD_NAMES_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The no field names toString style.
node() - Method in class org.aoju.bus.core.key.UUID
与此 UUID 相关的节点值。
noImplement() - Static method in exception org.aoju.bus.core.lang.exception.UncheckedException
生成一个未实现的运行时异常
NON_PREFIX - Static variable in class org.aoju.bus.core.consts.Symbol
符号: [L
NONE - Static variable in class org.aoju.bus.core.io.Timeout
An empty timeout that neither tracks nor detects timeouts.
noneLookup() - Static method in class org.aoju.bus.core.text.StrLookup
Returns a lookup which always returns null.
noneMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Matches no characters.
NONEwithDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
NONEwithECDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
NONEwithRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
noNullElements(T[], String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array, "The array must have non-null elements");
noNullElements(T[]) - Static method in class org.aoju.bus.core.lang.Assert
断言给定数组是否不包含null元素,如果数组为空或 null将被认为不包含
 Assert.noNullElements(array);
NORM_DATE_CN_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
中文日期格式: FastDateFormat yyyy年M月d日
NORM_DATE_CN_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
中文日期格式: yyyy年M月d日
NORM_DATE_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyy-MM-dd
NORM_DATE_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyy-MM-dd
NORM_DATETIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyy-MM-dd HH:mm:ss
NORM_DATETIME_MINUTE_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyy-MM-dd HH:mm
NORM_DATETIME_MINUTE_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyy-MM-dd HH:mm
NORM_DATETIME_MS_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyy-MM-dd HH:mm:ss.SSS
NORM_DATETIME_MS_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: :yyyy-MM-dd HH:mm:ss.SSS
NORM_DATETIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyy-MM-dd HH:mm:ss
NORM_MONTH_CN_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
中文日期格式: FastDateFormat yyyy年M月d日
NORM_TIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
标准时间格式:FastDateFormatHH:mm:ss
NORM_TIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
标准时间格式: HH:mm:ss
NORM_YEAR_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyy
NORM_YEAR_MTOTH_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormatyyyy-MM
NORM_YEAR_MTOTH_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyy-MM
NORM_YEAR_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyy
Normal - Class in org.aoju.bus.core.consts
默认常量
Normal() - Constructor for class org.aoju.bus.core.consts.Normal
 
normalize(String) - Static method in class org.aoju.bus.core.utils.FileUtils
修复路径 如果原路径尾部有分隔符,则保留为标准分隔符(/),否则不保留 1.
normalize(String) - Static method in class org.aoju.bus.core.utils.URLUtils
标准化URL字符串,包括:
normalizeUpperBounds(Type[]) - Static method in class org.aoju.bus.core.utils.TypeUtils
This method strips out the redundant upper bound types in type variable types and wildcard types (or it would with wildcard types if multiple upper bounds were allowed).
NoSuchException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 无法找到校验器
NoSuchException() - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NoSuchException(String) - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NoSuchException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NoSuchException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NoSuchException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NoSuchException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.NoSuchException
 
NOT - Static variable in class org.aoju.bus.core.consts.Symbol
 
notBlank(String, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 IllegalArgumentException
 Assert.notBlank(name, "Name must not be blank");
notBlank(String) - Static method in class org.aoju.bus.core.lang.Assert
检查给定字符串是否为空白(null、空串或只包含空白符),为空抛出 IllegalArgumentException
 Assert.notBlank(name, "Name must not be blank");
notContain(String, String, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定字符串是否不被另一个字符串包含(既是否为子串)
 Assert.doesNotContain(name, "rod", "Name must not contain 'rod'");
notContain(String, String) - Static method in class org.aoju.bus.core.lang.Assert
断言给定字符串是否不被另一个字符串包含(既是否为子串)
 Assert.doesNotContain(name, "rod", "Name must not contain 'rod'");
notEmpty(String, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
检查给定字符串是否为空,为空抛出 IllegalArgumentException
 Assert.notEmpty(name, "Name must not be empty");
notEmpty(String) - Static method in class org.aoju.bus.core.lang.Assert
检查给定字符串是否为空,为空抛出 IllegalArgumentException
 Assert.notEmpty(name);
notEmpty(Object[], String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
notEmpty(Object[]) - Static method in class org.aoju.bus.core.lang.Assert
断言给定数组是否包含元素,数组必须不为 null 且至少包含一个元素
 Assert.notEmpty(array, "The array must have elements");
notEmpty(Collection<T>, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定集合非空
 Assert.notEmpty(collection, "Collection must have elements");
notEmpty(Collection<T>) - Static method in class org.aoju.bus.core.lang.Assert
断言给定集合非空
 Assert.notEmpty(collection);
notEmpty(Map<K, V>, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
notEmpty(Map<K, V>) - Static method in class org.aoju.bus.core.lang.Assert
断言给定Map非空
 Assert.notEmpty(map, "Map must have entries");
notEqual(Object, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
比较两个对象是否不相等
NotExistsException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 对象不存在
NotExistsException() - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotExistsException(String) - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotExistsException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotExistsException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotExistsException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotExistsException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.NotExistsException
 
NotFoundException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 资源不存在
NotFoundException() - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
NotFoundException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
NotFoundException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.NotFoundException
 
notNew() - Method in class org.aoju.bus.core.key.ObjectID
 
notNull(T, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
断言对象是否不为null ,如果为null 抛出IllegalArgumentException 异常 Assert that an object is not null .
notNull(T) - Static method in class org.aoju.bus.core.lang.Assert
断言对象是否不为null ,如果为null 抛出IllegalArgumentException 异常
 Assert.notNull(clazz);
NotThreadSafe - Annotation Type in org.aoju.bus.core.annotation
线程不安全安全注解
now() - Static method in class org.aoju.bus.core.date.DateTime
现在的时间
now() - Static method in class org.aoju.bus.core.date.SystemClock
 
now() - Static method in class org.aoju.bus.core.utils.DateUtils
当前时间,格式 yyyy-MM-dd HH:mm:ss
nowDate() - Static method in class org.aoju.bus.core.date.SystemClock
 
NULL - Static variable in class org.aoju.bus.core.consts.Normal
字符串:null
null2Zero(BigDecimal) - Static method in class org.aoju.bus.core.utils.NumberUtils
空转0
NullOutputStream - Class in org.aoju.bus.core.io
此OutputStream写出数据到/dev/null,既忽略所有数据 来自 Apache Commons io
NullOutputStream() - Constructor for class org.aoju.bus.core.io.NullOutputStream
 
nullPair() - Static method in class org.aoju.bus.core.lang.tuple.ImmutablePair
Returns an immutable pair of nulls.
nullSafeEquals(Object, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullToDefault(CharSequence, String) - Static method in class org.aoju.bus.core.utils.StringUtils
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
nullToEmpty(T[], Class<T[]>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Class<?>[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(String[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Integer[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Character[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(Boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
输入数组返回一个空数组或原始数组
nullToEmpty(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
当给定字符串为null时,转换为Empty
nullTriple() - Static method in class org.aoju.bus.core.lang.tuple.ImmutableTriple
Returns an immutable triple of nulls.
NUMBER - Static variable in class org.aoju.bus.core.consts.Normal
字符串: 数字
NUMBER_MORE - Static variable in class org.aoju.bus.core.consts.Normal
 
NUMBER_TEEN - Static variable in class org.aoju.bus.core.consts.Normal
 
NUMBER_TEN - Static variable in class org.aoju.bus.core.consts.Normal
 
NumberChineseFormater - Class in org.aoju.bus.core.convert
数字转中文类 包括:
NumberChineseFormater() - Constructor for class org.aoju.bus.core.convert.NumberChineseFormater
 
NumberConverter - Class in org.aoju.bus.core.convert.impl
数字转换器 支持类型为: java.lang.Byte java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.math.BigDecimal java.math.BigInteger
NumberConverter() - Constructor for class org.aoju.bus.core.convert.impl.NumberConverter
 
NumberConverter(Class<? extends Number>) - Constructor for class org.aoju.bus.core.convert.impl.NumberConverter
构造
NUMBERS - Static variable in class org.aoju.bus.core.consts.RegEx
 
NUMBERS_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
数字
numberToChinese(double, boolean) - Static method in class org.aoju.bus.core.convert.Convert
将阿拉伯数字转为中文表达方式
numberToWord(Number) - Static method in class org.aoju.bus.core.convert.Convert
将阿拉伯数字转为英文表达方式
NumberUtils - Class in org.aoju.bus.core.utils
数字工具类 对于精确值计算应该使用 BigDecimal JDK7中BigDecimal(double val)构造方法的结果有一定的不可预知性,例如:
NumberUtils() - Constructor for class org.aoju.bus.core.utils.NumberUtils
 
NumberWordFormater - Class in org.aoju.bus.core.convert
将浮点数类型的number转换成英语的表达方式
NumberWordFormater() - Constructor for class org.aoju.bus.core.convert.NumberWordFormater
 
NumericEscaper - Class in org.aoju.bus.core.text.escape
Translates codepoints to their XML numeric entity escaped value.
NumericEscaper() - Constructor for class org.aoju.bus.core.text.escape.NumericEscaper
Constructs a NumericEscaper for all characters.
NumericUnescaper - Class in org.aoju.bus.core.text.escape
Translate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.
NumericUnescaper(NumericUnescaper.OPTION...) - Constructor for class org.aoju.bus.core.text.escape.NumericUnescaper
Create a UnicodeUnescaper.
NumericUnescaper.OPTION - Enum in org.aoju.bus.core.text.escape
NumericUnescaper option enum.

O

ObjectID - Class in org.aoju.bus.core.key
对象的全局唯一标识符
ObjectID(Date) - Constructor for class org.aoju.bus.core.key.ObjectID
 
ObjectID(Date, int) - Constructor for class org.aoju.bus.core.key.ObjectID
 
ObjectID(Date, int, int) - Constructor for class org.aoju.bus.core.key.ObjectID
 
ObjectID(String) - Constructor for class org.aoju.bus.core.key.ObjectID
Creates a new instance from a string.
ObjectID(String, boolean) - Constructor for class org.aoju.bus.core.key.ObjectID
 
ObjectID(byte[]) - Constructor for class org.aoju.bus.core.key.ObjectID
 
ObjectID(int, int, int) - Constructor for class org.aoju.bus.core.key.ObjectID
Creates an ObjectId
ObjectID() - Constructor for class org.aoju.bus.core.key.ObjectID
Create a new object id.
OBJECTS_SAME_STRING - Static variable in class org.aoju.bus.core.builder.DiffResult
The String returned when the objects have no differences: ""
ObjectUtils - Class in org.aoju.bus.core.utils
一些通用的函数
ObjectUtils() - Constructor for class org.aoju.bus.core.utils.ObjectUtils
 
OctalUnescaper - Class in org.aoju.bus.core.text.escape
Translate escaped octal Strings back to their octal values.
OctalUnescaper() - Constructor for class org.aoju.bus.core.text.escape.OctalUnescaper
 
of(int) - Static method in enum org.aoju.bus.core.consts.Fields.DateField
Calendar相关值转换为DatePart枚举对象
of(int) - Static method in enum org.aoju.bus.core.consts.Fields.Month
Calendar月份相关值转换为Month枚举对象
of(int) - Static method in enum org.aoju.bus.core.consts.Fields.Quarter
将 季度int转换为Season枚举对象
of(int) - Static method in enum org.aoju.bus.core.consts.Fields.Week
Calendar星期相关值转换为Week枚举对象
of(Date) - Static method in class org.aoju.bus.core.date.DateTime
转换JDK date为 DateTime
of(Calendar) - Static method in class org.aoju.bus.core.date.DateTime
转换 Calendar 为 DateTime
of(String, String) - Static method in class org.aoju.bus.core.date.DateTime
构造
of(byte...) - Static method in class org.aoju.bus.core.io.ByteString
 
of(byte[], int, int) - Static method in class org.aoju.bus.core.io.ByteString
 
of(ByteBuffer) - Static method in class org.aoju.bus.core.io.ByteString
 
of(ByteString...) - Static method in class org.aoju.bus.core.io.Options
 
of(T) - Static method in class org.aoju.bus.core.lang.Holder
新建Holder类,持有指定值,当值为空时抛出空指针异常
of(L, R) - Static method in class org.aoju.bus.core.lang.tuple.ImmutablePair
Obtains an immutable pair of two objects inferring the generic types.
of(L, M, R) - Static method in class org.aoju.bus.core.lang.tuple.ImmutableTriple
Obtains an immutable triple of three objects inferring the generic types.
of(L, R) - Static method in class org.aoju.bus.core.lang.tuple.MutablePair
Obtains a mutable pair of two objects inferring the generic types.
of(L, M, R) - Static method in class org.aoju.bus.core.lang.tuple.MutableTriple
Obtains a mutable triple of three objects inferring the generic types.
of(L, R) - Static method in class org.aoju.bus.core.lang.tuple.Pair
Obtains an immutable pair of two objects inferring the generic types.
of(L, M, R) - Static method in class org.aoju.bus.core.lang.tuple.Triple
Obtains an immutable triple of three objects inferring the generic types.
of(K, V) - Static method in class org.aoju.bus.core.utils.MapUtils
将单一键值对转换为Map
of(K, V, boolean) - Static method in class org.aoju.bus.core.utils.MapUtils
将单一键值对转换为Map
of(Object[]) - Static method in class org.aoju.bus.core.utils.MapUtils
将数组转换为Map(HashMap),支持数组元素类型为:
offset - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
offset() - Method in class org.aoju.bus.core.io.FastByteBuffer
 
offset(Date, Fields.DateField, int) - Static method in class org.aoju.bus.core.utils.DateUtils
获取指定日期偏移指定时间后的时间
offsetDay(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移天
offsetHour(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移小时
offsetMillisecond(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移毫秒数
offsetMinute(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移分钟
offsetMonth(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移月
offsetSecond(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移秒数
offsetWeek(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
偏移周
onCreate(WatchEvent<?>, Path) - Method in interface org.aoju.bus.core.io.watch.Watcher
文件创建时执行的方法
onCreate(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.DelayWatcher
 
onCreate(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.IgnoreWatcher
 
onCreate(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
onDelete(WatchEvent<?>, Path) - Method in interface org.aoju.bus.core.io.watch.Watcher
文件删除时执行的方法
onDelete(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.DelayWatcher
 
onDelete(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.IgnoreWatcher
 
onDelete(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
oneByOneHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
一次一个hash
onModify(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.file.LineReadWatcher
 
onModify(WatchEvent<?>, Path) - Method in interface org.aoju.bus.core.io.watch.Watcher
文件修改时执行的方法 文件修改可能触发多次
onModify(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.DelayWatcher
 
onModify(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.IgnoreWatcher
 
onModify(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
onOverflow(WatchEvent<?>, Path) - Method in interface org.aoju.bus.core.io.watch.Watcher
事件丢失或出错时执行的方法
onOverflow(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.DelayWatcher
 
onOverflow(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.IgnoreWatcher
 
onOverflow(WatchEvent<?>, Path) - Method in class org.aoju.bus.core.io.watch.watchers.WatcherChain
 
openFileOrURL(String) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
OptArrayTypeGetter - Interface in org.aoju.bus.core.getter
可选默认值的数组类型的Get接口 提供一个统一的接口定义返回不同类型的值(基本类型) 如果值不存在或获取错误,返回默认值
OptBasicTypeGetter<K> - Interface in org.aoju.bus.core.getter
可选默认值的基本类型的getter接口 提供一个统一的接口定义返回不同类型的值(基本类型) 如果值不存在或获取错误,返回默认值
OPTIONS - Static variable in class org.aoju.bus.core.consts.Httpd
 
Options - Class in org.aoju.bus.core.io
OptNullBasicTypeFromObjectGetter<K> - Class in org.aoju.bus.core.getter
基本类型的getter接口抽象实现,所有类型的值获取都是通过将getObj获得的值转换而来 用户只需实现getObj方法即可,其他类型将会从Object结果中转换 在不提供默认值的情况下, 如果值不存在或获取错误,返回null
OptNullBasicTypeFromObjectGetter() - Constructor for class org.aoju.bus.core.getter.OptNullBasicTypeFromObjectGetter
 
OptNullBasicTypeFromStringGetter<K> - Class in org.aoju.bus.core.getter
基本类型的getter接口抽象实现,所有类型的值获取都是通过将String转换而来 用户只需实现getStr方法即可,其他类型将会从String结果中转换 在不提供默认值的情况下, 如果值不存在或获取错误,返回null
OptNullBasicTypeFromStringGetter() - Constructor for class org.aoju.bus.core.getter.OptNullBasicTypeFromStringGetter
 
OptNullBasicTypeGetter<K> - Class in org.aoju.bus.core.getter
基本类型的getter接口抽象实现 提供一个统一的接口定义返回不同类型的值(基本类型) 在不提供默认值的情况下, 如果值不存在或获取错误,返回null
OptNullBasicTypeGetter() - Constructor for class org.aoju.bus.core.getter.OptNullBasicTypeGetter
 
OR - Static variable in class org.aoju.bus.core.consts.Symbol
 
or(boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取或
or(Boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取或
ordinalIndexOf(String, String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
返回字符串 searchStr 在字符串 str 中第 ordinal 次出现的位置。 如果 str=null 或 searchStr=null 或 ordinal小于等于0 则返回-1
org.aoju.bus.core.annotation - package org.aoju.bus.core.annotation
 
org.aoju.bus.core.annotation.env - package org.aoju.bus.core.annotation.env
 
org.aoju.bus.core.bean - package org.aoju.bus.core.bean
 
org.aoju.bus.core.bean.copier - package org.aoju.bus.core.bean.copier
 
org.aoju.bus.core.bean.copier.provider - package org.aoju.bus.core.bean.copier.provider
 
org.aoju.bus.core.builder - package org.aoju.bus.core.builder
 
org.aoju.bus.core.clone - package org.aoju.bus.core.clone
 
org.aoju.bus.core.codec - package org.aoju.bus.core.codec
 
org.aoju.bus.core.consts - package org.aoju.bus.core.consts
 
org.aoju.bus.core.convert - package org.aoju.bus.core.convert
 
org.aoju.bus.core.convert.impl - package org.aoju.bus.core.convert.impl
 
org.aoju.bus.core.date - package org.aoju.bus.core.date
 
org.aoju.bus.core.date.format - package org.aoju.bus.core.date.format
 
org.aoju.bus.core.getter - package org.aoju.bus.core.getter
 
org.aoju.bus.core.image - package org.aoju.bus.core.image
 
org.aoju.bus.core.instance - package org.aoju.bus.core.instance
 
org.aoju.bus.core.io - package org.aoju.bus.core.io
 
org.aoju.bus.core.io.file - package org.aoju.bus.core.io.file
 
org.aoju.bus.core.io.resource - package org.aoju.bus.core.io.resource
 
org.aoju.bus.core.io.watch - package org.aoju.bus.core.io.watch
 
org.aoju.bus.core.io.watch.watchers - package org.aoju.bus.core.io.watch.watchers
 
org.aoju.bus.core.iterator - package org.aoju.bus.core.iterator
 
org.aoju.bus.core.key - package org.aoju.bus.core.key
 
org.aoju.bus.core.lang - package org.aoju.bus.core.lang
 
org.aoju.bus.core.lang.caller - package org.aoju.bus.core.lang.caller
 
org.aoju.bus.core.lang.copier - package org.aoju.bus.core.lang.copier
 
org.aoju.bus.core.lang.exception - package org.aoju.bus.core.lang.exception
 
org.aoju.bus.core.lang.mutable - package org.aoju.bus.core.lang.mutable
 
org.aoju.bus.core.lang.tuple - package org.aoju.bus.core.lang.tuple
 
org.aoju.bus.core.loader - package org.aoju.bus.core.loader
 
org.aoju.bus.core.map - package org.aoju.bus.core.map
 
org.aoju.bus.core.map.multi - package org.aoju.bus.core.map.multi
 
org.aoju.bus.core.math - package org.aoju.bus.core.math
 
org.aoju.bus.core.reflect - package org.aoju.bus.core.reflect
 
org.aoju.bus.core.text - package org.aoju.bus.core.text
 
org.aoju.bus.core.text.csv - package org.aoju.bus.core.text.csv
 
org.aoju.bus.core.text.escape - package org.aoju.bus.core.text.escape
 
org.aoju.bus.core.text.translate - package org.aoju.bus.core.text.translate
 
org.aoju.bus.core.thread - package org.aoju.bus.core.thread
 
org.aoju.bus.core.utils - package org.aoju.bus.core.utils
 
ORM_MONTH_CN_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
中文日期格式: M月d日
OS_ARCH - Static variable in class org.aoju.bus.core.consts.System
操作系统的架构
OS_NAME - Static variable in class org.aoju.bus.core.consts.System
操作系统的名称
OS_VERSION - Static variable in class org.aoju.bus.core.consts.System
操作系统的版本
OTHER - Static variable in class org.aoju.bus.core.consts.FileType
其他
outputStream() - Method in class org.aoju.bus.core.io.Buffer
 
outputStream() - Method in interface org.aoju.bus.core.io.BufferedSink
 
outputStream() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
outsideOf(int, int) - Static method in class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Constructs a JavaUnicodeEscaper outside of the specified values (exclusive).
outsideOf(int, int) - Static method in class org.aoju.bus.core.text.escape.NumericEscaper
Constructs a NumericEscaper outside of the specified values (exclusive).
outsideOf(int, int) - Static method in class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper outside of the specified values (exclusive).
OVERFLOW - Static variable in class org.aoju.bus.core.io.watch.WatchMonitor
事件丢失
owner - Variable in class org.aoju.bus.core.io.Segment
True if this segment owns the byte array and can append to it, extending limit.

P

PADDING - Static variable in class org.aoju.bus.core.codec.Base64
Base64解码表,共128位,-1表示非base64字符,-2表示padding
page(int, int, List<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
对指定List分页取值
Pair<L,R> - Class in org.aoju.bus.core.lang.tuple
由两个元素组成
Pair() - Constructor for class org.aoju.bus.core.lang.tuple.Pair
 
PARAMETER - Static variable in class org.aoju.bus.core.consts.MediaType
 
parameterize(Class<?>, Type...) - Static method in class org.aoju.bus.core.utils.TypeUtils
Create a parameterized type instance.
parameterize(Class<?>, Map<TypeVariable<?>, Type>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Create a parameterized type instance.
parameterizeWithOwner(Type, Class<?>, Type...) - Static method in class org.aoju.bus.core.utils.TypeUtils
Create a parameterized type instance.
parameterizeWithOwner(Type, Class<?>, Map<TypeVariable<?>, Type>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Create a parameterized type instance.
parameters - Variable in class org.aoju.bus.core.consts.MediaType
 
parse(String) - Method in interface org.aoju.bus.core.date.format.DateParser
将日期字符串解析并转换为 Date 对象 等价于 DateFormat.parse(String)
parse(String, ParsePosition) - Method in interface org.aoju.bus.core.date.format.DateParser
将日期字符串解析并转换为 Date 对象 等价于 DateFormat.parse(String, ParsePosition)
parse(String, ParsePosition, Calendar) - Method in interface org.aoju.bus.core.date.format.DateParser
根据给定格式转换日期字符串 Updates the Calendar with parsed fields.
parse(String) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
parse(String, ParsePosition) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
parse(String, ParsePosition, Calendar) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
parse(T) - Static method in class org.aoju.bus.core.lang.Dict
将PO对象转为Dict
parse(String) - Static method in class org.aoju.bus.core.utils.DateUtils
将日期字符串转换为DateTime对象,格式: yyyy-MM-dd HH:mm:ss yyyy/MM/dd HH:mm:ss yyyy.MM.dd HH:mm:ss yyyy年MM月dd日 HH时mm分ss秒 yyyy-MM-dd yyyy/MM/dd yyyy.MM.dd HH:mm:ss HH时mm分ss秒 yyyy-MM-dd HH:mm yyyy-MM-dd HH:mm:ss.SSS yyyyMMddHHmmss yyyyMMddHHmmssSSS yyyyMMdd EEE, dd MMM yyyy HH:mm:ss z EEE MMM dd HH:mm:ss zzz yyyy
parse(String, DateFormat) - Static method in class org.aoju.bus.core.utils.DateUtils
构建DateTime对象
parse(String, DateParser) - Static method in class org.aoju.bus.core.utils.DateUtils
构建DateTime对象
parse(String, String) - Static method in class org.aoju.bus.core.utils.DateUtils
将特定格式的日期转换为Date对象
parseBean(T) - Method in class org.aoju.bus.core.lang.Dict
将值对象转换为Dict 类名会被当作表名,小写第一个字母
parseBean(T, boolean, boolean) - Method in class org.aoju.bus.core.lang.Dict
将值对象转换为Dict 类名会被当作表名,小写第一个字母
parseBeanToXml(Object) - Static method in class org.aoju.bus.core.utils.XmlUtils
将对象转换为XML
parseBeanToXml(Object, Map<String, Object>, Marshaller.Listener) - Static method in class org.aoju.bus.core.utils.XmlUtils
将对象转换为XML
parseByteForObj(byte[]) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将byte字节转换成对象
parseDate(String) - Static method in class org.aoju.bus.core.utils.DateUtils
格式yyyy-MM-dd
parseDateTime(String) - Static method in class org.aoju.bus.core.utils.DateUtils
格式yyyy-MM-dd HH:mm:ss
parseInt(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
解析转换数字字符串为int型数字,规则如下:
parseLong(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
解析转换数字字符串为long型数字,规则如下:
parseNumber(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
将指定字符串转换为Number 对象
parseObject(String) - Method in interface org.aoju.bus.core.date.format.DateParser
将日期字符串解析并转换为 Date 对象
parseObject(String, ParsePosition) - Method in interface org.aoju.bus.core.date.format.DateParser
根据 ParsePosition 给定将日期字符串解析并转换为 Date 对象
parseObject(String, ParsePosition) - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
parseObjForByte(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将对象转换为byte数据
parseTime(String) - Static method in class org.aoju.bus.core.utils.DateUtils
解析时间,格式HH:mm:ss,默认为1970-01-01
parseTimeToday(String) - Static method in class org.aoju.bus.core.utils.DateUtils
解析时间,格式HH:mm:ss,日期默认为今天
parseToObject(Object, Class<T>) - Static method in class org.aoju.bus.core.utils.ObjectUtils
转换类型
parseUTC(String) - Static method in class org.aoju.bus.core.utils.DateUtils
解析UTC时间,格式为:yyyy-MM-dd'T'HH:mm:ss'Z
parseXmlToBean(String, Object) - Static method in class org.aoju.bus.core.utils.XmlUtils
将字符串装换为对象
parseXmlToBean(String, Object, String) - Static method in class org.aoju.bus.core.utils.XmlUtils
将字符串装换为对象
parseXmlToBeanList(String, String, Class<T>, boolean) - Static method in class org.aoju.bus.core.utils.XmlUtils
将xml对象根据定义的节点进行拆分,并实现List对象转换
parseXmlToBeanList(String, String, Class<T>) - Static method in class org.aoju.bus.core.utils.XmlUtils
将xml对象根据定义的节点进行拆分,并实现List对象转换
partValue(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
把给定的总数平均分成N份,返回每份的个数 当除以分数有余数时每份+1
partValue(int, int, boolean) - Static method in class org.aoju.bus.core.utils.NumberUtils
把给定的总数平均分成N份,返回每份的个数 如果isPlusOneWhenHasRem为true,则当除以分数有余数时每份+1,否则丢弃余数部分
PASSWD - Static variable in class org.aoju.bus.core.consts.RegEx
 
PASSWD_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
密码强度
PASSWORD_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
PATCH - Static variable in class org.aoju.bus.core.consts.Httpd
 
PATH_SEGMENT_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
PATH_SEGMENT_ENCODE_SET_URI - Static variable in class org.aoju.bus.core.consts.Symbol
 
PATH_SEPARATOR - Static variable in class org.aoju.bus.core.consts.System
路径分隔符 Unix :
PathConverter - Class in org.aoju.bus.core.convert.impl
字符串转换器
PathConverter() - Constructor for class org.aoju.bus.core.convert.impl.PathConverter
 
pathEndsWith(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
判断文件路径是否有指定后缀,忽略大小写 常用语判断扩展名
pathEquals(File, File) - Static method in class org.aoju.bus.core.utils.FileUtils
文件路径是否相同 取两个文件的绝对路径比较,在Windows下忽略大小写,在Linux下不忽略。
pattern - Variable in class org.aoju.bus.core.date.format.AbstractDateBasic
The pattern
patternParts - Variable in class org.aoju.bus.core.bean.BeanPath
 
PatternUtils - Class in org.aoju.bus.core.utils
常用正则表达式集合
PatternUtils() - Constructor for class org.aoju.bus.core.utils.PatternUtils
 
PBEWithMD5AndDES - Static variable in class org.aoju.bus.core.consts.ModeType
 
PBEWithSHA1AndDESede - Static variable in class org.aoju.bus.core.consts.ModeType
 
PBEWithSHA1AndRC2_40 - Static variable in class org.aoju.bus.core.consts.ModeType
 
peek() - Method in class org.aoju.bus.core.io.Buffer
 
peek() - Method in interface org.aoju.bus.core.io.BufferedSource
a new BufferedSource that can read data from this BufferedSource without consuming it.
peek() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
PERCENT - Static variable in class org.aoju.bus.core.consts.Symbol
 
PICS - Static variable in class org.aoju.bus.core.consts.FileType
图片
PinyinUtils - Class in org.aoju.bus.core.utils
拼音工具类 注意:部分拼音并不准确,例如:怡
PinyinUtils() - Constructor for class org.aoju.bus.core.utils.PinyinUtils
 
Pipe - Class in org.aoju.bus.core.io
附加的源和接收器。接收器的输出是源的输入。通常每个 由它自己的线程访问:一个生产者线程将数据写入接收器和一个消费者线程 从源读取数据。 这个类使用一个缓冲区来解耦源和接收器。此缓冲区具有用户指定的最大值 大小。当生产者线程超出其消费者时,缓冲区将被填满并最终写入 水槽会堵塞,直到消费者赶上为止。对称地说,如果消费者跑得比它快 生产者读取块,直到有数据要读取。限制等待的时间 当接收器关闭时,源读取将继续正常完成,直到缓冲区 此时read将返回-1,表示流的结束。但是,如果 首先关闭源,对接收器的写入将立即失败,并带有IOException
Pipe(long) - Constructor for class org.aoju.bus.core.io.Pipe
 
pjwHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
PJW算法
PLATE_NUMBER - Static variable in class org.aoju.bus.core.consts.RegEx
 
PLATE_NUMBER_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
中国车牌号码
PLUS - Static variable in class org.aoju.bus.core.consts.Symbol
 
pop() - Method in class org.aoju.bus.core.io.Segment
 
popPart(Stack<T>, int) - Static method in class org.aoju.bus.core.utils.CollUtils
切取部分数据 切取后的栈将减少这些元素
popPart(Deque<T>, int) - Static method in class org.aoju.bus.core.utils.CollUtils
切取部分数据 切取后的栈将减少这些元素
PORT_RANGE_MAX - Static variable in class org.aoju.bus.core.utils.NetUtils
默认最大端口,65535
PORT_RANGE_MIN - Static variable in class org.aoju.bus.core.utils.NetUtils
默认最小端口,1024
pos - Variable in class org.aoju.bus.core.io.Segment
The next byte of application data byte to read in this segment.
POST - Static variable in class org.aoju.bus.core.consts.Httpd
 
pow(Number, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的幂运算
pow(BigDecimal, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的幂运算
pressImage(Image, int, int, float) - Method in class org.aoju.bus.core.image.Image
给图片添加图片水印
pressImage(Image, Rectangle, float) - Method in class org.aoju.bus.core.image.Image
给图片添加图片水印
pressImage(File, File, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印
pressImage(InputStream, OutputStream, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(ImageInputStream, ImageOutputStream, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(Image, File, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(Image, OutputStream, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(Image, ImageOutputStream, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(Image, Image, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressImage(Image, Image, Rectangle, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加图片水印 此方法并不关闭流
pressText(String, Color, Font, int, int, float) - Method in class org.aoju.bus.core.image.Image
给图片添加文字水印 此方法并不关闭流
pressText(File, File, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印
pressText(InputStream, OutputStream, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
pressText(ImageInputStream, ImageOutputStream, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
pressText(Image, File, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
pressText(Image, OutputStream, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
pressText(Image, ImageOutputStream, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
pressText(Image, String, Color, Font, int, int, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
给图片添加文字水印 此方法并不关闭流
prev - Variable in class org.aoju.bus.core.io.Segment
Previous segment in a circularly-linked list.
PrimitiveConverter - Class in org.aoju.bus.core.convert.impl
原始类型转换器 支持类型为: byte short int long float double char boolean
PrimitiveConverter(Class<?>) - Constructor for class org.aoju.bus.core.convert.impl.PrimitiveConverter
构造
primitivesToWrappers(Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
Converts the specified array of primitive Class objects to an array of its corresponding wrapper Class objects.
primitiveToWrapper(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Converts the specified primitive Class object to its corresponding wrapper Class object.
primitiveWrapperMap - Static variable in enum org.aoju.bus.core.convert.BasicType
原始类型为Key,包装类型为Value,例如: int.class =》 Integer.class.
print(Object) - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志
print(String, Object...) - Static method in class org.aoju.bus.core.lang.Console
打印控制台日志
processBitVector(Class<E>, long) - Static method in class org.aoju.bus.core.utils.EnumUtils
Convert a long value created by EnumUtils.generateBitVector(java.lang.Class<E>, java.lang.Iterable<? extends E>) into the set of enum values that it represents.
processBitVectors(Class<E>, long...) - Static method in class org.aoju.bus.core.utils.EnumUtils
Convert a long[] created by EnumUtils.generateBitVectors(java.lang.Class<E>, java.lang.Iterable<? extends E>) into the set of enum values that it represents.
processMultiple(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
可以用于计算双色球、大乐透注数的方法 比如大乐透35选5可以这样调用processMultiple(7,5); 就是数学中的:C75=7*6/2*1
Prod - Annotation Type in org.aoju.bus.core.annotation.env
生产环境 表示当前方法性能安全性各方面达标,可以用于生产环境。
progress(long) - Method in interface org.aoju.bus.core.io.StreamProgress
进行中
PropDesc(Field, Method, Method) - Constructor for class org.aoju.bus.core.bean.BeanDesc.PropDesc
构造 Getter和Setter方法设置为默认可访问
PropertiesUtils - Class in org.aoju.bus.core.utils
Parsing The Configuration File
PropertiesUtils() - Constructor for class org.aoju.bus.core.utils.PropertiesUtils
 
PURE_DATE_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyyMMdd
PURE_DATE_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyyMMdd
PURE_DATETIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyyMMddHHmmss
PURE_DATETIME_MS_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat yyyyMMddHHmmssSSS
PURE_DATETIME_MS_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyyMMddHHmmssSSS
PURE_DATETIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: yyyyMMddHHmmss
PURE_TIME_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat HHmmss
PURE_TIME_MS_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat HHmmssSSS
PURE_TIME_MS_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: HHmmssSSS
PURE_TIME_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: HHmmss
push(Segment) - Method in class org.aoju.bus.core.io.Segment
 
PUT - Static variable in class org.aoju.bus.core.consts.Httpd
 
put(K, V) - Method in class org.aoju.bus.core.lang.SimpleCache
放入缓存
put(Object) - Static method in class org.aoju.bus.core.lang.Singleton
将已有对象放入单例中,其Class做为键
put(K, V) - Method in class org.aoju.bus.core.map.CustomKeyMap
 
put(K, V) - Method in class org.aoju.bus.core.map.MapBuilder
链式Map创建
put(Object, Object) - Method in class org.aoju.bus.core.map.MapProxy
 
put(K, V) - Method in class org.aoju.bus.core.map.MapWrapper
 
put(K, V) - Method in class org.aoju.bus.core.map.TableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.aoju.bus.core.map.CustomKeyMap
 
putAll(Map<K, V>) - Method in class org.aoju.bus.core.map.MapBuilder
链式Map创建
putAll(Map<?, ?>) - Method in class org.aoju.bus.core.map.MapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.aoju.bus.core.map.MapWrapper
 
putAll(Map<? extends K, ? extends V>) - Method in class org.aoju.bus.core.map.TableMap
 
putBeanDesc(Class<?>, BeanDesc) - Method in enum org.aoju.bus.core.bean.BeanDescCache
加入缓存
putCustom(Type, Class<? extends Converter<?>>) - Method in class org.aoju.bus.core.convert.ConverterRegistry
登记自定义转换器
putCustom(Type, Converter<?>) - Method in class org.aoju.bus.core.convert.ConverterRegistry
登记自定义转换器
putFileType(String, String) - Static method in class org.aoju.bus.core.consts.FileType
增加文件类型映射 如果已经存在将覆盖之前的映射
putPropertyDescriptorMap(Class<?>, Map<String, PropertyDescriptor>, boolean) - Method in enum org.aoju.bus.core.bean.BeanInfoCache
加入缓存
putValue(K, V) - Method in class org.aoju.bus.core.map.multi.CollectionValueMap
放入Value 如果键对应值列表有值,加入,否则创建一个新列表后加入

Q

quarter() - Method in class org.aoju.bus.core.date.DateTime
获得当前日期所属季度,从1开始计数
quarter(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期所属季度,从1开始计数
quarterEnum() - Method in class org.aoju.bus.core.date.DateTime
获得当前日期所属季度
quarters(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期所属季度
QUERY_COMPONENT_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
QUERY_COMPONENT_ENCODE_SET_URI - Static variable in class org.aoju.bus.core.consts.Symbol
 
QUERY_COMPONENT_REENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
QUERY_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
QUESTION_MARK - Static variable in class org.aoju.bus.core.consts.Symbol
 
QUOTED - Static variable in class org.aoju.bus.core.consts.MediaType
 
quoteMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the single or double quote character.

R

rainbow(int, int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
分页彩虹算法 通过传入的信息,生成一个分页列表显示
rainbow(int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
分页彩虹算法(默认展示10页)
randomBigDecimal() - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数[0, 1)
randomBigDecimal(BigDecimal) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数 [0,limit)
randomBigDecimal(BigDecimal, BigDecimal) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数
randomBytes(int) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机bytes
randomChar() - Static method in class org.aoju.bus.core.utils.RandomUtils
随机字母或数字,小写
randomChar(String) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机字符
randomColor() - Static method in class org.aoju.bus.core.utils.ImageUtils
生成随机颜色
randomColor(Random) - Static method in class org.aoju.bus.core.utils.ImageUtils
生成随机颜色
randomColor() - Static method in class org.aoju.bus.core.utils.RandomUtils
生成随机颜色
randomDay(int, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
以当天为基准,随机产生一个日期
randomDouble(double, double) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数
randomDouble() - Static method in class org.aoju.bus.core.utils.RandomUtils
获得随机数[0, 1)
randomDouble(double) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数 [0,limit)
randomEle(List<T>) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得列表中的元素
randomEle(List<T>, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得列表中的元素
randomEle(T[]) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得数组中的元素
randomEle(T[], int) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得数组中的元素
randomEles(List<T>, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得列表中的一定量元素
randomEleSet(Collection<T>, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
随机获得列表中的一定量的不重复元素,返回Set
randomInt(int, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数
randomInt() - Static method in class org.aoju.bus.core.utils.RandomUtils
获得随机数[0, 1)
randomInt(int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数 [0,limit)
randomLong(long, long) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数
randomLong() - Static method in class org.aoju.bus.core.utils.RandomUtils
获得随机数
randomLong(long) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得指定范围内的随机数 [0,limit)
randomNumber() - Static method in class org.aoju.bus.core.utils.RandomUtils
随机数字,数字为0~9单个数字
randomNumbers(int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得一个只包含数字的字符串
randomString(int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得一个随机的字符串(只包含数字和字符)
randomString(String, int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得一个随机的字符串
randomStringUpper(int) - Static method in class org.aoju.bus.core.utils.RandomUtils
获得一个随机的字符串(只包含数字和大写字符)
RandomUtils - Class in org.aoju.bus.core.utils
随机工具类
RandomUtils() - Constructor for class org.aoju.bus.core.utils.RandomUtils
 
randomUUID() - Static method in class org.aoju.bus.core.key.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。 使用加密的强伪随机数生成器生成该 UUID。
randomUUID(boolean) - Static method in class org.aoju.bus.core.key.UUID
获取类型 4(伪随机生成的)UUID 的静态工厂。 使用加密的强伪随机数生成器生成该 UUID。
range(int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个从0开始的数字列表
range(int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个数字列表 自动判定正序反序
range(int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个数字列表 自动判定正序反序
range(int) - Static method in class org.aoju.bus.core.utils.NumberUtils
从0开始给定范围内的整数列表,步进为1
range(int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
给定范围内的整数列表,步进为1
range(int, int, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
给定范围内的整数列表
rangeEquals(long, ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
rangeEquals(long, ByteString, int, int) - Method in class org.aoju.bus.core.io.Buffer
 
rangeEquals(long, ByteString) - Method in interface org.aoju.bus.core.io.BufferedSource
true if the bytes at offset in this source equal bytes.
rangeEquals(long, ByteString, int, int) - Method in interface org.aoju.bus.core.io.BufferedSource
if byteCount bytes at offset in this source equal bytes * at bytesOffset.
rangeEquals(int, ByteString, int, int) - Method in class org.aoju.bus.core.io.ByteString
 
rangeEquals(int, byte[], int, int) - Method in class org.aoju.bus.core.io.ByteString
 
rangeEquals(long, ByteString) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
rangeEquals(long, ByteString, int, int) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
RC2 - Static variable in class org.aoju.bus.core.consts.ModeType
 
RE_CHINESE - Static variable in class org.aoju.bus.core.consts.RegEx
正则表达式匹配中文汉字
RE_CHINESES - Static variable in class org.aoju.bus.core.consts.RegEx
正则表达式匹配中文字符串
RE_KEYS - Static variable in class org.aoju.bus.core.consts.RegEx
正则中需要被转义的关键字
read() - Method in class org.aoju.bus.core.io.BOMInputStream
 
read(byte[]) - Method in class org.aoju.bus.core.io.Buffer
 
read(byte[], int, int) - Method in class org.aoju.bus.core.io.Buffer
 
read(ByteBuffer) - Method in class org.aoju.bus.core.io.Buffer
 
read(Buffer, long) - Method in class org.aoju.bus.core.io.Buffer
 
read(byte[]) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes up to sink.length bytes from this and copies them into sink.
read(byte[], int, int) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes up to byteCount bytes from this and copies them into sink at offset.
read(InputStream, int) - Static method in class org.aoju.bus.core.io.ByteString
 
read(FileReader.ReaderHandler<T>) - Method in class org.aoju.bus.core.io.file.FileReader
按照给定的readerHandler读取文件中的数据
read(Buffer, long) - Method in class org.aoju.bus.core.io.ForwardingSource
 
read(Buffer, long) - Method in class org.aoju.bus.core.io.GzipSource
 
read(Buffer, long) - Method in class org.aoju.bus.core.io.HashingSource
 
read(Buffer, long) - Method in class org.aoju.bus.core.io.InflaterSource
 
read(Buffer, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
read(byte[]) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
read(byte[], int, int) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
read(ByteBuffer) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
read(Buffer, long) - Method in interface org.aoju.bus.core.io.Source
Removes at least 1, and up to byteCount bytes from this and appends them to sink.
read(File) - Method in class org.aoju.bus.core.text.csv.CsvReader
读取CSV文件,默认UTF-8编码
read(File, Charset) - Method in class org.aoju.bus.core.text.csv.CsvReader
读取CSV文件
read(Path) - Method in class org.aoju.bus.core.text.csv.CsvReader
读取CSV文件,默认UTF-8编码
read(Path, Charset) - Method in class org.aoju.bus.core.text.csv.CsvReader
读取CSV文件
read(Reader) - Method in class org.aoju.bus.core.text.csv.CsvReader
从Reader中读取CSV数据
read(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
从文件中读取图片,请使用绝对路径,使用相对路径会相对于ClassPath
read(File) - Static method in class org.aoju.bus.core.utils.ImageUtils
从文件中读取图片
read(Resource) - Static method in class org.aoju.bus.core.utils.ImageUtils
Resource中读取图片
read(InputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
从流中读取图片
read(ImageInputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
从图片流中读取图片
read(URL) - Static method in class org.aoju.bus.core.utils.ImageUtils
从URL中读取图片
read(InputStream, String) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容
read(InputStream, Charset) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容,读取完毕后并不关闭流
read(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容,读到输出流中
read(Reader) - Static method in class org.aoju.bus.core.utils.IoUtils
从Reader中读取String,读取完毕后并不关闭Reader
read(FileChannel, String) - Static method in class org.aoju.bus.core.utils.IoUtils
从FileChannel中读取内容,读取完毕后并不关闭Channel
read(FileChannel, Charset) - Static method in class org.aoju.bus.core.utils.IoUtils
从FileChannel中读取内容
read(Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
从一个文本流中读取全部内容并返回
read(Reader, StringBuilder) - Static method in class org.aoju.bus.core.utils.StreamUtils
从一个文本流中读取全部内容并写入缓冲
readableFileSize() - Method in class org.aoju.bus.core.io.file.FileWrapper
可读的文件大小
readableFileSize(File) - Static method in class org.aoju.bus.core.utils.FileUtils
可读的文件大小
readableFileSize(long) - Static method in class org.aoju.bus.core.utils.FileUtils
可读的文件大小 参考 http://stackoverflow.com/questions/3263892/format-file-size-as-mb-gb-etc
readAll(Sink) - Method in class org.aoju.bus.core.io.Buffer
 
readAll(Sink) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes all bytes from this and appends them to sink.
readAll(Sink) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readAll(Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
从一个文本输入流读取所有内容,并将该流关闭
readAndClose(Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
从一个文本流中读取全部内容并返回
readAndClose(InputStreamReader, StringBuilder) - Static method in class org.aoju.bus.core.utils.StreamUtils
从一个文本流中读取全部内容并写入缓冲
readAndWriteUnsafe() - Method in class org.aoju.bus.core.io.Buffer
 
readAndWriteUnsafe(Buffer.UnsafeCursor) - Method in class org.aoju.bus.core.io.Buffer
 
readAvailable(InputStream, byte[], int, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
readByte() - Method in class org.aoju.bus.core.io.Buffer
 
readByte() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readByte() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readByteArray() - Method in class org.aoju.bus.core.io.Buffer
 
readByteArray(long) - Method in class org.aoju.bus.core.io.Buffer
 
readByteArray() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes all bytes from this and returns them as a byte array.
readByteArray(long) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes byteCount bytes from this and returns them as a byte array.
readByteArray() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readByteArray(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readBytes() - Method in class org.aoju.bus.core.io.file.FileReader
读取文件所有数据 文件的长度不能超过 Integer.MAX_VALUE
readBytes() - Method in class org.aoju.bus.core.io.resource.BytesResource
 
readBytes() - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
readBytes() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
readBytes() - Method in interface org.aoju.bus.core.io.resource.Resource
读取资源内容,读取完毕后会关闭流 关闭流并不影响下一次读取
readBytes() - Method in class org.aoju.bus.core.io.resource.StringResource
 
readBytes() - Method in class org.aoju.bus.core.io.resource.UrlResource
 
readBytes(ByteBuffer) - Static method in class org.aoju.bus.core.utils.BufferUtils
读取剩余部分bytes
readBytes(ByteBuffer, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
读取指定长度的bytes 如果长度不足,则读取剩余部分,此时buffer必须为读模式
readBytes(ByteBuffer, int, int) - Static method in class org.aoju.bus.core.utils.BufferUtils
读取指定区间的数据
readBytes(File) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件所有数据 文件的长度不能超过Integer.MAX_VALUE
readBytes(String) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件所有数据 文件的长度不能超过Integer.MAX_VALUE
readBytes(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取bytes
readBytes(InputStream, int) - Static method in class org.aoju.bus.core.utils.IoUtils
读取指定长度的byte数组,不关闭流
readBytes(InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
读取一个输入流中所有的字节
readBytesAndClose(InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
读取一个输入流中所有的字节,并关闭输入流
readByteString() - Method in class org.aoju.bus.core.io.Buffer
 
readByteString(long) - Method in class org.aoju.bus.core.io.Buffer
 
readByteString() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes all bytes bytes from this and returns them as a byte string.
readByteString(long) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes byteCount bytes from this and returns them as a byte string.
readByteString() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readByteString(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readDecimalLong() - Method in class org.aoju.bus.core.io.Buffer
 
readDecimalLong() - Method in interface org.aoju.bus.core.io.BufferedSource
Reads a long from this source in signed decimal form (i.e., as a string in base 10 with optional leading '-').
readDecimalLong() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readDeclaredField(Object, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads the named public Field.
readDeclaredField(Object, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets a Field value by name.
readDeclaredStaticField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets the value of a static Field by name.
readDeclaredStaticField(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Gets the value of a static Field by name.
readField(Field, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads an accessible Field.
readField(Field, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads a Field.
readField(Object, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads the named public Field.
readField(Object, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads the named Field.
readFile(File) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件
readFrom(InputStream) - Method in class org.aoju.bus.core.io.Buffer
Read and exhaust bytes from in to this.
readFrom(InputStream, long) - Method in class org.aoju.bus.core.io.Buffer
Read byteCount bytes from in to this.
readFrom(Readable) - Method in class org.aoju.bus.core.text.StrBuilder
If possible, reads chars from the provided Readable directly into underlying character buffer without making extra copies.
readFully(Buffer, long) - Method in class org.aoju.bus.core.io.Buffer
 
readFully(byte[]) - Method in class org.aoju.bus.core.io.Buffer
 
readFully(byte[]) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes exactly sink.length bytes from this and copies them into sink.
readFully(Buffer, long) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes exactly byteCount bytes from this and appends them to sink.
readFully(byte[]) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readFully(Buffer, long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readFully(InputStream, byte[], int, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
readHex(InputStream, int, boolean) - Static method in class org.aoju.bus.core.utils.IoUtils
读取16进制字符串
readHex28Lower(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取前28个byte并转换为16进制,字母部分使用小写
readHex28Upper(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取前28个byte并转换为16进制,字母部分使用大写
readHexadecimalUnsignedLong() - Method in class org.aoju.bus.core.io.Buffer
 
readHexadecimalUnsignedLong() - Method in interface org.aoju.bus.core.io.BufferedSource
Reads a long form this source in hexadecimal form (i.e., as a string in base 16).
readHexadecimalUnsignedLong() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readInt() - Method in class org.aoju.bus.core.io.Buffer
 
readInt() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readInt() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readIntLe() - Method in class org.aoju.bus.core.io.Buffer
 
readIntLe() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readIntLe() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readLine(ByteBuffer, Charset) - Static method in class org.aoju.bus.core.utils.BufferUtils
读取一行,如果buffer中最后一部分并非完整一行,则返回null 支持的换行符如下:
readLine(RandomAccessFile, Charset, LineHandler) - Static method in class org.aoju.bus.core.utils.FileUtils
单行处理文件内容
readLine(RandomAccessFile, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
单行处理文件内容
readLines(T) - Method in class org.aoju.bus.core.io.file.FileReader
从文件中读取每一行数据
readLines(LineHandler) - Method in class org.aoju.bus.core.io.file.FileReader
按照行处理文件内容
readLines() - Method in class org.aoju.bus.core.io.file.FileReader
从文件中读取每一行数据
readLines(String, String, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(String, Charset, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(File, String, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(File, Charset, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(URL, String, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(URL, Charset, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(URL, String) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(URL, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readLines(File, Charset, LineHandler) - Static method in class org.aoju.bus.core.utils.FileUtils
按行处理文件内容
readLines(RandomAccessFile, Charset, LineHandler) - Static method in class org.aoju.bus.core.utils.FileUtils
按行处理文件内容
readLines(InputStream, String, T) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容
readLines(InputStream, Charset, T) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容
readLines(Reader, T) - Static method in class org.aoju.bus.core.utils.IoUtils
从Reader中读取内容
readLines(InputStream, Charset, LineHandler) - Static method in class org.aoju.bus.core.utils.IoUtils
按行读取数据,针对每行的数据做处理
readLines(Reader, LineHandler) - Static method in class org.aoju.bus.core.utils.IoUtils
按行读取数据,针对每行的数据做处理 Reader自带编码定义,因此读取数据的编码跟随其编码。
readLong() - Method in class org.aoju.bus.core.io.Buffer
 
readLong() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readLong() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readLongLe() - Method in class org.aoju.bus.core.io.Buffer
 
readLongLe() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes eight bytes from this source and returns a little-endian long.
readLongLe() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readObj(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容,读到输出流中
readObjectFromXml(InputSource) - Static method in class org.aoju.bus.core.utils.XmlUtils
从XML中读取对象 Reads serialized object from the XML file.
readShort() - Method in class org.aoju.bus.core.io.Buffer
 
readShort() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readShort() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readShortLe() - Method in class org.aoju.bus.core.io.Buffer
 
readShortLe() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes two bytes from this source and returns a little-endian short.
readShortLe() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readStaticField(Field) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads an accessible static Field.
readStaticField(Field, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads a static Field.
readStaticField(Class<?>, String) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads the named public static Field.
readStaticField(Class<?>, String, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Reads the named static Field.
readStr(Charset) - Method in class org.aoju.bus.core.io.resource.BytesResource
 
readStr(Charset) - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
readStr(Charset) - Method in class org.aoju.bus.core.io.resource.MultiResource
 
readStr(Charset) - Method in interface org.aoju.bus.core.io.resource.Resource
读取资源内容,读取完毕后会关闭流 关闭流并不影响下一次读取
readStr(Charset) - Method in class org.aoju.bus.core.io.resource.StringResource
 
readStr(Charset) - Method in class org.aoju.bus.core.io.resource.UrlResource
 
readStr(String, Charset) - Static method in class org.aoju.bus.core.utils.ResourceUtils
读取Classpath下的资源为字符串
readString(Charset) - Method in class org.aoju.bus.core.io.Buffer
 
readString(long, Charset) - Method in class org.aoju.bus.core.io.Buffer
 
readString(Charset) - Method in interface org.aoju.bus.core.io.BufferedSource
 
readString(long, Charset) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes byteCount bytes from this, decodes them as charset,
readString() - Method in class org.aoju.bus.core.io.file.FileReader
读取文件内容
readString(Charset) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readString(long, Charset) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readString(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readString(File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readString(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readString(String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readString(URL, String) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readUnsafe() - Method in class org.aoju.bus.core.io.Buffer
 
readUnsafe(Buffer.UnsafeCursor) - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8() - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8(long) - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes all bytes from this, decodes them as UTF-8, and returns the string.
readUtf8(long) - Method in interface org.aoju.bus.core.io.BufferedSource
Removes byteCount bytes from this, decodes them as UTF-8, and returns the string.
readUtf8() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8(FileChannel) - Static method in class org.aoju.bus.core.utils.IoUtils
从FileChannel中读取UTF-8编码内容
readUtf8CodePoint() - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8CodePoint() - Method in interface org.aoju.bus.core.io.BufferedSource
 
readUtf8CodePoint() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8Line() - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8Line() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes and returns characters up to but not including the next line break.
readUtf8Line() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8Lines(String, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行的UTF-8编码数据
readUtf8Lines(File, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据,数据编码为UTF-8
readUtf8Lines(URL, T) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据,编码为UTF-8
readUtf8Lines(URL) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readUtf8Lines(String) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据,编码为UTF-8
readUtf8Lines(File) - Static method in class org.aoju.bus.core.utils.FileUtils
从文件中读取每一行数据
readUtf8Lines(File, LineHandler) - Static method in class org.aoju.bus.core.utils.FileUtils
按行处理文件内容,编码为UTF-8
readUtf8Lines(InputStream, T) - Static method in class org.aoju.bus.core.utils.IoUtils
从流中读取内容,使用UTF-8编码
readUtf8Lines(InputStream, LineHandler) - Static method in class org.aoju.bus.core.utils.IoUtils
按行读取UTF-8编码数据,针对每行的数据做处理
readUtf8LineStrict() - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8LineStrict(long) - Method in class org.aoju.bus.core.io.Buffer
 
readUtf8LineStrict() - Method in interface org.aoju.bus.core.io.BufferedSource
Removes and returns characters up to but not including the next line break.
readUtf8LineStrict(long) - Method in interface org.aoju.bus.core.io.BufferedSource
Like BufferedSource.readUtf8LineStrict(), except this allows the caller to specify the longest allowed match.
readUtf8LineStrict() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8LineStrict(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
readUtf8Str() - Method in class org.aoju.bus.core.io.resource.BytesResource
 
readUtf8Str() - Method in class org.aoju.bus.core.io.resource.InputStreamResource
 
readUtf8Str() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
readUtf8Str() - Method in interface org.aoju.bus.core.io.resource.Resource
读取资源内容,读取完毕后会关闭流 关闭流并不影响下一次读取
readUtf8Str() - Method in class org.aoju.bus.core.io.resource.StringResource
 
readUtf8Str() - Method in class org.aoju.bus.core.io.resource.UrlResource
 
readUtf8Str(String) - Static method in class org.aoju.bus.core.utils.ResourceUtils
读取Classpath下的资源为字符串,使用UTF-8编码
readUtf8String(File) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readUtf8String(String) - Static method in class org.aoju.bus.core.utils.FileUtils
读取文件内容
readWrite - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
readXML(InputStream) - Static method in class org.aoju.bus.core.utils.XmlUtils
读取解析XML文件 编码在XML中定义
readXML(Reader) - Static method in class org.aoju.bus.core.utils.XmlUtils
读取解析XML文件
readXML(InputSource) - Static method in class org.aoju.bus.core.utils.XmlUtils
读取解析XML文件 编码在XML中定义
RealBufferedSink - Class in org.aoju.bus.core.io
 
RealBufferedSink(Sink) - Constructor for class org.aoju.bus.core.io.RealBufferedSink
 
RealBufferedSource - Class in org.aoju.bus.core.io
 
RealBufferedSource(Source) - Constructor for class org.aoju.bus.core.io.RealBufferedSource
 
RecursiveToStringStyle - Class in org.aoju.bus.core.builder
Works with ToStringBuilder to create a "deep" toString.
RecursiveToStringStyle() - Constructor for class org.aoju.bus.core.builder.RecursiveToStringStyle
Constructor.
recycle(Segment) - Static method in class org.aoju.bus.core.io.SegmentPool
 
ReferenceConverter - Class in org.aoju.bus.core.convert.impl
Reference转换器
ReferenceConverter(Class<? extends Reference>) - Constructor for class org.aoju.bus.core.convert.impl.ReferenceConverter
构造
refill() - Method in class org.aoju.bus.core.io.InflaterSource
 
reflectionAppend(Object, Object) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Tests if two objects by using reflection.
reflectionAppendArray(Object) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Append to the toString an Object array.
reflectionAppendArrayDetail(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.MultilineRecursiveToStringStyle
 
reflectionAppendArrayDetail(StringBuffer, String, Object) - Method in class org.aoju.bus.core.builder.ToStringStyle
Append to the toString the detail of an array type.
reflectionCompare(Object, Object) - Static method in class org.aoju.bus.core.builder.CompareToBuilder
通过反射比较两个Bean对象,对象字段可以为private。比较规则如下: static字段不比较 Transient字段不参与比较 父类字段参与比较
reflectionCompare(Object, Object, boolean) - Static method in class org.aoju.bus.core.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, Collection<String>) - Static method in class org.aoju.bus.core.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, String...) - Static method in class org.aoju.bus.core.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, boolean, Class<?>, String...) - Static method in class org.aoju.bus.core.builder.CompareToBuilder
Compares two Objects via reflection.
ReflectionDiffBuilder - Class in org.aoju.bus.core.builder
Assists in implementing Diffable.diff(Object) methods.
ReflectionDiffBuilder(T, T, ToStringStyle) - Constructor for class org.aoju.bus.core.builder.ReflectionDiffBuilder
Constructs a builder for the specified objects with the specified style.
reflectionEquals(Object, Object, Collection<String>) - Static method in class org.aoju.bus.core.builder.EqualsBuilder
反射检查两个对象是否equals,此方法检查对象及其父对象的属性(包括私有属性)是否equals
reflectionEquals(Object, Object, String...) - Static method in class org.aoju.bus.core.builder.EqualsBuilder
反射检查两个对象是否equals,此方法检查对象及其父对象的属性(包括私有属性)是否equals
reflectionEquals(Object, Object, boolean) - Static method in class org.aoju.bus.core.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, String...) - Static method in class org.aoju.bus.core.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, boolean, String...) - Static method in class org.aoju.bus.core.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionHashCode(int, int, Object) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(int, int, Object, boolean) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(int, int, T, boolean, Class<? super T>, String...) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, boolean) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, Collection<String>) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, String...) - Static method in class org.aoju.bus.core.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionToString(Object) - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(Object, ToStringStyle) - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(Object, ToStringStyle, boolean) - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(T, ToStringStyle, boolean, Class<? super T>) - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
ReflectionToStringBuilder - Class in org.aoju.bus.core.builder
Assists in implementing Object.toString() methods using reflection.
ReflectionToStringBuilder(Object) - Constructor for class org.aoju.bus.core.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle) - Constructor for class org.aoju.bus.core.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.aoju.bus.core.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(T, ToStringStyle, StringBuffer, Class<? super T>, boolean, boolean) - Constructor for class org.aoju.bus.core.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(T, ToStringStyle, StringBuffer, Class<? super T>, boolean, boolean, boolean) - Constructor for class org.aoju.bus.core.builder.ReflectionToStringBuilder
Constructor.
ReflectUtils - Class in org.aoju.bus.core.utils
反射工具类.
ReflectUtils() - Constructor for class org.aoju.bus.core.utils.ReflectUtils
 
RegEx - Class in org.aoju.bus.core.consts
正则表达式
RegEx() - Constructor for class org.aoju.bus.core.consts.RegEx
 
RejectPolicy - Enum in org.aoju.bus.core.thread
线程拒绝策略枚举
remove() - Method in class org.aoju.bus.core.io.resource.MultiResource
 
remove() - Method in class org.aoju.bus.core.iterator.ArrayIterator
remove() - Method in class org.aoju.bus.core.iterator.EnumerationIterator
Removes the last retrieved element if a collection is attached.
remove(K) - Method in class org.aoju.bus.core.lang.SimpleCache
移除缓存
remove(Class<?>) - Static method in class org.aoju.bus.core.lang.Singleton
移除指定Singleton对象
remove(Object) - Method in class org.aoju.bus.core.map.MapProxy
 
remove(Object) - Method in class org.aoju.bus.core.map.MapWrapper
 
remove(Object) - Method in class org.aoju.bus.core.map.TableMap
 
remove(Object) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
remove(int) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
remove(T[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the element at the specified position from the specified array.
remove() - Method in class org.aoju.bus.core.utils.IterUtils.EnumerationIter
 
removeAll(Collection<?>) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
removeAll(T[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(byte[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(short[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(int[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(char[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(long[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(float[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(double[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(boolean[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAllOccurences(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified boolean array.
removeAllOccurences(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified char array.
removeAllOccurences(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified byte array.
removeAllOccurences(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified short array.
removeAllOccurences(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified int array.
removeAllOccurences(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified long array.
removeAllOccurences(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified float array.
removeAllOccurences(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified double array.
removeAllOccurences(T[], T) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the occurrences of the specified element from the specified array.
removeAny(Collection<T>, T...) - Static method in class org.aoju.bus.core.utils.CollUtils
去掉集合中的多个元素
removeBlank(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
去除null或者""或者空白字符串 元素
removeEldestEntry(Map.Entry<K, V>) - Method in class org.aoju.bus.core.map.FixedLinkedHashMap
 
removeElement(T[], Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElements(T[], T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(byte[], byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(short[], short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(int[], int...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(char[], char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(long[], long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(float[], float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(double[], double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(boolean[], boolean...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeEmpty(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
去除null或者"" 元素
removeEqual(T, String...) - Method in class org.aoju.bus.core.lang.Dict
与给定实体对比并去除相同的部分 此方法用于在更新操作时避免所有字段被更新,跳过不需要更新的字段 version from 2.0.0
removeFileType(String) - Static method in class org.aoju.bus.core.consts.FileType
移除文件类型映射
removeFinalModifier(Field) - Static method in class org.aoju.bus.core.utils.FieldUtils
Removes the final modifier from a Field.
removeFinalModifier(Field, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Removes the final modifier from a Field.
removeLastFieldSeparator(StringBuffer) - Method in class org.aoju.bus.core.builder.ToStringStyle
Remove the last field separator from the buffer.
removeNull(Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
去除null 元素
removePreAndLowerFirst(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉首部指定长度的字符串并将剩余字符串首字母小写 例如:str=setName, preLength=3 =》 return name
removePreAndLowerFirst(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉首部指定长度的字符串并将剩余字符串首字母小写 例如:str=setName, prefix=set =》 return name
removePrefix(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉指定前缀
removePrefixIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
忽略大小写去掉指定前缀
removeStart(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
删除指定字符串 是否在开始位置,否则返回源字符串 A null source string will return null.
removeSuffix(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉指定后缀
rename(File, File) - Method in interface org.aoju.bus.core.io.FileSystem
 
rename(File, String, boolean, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
修改文件或目录的文件名,不变更路径,只是简单修改文件名 重命名有两种模式: 1、isRetainExt为true时,保留原扩展名:
renameKey(Map<K, V>, K, K) - Static method in class org.aoju.bus.core.utils.MapUtils
重命名键 实现方式为一处然后重新put,当旧的key不存在直接返回 当新的key存在,抛出IllegalArgumentException 异常
repeat(char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
重复某个字符
repeat(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
重复某个字符串
replace(T) - Method in interface org.aoju.bus.core.lang.Replacer
替换指定类型为目标类型
replace(int, int, String) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces a portion of the string builder with another string.
replace(StrMatcher, String, int, int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Advanced search and replaces within the builder using a matcher.
replace(Object, Map<String, V>) - Static method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the map.
replace(Object, Map<String, V>, String, String) - Static method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the map.
replace(Object, Properties) - Static method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the properties.
replace(String) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
replace(String, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
replace(char[]) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
replace(char[], int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
replace(StringBuffer) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
replace(StringBuffer, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
replace(CharSequence) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source as a template.
replace(CharSequence, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source as a template.
replace(StrBuilder) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
replace(StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
replace(Object) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the resolver.
replace(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符串中的指定字符串
replace(CharSequence, CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符串中的指定字符串
replace(CharSequence, int, CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符串中的指定字符串
replace(CharSequence, int, int, char) - Static method in class org.aoju.bus.core.utils.StringUtils
替换指定字符串的指定区间内字符为固定字符
replaceAll(char, char) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces the search character with the replace character throughout the builder.
replaceAll(String, String) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces the search string with the replace string throughout the builder.
replaceAll(StrMatcher, String) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces all matches within the builder with the replace string.
replaceAll(String, String, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
正则替换指定值 通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串
replaceAll(String, Pattern, String) - Static method in class org.aoju.bus.core.utils.PatternUtils
正则替换指定值 通过正则查找到字符串,然后把匹配到的字符串加入到replacementTemplate中,$1表示分组1的字符串
replaceBlank(String) - Static method in class org.aoju.bus.core.utils.StringUtils
 
replaceChars(CharSequence, String, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符字符数组中所有的字符为replacedStr 提供的chars为所有需要被替换的字符,例如:"\r\n",则"\r"和"\n"都会被替换,哪怕他们单独存在
replaceChars(CharSequence, char[], CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符字符数组中所有的字符为replacedStr
replaceEscapeCharacter(String) - Static method in class org.aoju.bus.core.utils.XmlUtils
替换xml中特殊字符
replaceFirst(char, char) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces the first instance of the search character with the replace character in the builder.
replaceFirst(String, String) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces the first instance of the search string with the replace string.
replaceFirst(StrMatcher, String) - Method in class org.aoju.bus.core.text.StrBuilder
Replaces the first match within the builder with the replace string.
replaceIgnoreCase(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
替换字符串中的指定字符串,忽略大小写
replaceIn(StringBuffer) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuffer, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuilder) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuilder, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
replaceIn(StrBuilder) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
replaceIn(StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
Replacer<T> - Interface in org.aoju.bus.core.lang
替换器 通过实现此接口完成指定类型对象的替换操作,替换后的目标类型依旧为指定类型
replaceSystemProperties(Object) - Static method in class org.aoju.bus.core.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the system properties.
request(long) - Method in class org.aoju.bus.core.io.Buffer
 
request(long) - Method in interface org.aoju.bus.core.io.BufferedSource
 
request(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
requestModel(Object) - Method in class org.aoju.bus.core.utils.XmlUtils
 
require(long) - Method in class org.aoju.bus.core.io.Buffer
 
require(long) - Method in interface org.aoju.bus.core.io.BufferedSource
when the buffer contains at least byteCount bytes.
require(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
reset() - Method in class org.aoju.bus.core.builder.EqualsBuilder
Reset the EqualsBuilder so you can use the same object again
reset() - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
 
reset() - Method in class org.aoju.bus.core.io.FastByteBuffer
 
reset() - Method in class org.aoju.bus.core.io.resource.MultiResource
重置游标
reset() - Method in class org.aoju.bus.core.iterator.ArrayIterator
Resets the iterator back to the start index.
reset() - Method in interface org.aoju.bus.core.iterator.ResettableIterator
Resets the iterator back to the position at which the iterator was created.
reset() - Method in class org.aoju.bus.core.utils.TextUtils
删除全部字符,位置归零
ResettableIterator<E> - Interface in org.aoju.bus.core.iterator
Defines an iterator that can be reset back to an initial state.
resize(T[], int, Class<?>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的重新设置大小的数组 调整大小后拷贝原数组到新数组下。扩大则占位前N个位置,缩小则截断
resize(T[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的重新设置大小的数组 新数组的类型为原数组的类型,调整大小后拷贝原数组到新数组下。扩大则占位前N个位置,缩小则截断
resizeBuffer(long) - Method in class org.aoju.bus.core.io.Buffer.UnsafeCursor
Change the size of the buffer so that it equals newSize by either adding new capacity at the end or truncating the buffer at the end.
resolvePrimitiveClassName(String) - Static method in class org.aoju.bus.core.utils.ClassUtils
 
resolveVariable(String, StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Internal method that resolves the value of a variable.
Resource - Interface in org.aoju.bus.core.io.resource
资源接口定义 资源可以是文件、URL、ClassPath中的文件亦或者jar包中的文件
ResourceUtils - Class in org.aoju.bus.core.utils
ClassPath资源工具类
ResourceUtils() - Constructor for class org.aoju.bus.core.utils.ResourceUtils
 
restart() - Method in class org.aoju.bus.core.date.TimeInterval
重新开始计算时间(重置开始时间)
retainAll(Collection<?>) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
reverse() - Method in class org.aoju.bus.core.text.StrBuilder
Reverses the string builder placing each character in the opposite index.
reverse(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(boolean[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
 
reverse(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(char[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(double[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(float[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(long[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(Object[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(short[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
反转数组,会变更原数组
reverse(Map<T, T>) - Static method in class org.aoju.bus.core.utils.CollUtils
Map的键和值互换
reverse(List<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
反序给定List,会在原List基础上直接修改
reverse(Map<T, T>) - Static method in class org.aoju.bus.core.utils.MapUtils
Map的键和值互换
reverse(String) - Static method in class org.aoju.bus.core.utils.StringUtils
反转字符串 例如:abcd =》dcba
reverseBytesInt(int) - Static method in class org.aoju.bus.core.utils.IoUtils
 
reverseBytesLong(long) - Static method in class org.aoju.bus.core.utils.IoUtils
 
reverseBytesShort(short) - Static method in class org.aoju.bus.core.utils.IoUtils
 
reverseNew(List<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
反序给定List,会创建一个新的List,原List数据不变
right - Variable in class org.aoju.bus.core.lang.tuple.ImmutablePair
Right object
right - Variable in class org.aoju.bus.core.lang.tuple.ImmutableTriple
Right object
right - Variable in class org.aoju.bus.core.lang.tuple.MutablePair
Right object
right - Variable in class org.aoju.bus.core.lang.tuple.MutableTriple
Right object
right(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
Gets the rightmost len characters of a String.
rightPad(String, int, String) - Static method in class org.aoju.bus.core.utils.StringUtils
Right pad a String with a specified String.
rightPad(String, int, char) - Static method in class org.aoju.bus.core.utils.StringUtils
Right pad a String with a specified character.
rightString(int) - Method in class org.aoju.bus.core.text.StrBuilder
Extracts the rightmost characters from the string builder without throwing an exception.
rotate(int) - Method in class org.aoju.bus.core.image.Image
旋转图片为指定角度 来自:http://blog.51cto.com/cping1982/130066
rotate(File, int, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
旋转图片为指定角度 此方法不会关闭输出流
rotate(Image, int, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
旋转图片为指定角度 此方法不会关闭输出流
rotate(Image, int, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
旋转图片为指定角度 此方法不会关闭输出流
rotate(Image, int, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
旋转图片为指定角度 此方法不会关闭输出流,输出格式为JPG
rotate(Image, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
旋转图片为指定角度 来自:http://blog.51cto.com/cping1982/130066
rotatingHash(String, int) - Static method in class org.aoju.bus.core.utils.HashUtils
旋转hash
round(double) - Method in class org.aoju.bus.core.image.Image
图片圆角处理
round(BigDecimal, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
保留固定位数小数 采用四舍五入策略 RoundingMode.HALF_UP 例如保留2位小数:123.456789 =》 123.46
round(BigDecimal, int, RoundingMode) - Static method in class org.aoju.bus.core.utils.NumberUtils
保留固定位数小数 例如保留四位小数:123.456789 =》 123.4567
roundDown(Number, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
保留固定小数位数,舍去多余位数
roundDown(BigDecimal, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
保留固定小数位数,舍去多余位数
roundHalfEven(Number, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
四舍六入五成双计算法
roundHalfEven(BigDecimal, int) - Static method in class org.aoju.bus.core.utils.NumberUtils
四舍六入五成双计算法
RSA - Static variable in class org.aoju.bus.core.consts.ModeType
RSA算法
RSA_ECB_PKCS1 - Static variable in class org.aoju.bus.core.consts.ModeType
RSA算法,此算法用了默认补位方式为RSA/ECB/PKCS1Padding
RSA_None - Static variable in class org.aoju.bus.core.consts.ModeType
RSA算法,此算法用了RSA/None/NoPadding
rsHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
RS算法hash
run() - Method in class org.aoju.bus.core.io.file.LineReadWatcher
 
run() - Method in class org.aoju.bus.core.io.watch.WatchMonitor
 
run() - Method in class org.aoju.bus.core.thread.SyncFinisher.Worker
 
RUNTIME_NAME - Static variable in class org.aoju.bus.core.consts.System
运行环境名称
RUNTIME_VERSION - Static variable in class org.aoju.bus.core.consts.System
运行环境版本

S

safeClose(Closeable) - Static method in class org.aoju.bus.core.utils.StreamUtils
关闭一个可关闭对象,可以接受 null。如果成功关闭,返回 true,发生异常 返回 false
safeFlush(Flushable) - Static method in class org.aoju.bus.core.utils.StreamUtils
安全刷新一个可刷新的对象,可接受 null
safeGet(String) - Method in class org.aoju.bus.core.bean.DynaBean
获得字段对应值,获取异常返回null
safeSleep(Number) - Static method in class org.aoju.bus.core.utils.ThreadUtils
考虑Thread.sleep(long)方法有可能时间不足给定毫秒数,此方法保证sleep时间不小于给定的毫秒数
scale(float) - Method in class org.aoju.bus.core.image.Image
缩放图像(按比例缩放)
scale(int, int) - Method in class org.aoju.bus.core.image.Image
缩放图像(按长宽缩放) 注意:目标长宽与原图不成比例会变形
scale(int, int, Color) - Method in class org.aoju.bus.core.image.Image
等比缩放图像,此方法按照按照给定的长宽等比缩放图片,按照长宽缩放比最多的一边等比缩放,空白部分填充背景色 缩放后默认为jpeg格式
scale(File, File, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式
scale(InputStream, OutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(ImageInputStream, ImageOutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, File, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, OutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, ImageOutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按比例缩放)
scale(Image, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按长宽缩放) 注意:目标长宽与原图不成比例会变形
scale(File, File, int, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按高度和宽度缩放) 缩放后默认为jpeg格式
scale(InputStream, OutputStream, int, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按高度和宽度缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(ImageInputStream, ImageOutputStream, int, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按高度和宽度缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, ImageOutputStream, int, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按高度和宽度缩放) 缩放后默认为jpeg格式,此方法并不关闭流
scale(Image, int, int, Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
缩放图像(按高度和宽度缩放) 缩放后默认为jpeg格式
ScaleType - Enum in org.aoju.bus.core.image
图片缩略算法类型
scan() - Method in class org.aoju.bus.core.lang.ClassScaner
扫面包路径下满足class过滤器条件的所有class文件
scanner() - Static method in class org.aoju.bus.core.lang.Console
创建从控制台读取内容的Scanner
scanPackage() - Static method in class org.aoju.bus.core.lang.ClassScaner
扫面该包路径下所有class文件
scanPackage(String) - Static method in class org.aoju.bus.core.lang.ClassScaner
扫面该包路径下所有class文件
scanPackage(String, Filter<Class<?>>) - Static method in class org.aoju.bus.core.lang.ClassScaner
扫面包路径下满足class过滤器条件的所有class文件, 如果包路径为 com.abs + A.class 但是输入 abs会产生classNotFoundException 因为className 应该为 com.abs.A 现在却成为abs.A,此工具类对该异常进行忽略处理
scanPackageByAnnotation(String, Class<? extends Annotation>) - Static method in class org.aoju.bus.core.lang.ClassScaner
扫描指定包路径下所有包含指定注解的类
scanPackageBySuper(String, Class<?>) - Static method in class org.aoju.bus.core.lang.ClassScaner
扫描指定包路径下所有指定类或接口的子类或实现类
sdbmHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
SDBM算法
second() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期的秒数部分
second(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期的秒数部分
secondToTime(int) - Static method in class org.aoju.bus.core.utils.DateUtils
秒数转为时间格式(HH:mm:ss)
SecurityManagerCaller - Class in org.aoju.bus.core.lang.caller
方式获取调用者
SecurityManagerCaller() - Constructor for class org.aoju.bus.core.lang.caller.SecurityManagerCaller
 
seek(long) - Method in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
Segment - Class in org.aoju.bus.core.io
缓冲区的一段 缓冲区中的每个段都是一个循环链表节点,它引用以下内容和 缓冲区中前面的段。 池中的每个段都是一个单链列表节点,引用池。 段的底层字节数组可以在缓冲区和字节字符串之间共享。当一个 段不能回收,也不能改变它的字节数据。 唯一的例外是允许所有者段附加到段中,写入数据 limit及以上。每个字节数组都有一个单独的拥有段。的立场, 限制、prev和next引用不共享。
SegmentPool - Class in org.aoju.bus.core.io
这是避免GC搅动和零填充所必需的。 这个池是一个线程安全的静态单例。
select(Options) - Method in class org.aoju.bus.core.io.Buffer
 
select(Options) - Method in interface org.aoju.bus.core.io.BufferedSource
Finds the first string in options that is a prefix of this buffer, consumes it from this buffer, and returns its index.
select(Options) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
select() - Method in class org.aoju.bus.core.math.Arrangement
全排列选择(列表全部参与排列)
select(int) - Method in class org.aoju.bus.core.math.Arrangement
排列选择(从列表中选择m个排列)
select(int) - Method in class org.aoju.bus.core.math.Combination
组合选择(从列表中选择m个组合)
selectAll() - Method in class org.aoju.bus.core.math.Arrangement
排列所有组合,即A(n, 1) + A(n, 2) + A(n, 3)...
selectAll() - Method in class org.aoju.bus.core.math.Combination
全组合
set(Object, Object) - Method in class org.aoju.bus.core.bean.BeanPath
设置表达式指定位置(或filed对应)的值 若表达式指向一个List则设置其坐标对应位置的值,若指向Map则put对应key的值,Bean则设置字段的值 注意:
set(String, Object) - Method in class org.aoju.bus.core.bean.DynaBean
设置字段值
set(String, Object) - Method in class org.aoju.bus.core.lang.Dict
设置列
set(T) - Method in interface org.aoju.bus.core.lang.mutable.Mutable
设置值
set(boolean) - Method in class org.aoju.bus.core.lang.mutable.MutableBool
设置值
set(Boolean) - Method in class org.aoju.bus.core.lang.mutable.MutableBool
 
set(byte) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
set(double) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
set(float) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
set(int) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
set(long) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
set(T) - Method in class org.aoju.bus.core.lang.mutable.MutableObject
 
set(short) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
设置值
set(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
set(int, String) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
setAccessible(Method) - Static method in class org.aoju.bus.core.utils.ClassUtils
设置方法为可访问
setAlwaysDelimitText(boolean) - Method in class org.aoju.bus.core.text.csv.CsvWriteConfig
设置是否始终使用文本分隔符,文本包装符,默认false,按需添加
setAlwaysDelimitText(boolean) - Method in class org.aoju.bus.core.text.csv.CsvWriter
设置是否始终使用文本分隔符,文本包装符,默认false,按需添加
setAppendStatics(boolean) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Sets whether or not to append static fields.
setAppendTransients(boolean) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Sets whether or not to append transient fields.
setArrayContentDetail(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to output array content detail.
setArrayContentDetail(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to output array content detail.
setArrayEnd(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the array end text.
setArrayEnd(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the array end text.
setArraySeparator(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the array separator text.
setArraySeparator(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the array separator text.
setArrayStart(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the array start text.
setArrayStart(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the array start text.
setAttribute(Object, String, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
给对象的属性赋值
setBetweenMs(long) - Method in class org.aoju.bus.core.date.format.BetweenFormat
设置 时长毫秒数
setBypassReflectionClasses(List<Class<?>>) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Set Classes whose instances should be compared by calling their equals although being in recursive mode.
setCapacity(int) - Method in class org.aoju.bus.core.map.FixedLinkedHashMap
设置容量
setCharAt(int, char) - Method in class org.aoju.bus.core.text.StrBuilder
Sets the character at the specified index.
setCharset(Charset) - Method in class org.aoju.bus.core.io.file.FileWrapper
设置字符集编码
setContainsHeader(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReadConfig
设置是否首行做为标题行,默认false
setContainsHeader(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReader
设置是否首行做为标题行,默认false
setContentEnd(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the content end text.
setContentEnd(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the content end text.
setContentStart(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the content start text.
setContentStart(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the content start text.
setCopyAttributes(boolean) - Method in class org.aoju.bus.core.io.file.FileCopier
设置是否拷贝所有属性
setCopyContentIfDir(boolean) - Method in class org.aoju.bus.core.io.file.FileCopier
当拷贝来源是目录时是否只拷贝目录下的内容
setCopyFilter(Filter<T>) - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
设置过滤器
setCorePoolSize(int) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置初始池大小,默认0
setCreatAndUpdatInfo(T) - Static method in class org.aoju.bus.core.utils.EntityUtils
 
setCreateInfo(T) - Static method in class org.aoju.bus.core.utils.EntityUtils
快速将bean的creator、created附上相关值
setDaemon(boolean) - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
设置是否守护线程
setDays(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置N天
setDefaultFullDetail(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultFullDetail(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultStyle(ToStringStyle) - Static method in class org.aoju.bus.core.builder.ToStringBuilder
Sets the default ToStringStyle to use.
setDelegate(Timeout) - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
setDest(T) - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
设置目标
setEditable(Class<?>) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置限制的类或接口,必须为目标对象的实现接口或父类,用于限制拷贝的属性
setEnableSubstitutionInVariables(boolean) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets a flag whether substitution is done in variable names.
setEnumeration(Enumeration<? extends E>) - Method in class org.aoju.bus.core.iterator.EnumerationIterator
Sets the underlying enumeration.
setEquals(boolean) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Sets the isEquals value.
setErrorOnDifferentFieldCount(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReadConfig
设置每行字段个数不同时是否抛出异常,默认false
setErrorOnDifferentFieldCount(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReader
设置每行字段个数不同时是否抛出异常,默认false
setEscapeChar(char) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the escape character.
setExcludeFieldNames(String...) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Sets the field names to exclude.
setExcludeFields(String...) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Set field names to be excluded by reflection tests.
setExcludeNullValues(boolean) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Sets whether or not to append fields whose values are null.
setFieldMapping(Map<String, String>) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置拷贝属性的字段映射,用于不同的属性之前拷贝做对应表用
setFieldNameValueSeparator(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the field name value separator text.
setFieldNameValueSeparator(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the field name value separator text.
setFieldSeparator(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the field separator text.
setFieldSeparator(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the field separator text.
setFieldSeparator(char) - Method in class org.aoju.bus.core.text.csv.CsvConfig
设置字段分隔符,默认逗号','
setFieldSeparator(char) - Method in class org.aoju.bus.core.text.csv.CsvReader
设置字段分隔符,默认逗号','
setFieldSeparatorAtEnd(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether the field separator should be added at the end of each buffer.
setFieldSeparatorAtEnd(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether the field separator should be added at the end of each buffer.
setFieldSeparatorAtStart(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether the field separator should be added at the start of each buffer.
setFieldSeparatorAtStart(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether the field separator should be added at the start of each buffer.
setFieldValue(Object, String, Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
设置字段值,,通过反射设置字段值,并不调用setXXX方法 对象同样支持Map类型,fieldNameOrIndex即为key
setFieldValue(Object, String, Object) - Static method in class org.aoju.bus.core.utils.ReflectUtils
设置字段值
setFieldValue(Object, Field, Object) - Static method in class org.aoju.bus.core.utils.ReflectUtils
设置字段值
setFile(File) - Method in class org.aoju.bus.core.io.file.FileWrapper
设置文件
setFirstDayOfWeek(Fields.Week) - Method in class org.aoju.bus.core.date.DateTime
设置一周的第一天 JDK的Calendar中默认一周的第一天是周日,将此默认值设置为周一 设置一周的第一天主要影响DateTime.weekOfMonth()DateTime.weekOfYear() 两个方法
setFormat(String) - Method in class org.aoju.bus.core.convert.impl.CalendarConverter
设置日期格式
setFormat(String) - Method in class org.aoju.bus.core.convert.impl.DateConverter
设置日期格式
setHandler(RejectedExecutionHandler) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置当线程阻塞(block)时的异常处理器,所谓线程阻塞既线程池和等待队列已满,无法处理线程时采取的策略
setHours(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置N小时
setIgnoreCase(boolean) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置是否忽略字段的注入错误
setIgnoreError(boolean) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置是否忽略字段的注入错误
setIgnoreNull(String, Object) - Method in class org.aoju.bus.core.lang.Dict
设置列,当键或值为null时忽略
setIgnoreNullValue(boolean) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置是否忽略空值,当源对象的值为null时,true: 忽略而不注入此值,false: 注入null
setIgnoreProperties(String...) - Method in class org.aoju.bus.core.bean.copier.CopyOptions
设置忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值
setInitialize(boolean) - Method in class org.aoju.bus.core.lang.ClassScaner
设置是否在扫描到类时初始化类
setIterator(Iterator<? extends E>) - Method in class org.aoju.bus.core.iterator.IteratorEnumeration
Sets the underlying iterator.
setKeepAliveTime(long, TimeUnit) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置线程存活时间,既当池中线程多于初始大小时,多出的线程保留的时长
setKeepAliveTime(long) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置线程存活时间,既当池中线程多于初始大小时,多出的线程保留的时长,单位纳秒
setLeft(L) - Method in class org.aoju.bus.core.lang.tuple.MutablePair
Sets the left element of the pair.
setLeft(L) - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
Sets the left element of the triple.
setLength(int) - Method in class org.aoju.bus.core.text.StrBuilder
Updates the length of the builder by either dropping the last characters or adding filler of Unicode zero.
setLevel(Fields.Level) - Method in class org.aoju.bus.core.date.format.BetweenFormat
设置格式化级别
setLineDelimiter(char[]) - Method in class org.aoju.bus.core.text.csv.CsvWriteConfig
设置换行符
setLineDelimiter(char[]) - Method in class org.aoju.bus.core.text.csv.CsvWriter
设置换行符
setMaxDepth(int) - Method in class org.aoju.bus.core.io.watch.WatchMonitor
当监听目录时,监听目录的最大深度 当设置值为1(或小于1)时,表示不递归监听子目录 例如设置:
setMaxPoolSize(int) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置最大池大小(允许同时执行的最大线程数)
setMiddle(M) - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
Sets the middle element of the triple.
setMilliseconds(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置N毫秒
setMinutes(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置N分钟
setMonthByQuarter(int) - Static method in class org.aoju.bus.core.utils.DateUtils
根据季度返回季度第一月
setMonthByQuarterToString(int, int) - Static method in class org.aoju.bus.core.utils.DateUtils
根据季度返回季度第一月或最后一月 0 起始月 1截止月
setMonths(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置加上/减去(负数)N月
setMutable(boolean) - Method in class org.aoju.bus.core.date.DateTime
设置对象是否可变 如果为不可变对象,以下方法将返回新方法: 如果为不可变对象,DateTime.setTime(long)将抛出异常
setNamePrefix(String) - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
设置线程名前缀,例如设置前缀为Thread-thread-,则线程名为Thread-thread-1之类。
setNewLineText(String) - Method in class org.aoju.bus.core.text.StrBuilder
Sets the text to be appended when a new line is added.
setNullText(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the text to output when null found.
setNullText(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the text to output when null found.
setNullText(String) - Method in class org.aoju.bus.core.text.StrBuilder
Sets the text to be appended when null is added.
setObj(T) - Method in class org.aoju.bus.core.lang.WeightRandom.WeightObj
设置对象
setOnlyCopyFile(boolean) - Method in class org.aoju.bus.core.io.file.FileCopier
设置当拷贝来源是目录时是否只拷贝文件而忽略子目录
setOrAppend(T[], int, T) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将元素值设置为数组的某个位置,当给定的index大于数组长度,则追加
setOrAppend(Object, int, Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将元素值设置为数组的某个位置,当给定的index大于数组长度,则追加
setOrAppend(List<T>, int, T) - Static method in class org.aoju.bus.core.utils.CollUtils
设置或增加元素。当index小于List的长度时,替换指定位置的值,否则在尾部追加
setOverride(boolean) - Method in class org.aoju.bus.core.io.file.FileCopier
设置是否覆盖目标文件
setPositionBaseCentre(boolean) - Method in class org.aoju.bus.core.image.Image
计算x,y坐标的时候是否从中心做为原始坐标开始计算
setPreserveEscapes(boolean) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets a flag controlling whether escapes are preserved during substitution.
setPriority(int) - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
设置线程优先级
setProperty(Object, String, Object) - Static method in class org.aoju.bus.core.utils.BeanUtils
解析Bean中的属性值
setQuality(double) - Method in class org.aoju.bus.core.image.Image
设置图片输出质量,数字为0~1(不包括0和1)表示质量压缩比,除此数字外设置表示不压缩
setQuality(float) - Method in class org.aoju.bus.core.image.Image
设置图片输出质量,数字为0~1(不包括0和1)表示质量压缩比,除此数字外设置表示不压缩
setReflectUpToClass(Class<?>) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Set the superclass to reflect up to at reflective tests.
setRight(R) - Method in class org.aoju.bus.core.lang.tuple.MutablePair
Sets the right element of the pair.
setRight(R) - Method in class org.aoju.bus.core.lang.tuple.MutableTriple
Sets the right element of the triple.
setSeconds(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置N秒
setSizeEndText(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the end text to output when a Collection, Map or Array size is output.
setSizeEndText(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the end text to output when a Collection, Map or array size is output.
setSizeStartText(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the start text to output when a Collection, Map or Array size is output.
setSizeStartText(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the start text to output when a Collection, Map or array size is output.
setSkipEmptyRows(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReadConfig
设置是否跳过空白行,默认true
setSkipEmptyRows(boolean) - Method in class org.aoju.bus.core.text.csv.CsvReader
设置是否跳过空白行,默认true
setSrc(T) - Method in class org.aoju.bus.core.lang.copier.SrcToDestCopier
设置源
setSummaryObjectEndText(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the end text to output when an Object is output in summary mode.
setSummaryObjectEndText(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the end text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets the start text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets the start text to output when an Object is output in summary mode.
setTargetImageType(String) - Method in class org.aoju.bus.core.image.Image
设置目标图片文件格式,用于写出
SETTER_PREFIX - Static variable in class org.aoju.bus.core.consts.Normal
 
setTestRecursive(boolean) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Set whether to include transient fields when reflectively comparing objects.
setTestTransients(boolean) - Method in class org.aoju.bus.core.builder.EqualsBuilder
Set whether to include transient fields when reflectively comparing objects.
setTextDelimiter(char) - Method in class org.aoju.bus.core.text.csv.CsvConfig
设置 文本分隔符,文本包装符,默认双引号'"'
setTextDelimiter(char) - Method in class org.aoju.bus.core.text.csv.CsvReader
设置 文本分隔符,文本包装符,默认双引号'"'
setThreadFactory(ThreadFactory) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置线程工厂,用于自定义线程创建
setThreadFactory(ThreadFactory) - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
设置用于创建基础线程的线程工厂
setTime(long) - Method in class org.aoju.bus.core.date.DateTime
 
setTimeZone(TimeZone) - Method in class org.aoju.bus.core.date.DateTime
设置时区
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.aoju.bus.core.thread.ThreadFactoryBuilder
设置未捕获异常的处理方式
setUpdatedInfo(T) - Static method in class org.aoju.bus.core.utils.EntityUtils
快速将bean的modifier、modified附上相关值
setUpToClass(Class<?>) - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Sets the last super class to stop appending fields for.
setUseClassName(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to use the class name.
setUseClassName(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to use the class name.
setUseFieldNames(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to use the field names passed in.
setUseFieldNames(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to use the field names passed in.
setUseIdentityHashCode(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to use the identity hash code.
setUseIdentityHashCode(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to use the identity hash code.
setUseShortClassName(boolean) - Method in class org.aoju.bus.core.builder.StandardToStringStyle
Sets whether to output short or long class names.
setUseShortClassName(boolean) - Method in class org.aoju.bus.core.builder.ToStringStyle
Sets whether to output short or long class names.
setValue(Object, Object) - Method in class org.aoju.bus.core.bean.BeanDesc.PropDesc
设置Bean的字段值 首先调用字段对应的Setter方法,如果Setter方法不存在,则判断字段如果为public,则直接赋值字段值
setValue(T) - Method in class org.aoju.bus.core.builder.Diff
Throws UnsupportedOperationException.
setValue(R) - Method in class org.aoju.bus.core.lang.tuple.ImmutablePair
Throws UnsupportedOperationException.
setValue(R) - Method in class org.aoju.bus.core.lang.tuple.MutablePair
Sets the Map.Entry value.
setValueDelimiter(char) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable default value delimiter to use.
setValueDelimiter(String) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable default value delimiter to use.
setValueDelimiterMatcher(StrMatcher) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable default value delimiter matcher to use.
SetValueMap<K,V> - Class in org.aoju.bus.core.map.multi
值作为集合Set(LinkedHashSet)的Map实现,通过调用putValue可以在相同key时加入多个值,多个值用集合表示
SetValueMap() - Constructor for class org.aoju.bus.core.map.multi.SetValueMap
构造
SetValueMap(int) - Constructor for class org.aoju.bus.core.map.multi.SetValueMap
构造
SetValueMap(Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.SetValueMap
构造
SetValueMap(float, Map<? extends K, ? extends Collection<V>>) - Constructor for class org.aoju.bus.core.map.multi.SetValueMap
构造
SetValueMap(int, float) - Constructor for class org.aoju.bus.core.map.multi.SetValueMap
构造
setVariablePrefix(char) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable prefix to use.
setVariablePrefix(String) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable prefix to use.
setVariablePrefixMatcher(StrMatcher) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable prefix matcher currently in use.
setVariableResolver(StrLookup<?>) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the VariableResolver that is used to lookup variables.
setVariableSuffix(char) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable suffix to use.
setVariableSuffix(String) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable suffix to use.
setVariableSuffixMatcher(StrMatcher) - Method in class org.aoju.bus.core.text.StrSubstitutor
Sets the variable suffix matcher currently in use.
setWatcher(Watcher) - Method in class org.aoju.bus.core.io.watch.WatchMonitor
设置监听
setWorkQueue(BlockingQueue<Runnable>) - Method in class org.aoju.bus.core.thread.ExecutorBuilder
设置队列,用于存在未执行的线程 可选队列有:
setYears(Date, int) - Static method in class org.aoju.bus.core.utils.DateUtils
原有时间基础上,设置加上/减去(负数)N年
SHA1 - Static variable in class org.aoju.bus.core.consts.ModeType
 
sha1() - Method in class org.aoju.bus.core.io.Buffer
 
sha1() - Method in class org.aoju.bus.core.io.ByteString
 
sha1(Sink) - Static method in class org.aoju.bus.core.io.HashingSink
 
sha1(Source) - Static method in class org.aoju.bus.core.io.HashingSource
 
SHA1withDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA1withECDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA1withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA256 - Static variable in class org.aoju.bus.core.consts.ModeType
 
sha256() - Method in class org.aoju.bus.core.io.Buffer
 
sha256() - Method in class org.aoju.bus.core.io.ByteString
 
sha256(Sink) - Static method in class org.aoju.bus.core.io.HashingSink
 
sha256(Source) - Static method in class org.aoju.bus.core.io.HashingSource
 
SHA256withECDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA256withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA384 - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA384withECDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA384withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA512 - Static variable in class org.aoju.bus.core.consts.ModeType
 
sha512() - Method in class org.aoju.bus.core.io.Buffer
 
sha512() - Method in class org.aoju.bus.core.io.ByteString
 
sha512(Sink) - Static method in class org.aoju.bus.core.io.HashingSink
 
SHA512withECDSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHA512withRSA - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHAPE - Static variable in class org.aoju.bus.core.consts.Symbol
 
SHAPRNG - Static variable in class org.aoju.bus.core.consts.ModeType
 
SHARE_MINIMUM - Static variable in class org.aoju.bus.core.io.Segment
Segments will be shared when doing so avoids arraycopy() of this many bytes.
shared - Variable in class org.aoju.bus.core.io.Segment
True if other segments or byte strings use the same byte array.
shift(Object[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Shifts the order of the given array.
shift(long[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Shifts the order of the given long array.
shift(int[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Shifts the order of the given int array.
shift(short[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(char[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(byte[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(double[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(float[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(boolean[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(boolean[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(byte[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(char[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(double[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(float[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(int[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(long[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(Object[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
shift(short[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
改变数组的顺序
SHORT - Static variable in class org.aoju.bus.core.date.format.FastDateFormat
SHORT locale dependent date or time style.
SHORT_HOUR_MINUTE_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat HHmm
SHORT_HOUR_MINUTE_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: HHmm
SHORT_MINUTE_SECOND_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: FastDateFormat mmss
SHORT_MINUTE_SECOND_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
格式化通配符: mmss
SHORT_PREFIX_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The short prefix toString style.
shortToBytes(short) - Static method in class org.aoju.bus.core.convert.Convert
short转byte数组
shortToBytes(int, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
shortToBytesBE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
shortToBytesLE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
shortValue() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
shuffle(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(Object[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(boolean[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(byte[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(char[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(short[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(int[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(long[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(float[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(double[], Random) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shutdown(boolean) - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
关闭公共线程池
similar(String, String) - Static method in class org.aoju.bus.core.utils.TextUtils
计算相似度
similar(String, String, int) - Static method in class org.aoju.bus.core.utils.TextUtils
计算相似度百分比
SIMPLE_DIGITS - Static variable in class org.aoju.bus.core.consts.Normal
简体中文形式
SIMPLE_STYLE - Static variable in class org.aoju.bus.core.builder.ToStringStyle
The simple toString style.
SIMPLE_UNITS - Static variable in class org.aoju.bus.core.consts.Normal
简体中文单位
SimpleCache<K,V> - Class in org.aoju.bus.core.lang
简单缓存,无超时实现,使用WeakHashMap实现缓存自动清理
SimpleCache() - Constructor for class org.aoju.bus.core.lang.SimpleCache
 
SimpleWatcher - Class in org.aoju.bus.core.io.watch
空白WatchListener 用户继承此类后实现需要监听的方法
SimpleWatcher() - Constructor for class org.aoju.bus.core.io.watch.SimpleWatcher
 
SINGLE_QUOTE - Static variable in class org.aoju.bus.core.consts.Symbol
 
singleQuoteMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the single quote character.
singletion(Class<T>) - Static method in class org.aoju.bus.core.instance.InstanceFactory
静态方法单例
singletion(Class<T>, String) - Static method in class org.aoju.bus.core.instance.InstanceFactory
静态方法单例
singletion(Class<T>) - Static method in class org.aoju.bus.core.instance.Instances
静态方法单例
singletion(Class<T>, String) - Static method in class org.aoju.bus.core.instance.Instances
静态方法单例
singleton(Class<T>, String) - Method in interface org.aoju.bus.core.instance.Instance
获取对象的单例对象 1.
singleton(Class<T>) - Method in interface org.aoju.bus.core.instance.Instance
获取对象的单例对象 1.
singleton(Class<T>, String) - Method in class org.aoju.bus.core.instance.InstanceFactory
 
singleton(Class<T>) - Method in class org.aoju.bus.core.instance.InstanceFactory
 
Singleton - Class in org.aoju.bus.core.lang
单例类 提供单例对象的统一管理,当调用get方法时,如果对象池中存在此对象,返回此对象,否则创建新对象返回 注意:单例针对的是类和对象,因此get方法第一次调用时创建的对象始终唯一,也就是说就算参数变更,返回的依旧是第一次创建的对象
sink(Sink) - Method in class org.aoju.bus.core.io.AsyncTimeout
 
sink(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
sink() - Method in class org.aoju.bus.core.io.Pipe
 
sink - Variable in class org.aoju.bus.core.io.RealBufferedSink
 
Sink - Interface in org.aoju.bus.core.io
接收一个字节流。使用这个接口可以在任何地方编写数据 需要:到网络、存储器或内存中的缓冲区。水槽可以分层 转换接收到的数据,如压缩、加密、节流或添加 协议框架。
sink(OutputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
 
sink(Socket) - Static method in class org.aoju.bus.core.utils.IoUtils
 
sink(File) - Static method in class org.aoju.bus.core.utils.IoUtils
 
sink(Path, OpenOption...) - Static method in class org.aoju.bus.core.utils.IoUtils
 
size - Variable in class org.aoju.bus.core.io.Buffer
 
size() - Method in class org.aoju.bus.core.io.Buffer
 
size() - Method in class org.aoju.bus.core.io.ByteString
 
size() - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
 
size() - Method in class org.aoju.bus.core.io.FastByteBuffer
 
size(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
size() - Method in class org.aoju.bus.core.io.Options
 
SIZE - Static variable in class org.aoju.bus.core.io.Segment
The size of all segments in bytes.
size() - Method in class org.aoju.bus.core.map.MapProxy
 
size() - Method in class org.aoju.bus.core.map.MapWrapper
 
size() - Method in class org.aoju.bus.core.map.TableMap
 
size() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
size - Variable in class org.aoju.bus.core.text.StrBuilder
当前指针位置,或者叫做已经加入的字符数,此位置总在最后一个字符之后
size() - Method in class org.aoju.bus.core.text.StrBuilder
Gets the length of the string builder.
size(File) - Static method in class org.aoju.bus.core.utils.FileUtils
计算目录或文件的总大小 当给定对象为文件时,直接调用 File.length() 当给定对象为目录时,遍历目录下的所有文件和目录,递归计算其大小,求和返回
skip(long) - Method in class org.aoju.bus.core.io.Buffer
Discards byteCount bytes from the head of this buffer.
skip(long) - Method in interface org.aoju.bus.core.io.BufferedSource
Reads and discards byteCount bytes from this source.
skip(long) - Method in class org.aoju.bus.core.io.RealBufferedSource
 
skipEmptyRows - Variable in class org.aoju.bus.core.text.csv.CsvReadConfig
是否跳过空白行,默认true
skipFully(InputStream, long) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
SLASH - Static variable in class org.aoju.bus.core.consts.Symbol
 
sleep(Number, TimeUnit) - Static method in class org.aoju.bus.core.utils.ThreadUtils
挂起当前线程
sleep(Number) - Static method in class org.aoju.bus.core.utils.ThreadUtils
挂起当前线程
slice(File, File, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切片(指定切片的宽度和高度)
slice(Image, File, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切片(指定切片的宽度和高度)
sliceByRowsAndCols(File, File, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(指定切片的行数和列数)
sliceByRowsAndCols(Image, File, int, int) - Static method in class org.aoju.bus.core.utils.ImageUtils
图像切割(指定切片的行数和列数)
snapshot() - Method in class org.aoju.bus.core.io.Buffer
 
snapshot(int) - Method in class org.aoju.bus.core.io.Buffer
 
sneakyRethrow(Throwable) - Static method in class org.aoju.bus.core.utils.IoUtils
即使被声明也不允许直接抛出 这是一种很糟糕的做饭,很容易遭到攻击 清理后捕获并重新抛出异常。参见Java Puzzlers #43。
SnowflakeID - Class in org.aoju.bus.core.key
0 - 0000000000 0000000000 0000000000 0000000000 0 - 00000 - 00000 - 000000000000 1位标识,由于long基本类型在Java中是带符号的,最高位是符号位,正数是0,负数是1,所以id一般是正数,最高位是0 41位时间截(毫秒级),注意,41位时间截不是存储当前时间的时间截,而是存储时间截的差值(当前时间截 - 开始时间截) 得到的值),这里的的开始时间截,一般是我们的id生成器开始使用的时间,由我们程序来指定的。 41位的时间截,可以使用69年 10位的数据机器位,可以部署在1024个节点,包括5位datacenterId和5位workerId 12位序列,毫秒内的计数,12位的计数顺序号支持每个节点每毫秒(同一机器,同一时间截)产生4096个ID序号 加起来刚好64位,为一个Long型。 SnowFlake的优点是,整体上按照时间自增排序,并且整个分布式系统内不会产生ID碰撞 (由数据中心ID和机器ID作区分),并且效率较高,经测试,SnowFlake每秒能够产生26万ID左右。
SnowflakeID(long, long) - Constructor for class org.aoju.bus.core.key.SnowflakeID
构造函数
SocketException - Exception in org.aoju.bus.core.lang.exception
自定义异常: Socket异常
SocketException() - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
SocketException(String) - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
SocketException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
SocketException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
SocketException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
SocketException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.SocketException
 
sort(Collection<T>, Comparator<? super T>) - Static method in class org.aoju.bus.core.utils.CollUtils
排序集合,排序不会修改原集合
sort(List<T>, Comparator<? super T>) - Static method in class org.aoju.bus.core.utils.CollUtils
针对List排序,排序会修改原List
sort(Map<K, V>, Comparator<? super K>) - Static method in class org.aoju.bus.core.utils.CollUtils
排序Map
sort(List<E>, boolean, String...) - Static method in class org.aoju.bus.core.utils.CollUtils
对list的元素按照多个属性名称排序, list元素的属性可以是数字(byte、short、int、long、float、double等,支持正数、负数、0)、char、String、java.util.Date
sort(List<E>, String[], boolean[]) - Static method in class org.aoju.bus.core.utils.CollUtils
给list的每个属性都指定是升序还是降序
sort(Map<K, V>) - Static method in class org.aoju.bus.core.utils.MapUtils
排序已有Map,Key有序的Map,使用默认Key排序方式(字母顺序)
sort(Map<K, V>, Comparator<? super K>) - Static method in class org.aoju.bus.core.utils.MapUtils
排序已有Map,Key有序的Map
sortByEntry(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
通过Entry排序,可以按照键排序,也可以按照值排序,亦或者两者综合排序
sortEntryToList(Collection<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
将Set排序(根据Entry的值)
sortPageAll(int, int, Comparator<T>, Collection<T>...) - Static method in class org.aoju.bus.core.utils.CollUtils
将多个集合排序并显示不同的段落(分页) 实现分页取局部
sortToMap(Collection<Map.Entry<K, V>>, Comparator<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
通过Entry排序,可以按照键排序,也可以按照值排序,亦或者两者综合排序
source(Source) - Method in class org.aoju.bus.core.io.AsyncTimeout
 
source(File) - Method in interface org.aoju.bus.core.io.FileSystem
 
source() - Method in class org.aoju.bus.core.io.Pipe
 
source - Variable in class org.aoju.bus.core.io.RealBufferedSource
 
Source - Interface in org.aoju.bus.core.io
提供一个字节流。使用此接口从任何地方读取数据 它的位置:来自网络、存储或内存中的缓冲区。来源可能 分层以转换提供的数据,例如解压、解密或 移除协议框架。
source(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
 
source(File) - Static method in class org.aoju.bus.core.utils.IoUtils
 
source(Path, OpenOption...) - Static method in class org.aoju.bus.core.utils.IoUtils
 
source(Socket) - Static method in class org.aoju.bus.core.utils.IoUtils
 
SPACE - Static variable in class org.aoju.bus.core.consts.Symbol
 
spaceMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the space character.
SPECIFICATION_NAME - Static variable in class org.aoju.bus.core.consts.System
Java 运行时环境规范名称
SPECIFICATION_VENDOR - Static variable in class org.aoju.bus.core.consts.System
Java 运行时环境规范供应商
SPECIFICATION_VERSION - Static variable in class org.aoju.bus.core.consts.System
Java 运行时环境规范版本
spendMs(long) - Static method in class org.aoju.bus.core.utils.DateUtils
计时,常用于记录某段代码的执行时间,单位:毫秒
spendNt(long) - Static method in class org.aoju.bus.core.utils.DateUtils
计时,常用于记录某段代码的执行时间,单位:纳秒
split(int) - Method in class org.aoju.bus.core.io.Segment
 
split(byte[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
拆分byte数组为几个等份(最后一份可能小于len)
split(Collection<T>, int) - Static method in class org.aoju.bus.core.utils.CollUtils
对集合按照指定长度分段,每一个段为单独的集合,返回这个集合的列表
split(String) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
split(String, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
split(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
split(String, char) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,去除切分后每个元素两边的空白符,去除空白项
split(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串 a#b#c =》 [a,b,c] a##b#c =》 [a,"",b,c]
split(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
使用空白符切分字符串 切分后的字符串两边不包含空白符,空串或空白符串并不做为元素之一
split(CharSequence, char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,不去除切分后每个元素两边的空白符,不去除空白项
split(String, char, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
split(String, String, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,不忽略大小写
split(String, char, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,大小写敏感
split(String, String, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,不忽略大小写
split(String, Pattern, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
通过正则切分字符串
split(String, char, int, boolean, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
split(String, String, int, boolean, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
splitByLength(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
 
splitByRegex(String, String, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
通过正则切分字符串
splitIgnoreCase(String, char, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,忽略大小写
splitIgnoreCase(String, String, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,忽略大小写
splitMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Matches the same characters as StringTokenizer, namely space, tab, newline and formfeed.
splitPath(String) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串路径,仅支持Unix分界符:/
splitPath(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串路径,仅支持Unix分界符:/
splitPathToArray(String) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串路径,仅支持Unix分界符:/
splitPathToArray(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串路径,仅支持Unix分界符:/
splitToArray(CharSequence, char, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
splitToArray(String, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串为字符串数组
splitToArray(String, char, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串为字符串数组
splitToArray(String, String, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串为字符串数组
splitToArray(String, Pattern, int, boolean, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
通过正则切分字符串为字符串数组
splitTrim(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,去除切分后每个元素两边的空白符,去除空白项
splitTrim(String, char, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串
splitTrim(String, String, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,去除每个元素两边空格,忽略大小写
splitTrim(String, char, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,大小写敏感,去除每个元素两边空白符
splitTrim(String, String, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,去除每个元素两边空格,忽略大小写
splitTrimIgnoreCase(String, String, int, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
切分字符串,去除每个元素两边空格,忽略大小写
sqrt(long) - Static method in class org.aoju.bus.core.utils.NumberUtils
平方根算法 推荐使用 Math.sqrt(double)
src - Variable in class org.aoju.bus.core.lang.copier.SrcToDestCopier
SrcToDestCopier<T,C extends SrcToDestCopier<T,C>> - Class in org.aoju.bus.core.lang.copier
复制器抽象类 抽象复制器抽象了一个对象复制到另一个对象,通过实现Copier.copy()方法实现复制逻辑。
SrcToDestCopier() - Constructor for class org.aoju.bus.core.lang.copier.SrcToDestCopier
 
StackTraceCaller - Class in org.aoju.bus.core.lang.caller
通过StackTrace方式获取调用者。此方式效率最低,不推荐使用
StackTraceCaller() - Constructor for class org.aoju.bus.core.lang.caller.StackTraceCaller
 
STANDARD_ENCODE_TABLE - Static variable in class org.aoju.bus.core.codec.Base64
标准编码表
StandardToStringStyle - Class in org.aoju.bus.core.builder
Works with ToStringBuilder to create a toString.
StandardToStringStyle() - Constructor for class org.aoju.bus.core.builder.StandardToStringStyle
Constructor.
STAR - Static variable in class org.aoju.bus.core.consts.Symbol
 
start() - Method in class org.aoju.bus.core.date.TimeInterval
 
start - Variable in class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
start() - Method in interface org.aoju.bus.core.io.StreamProgress
开始
start() - Method in class org.aoju.bus.core.thread.SyncFinisher
开始工作
startsWith(ByteString) - Method in class org.aoju.bus.core.io.ByteString
 
startsWith(byte[]) - Method in class org.aoju.bus.core.io.ByteString
 
startsWith(String) - Method in class org.aoju.bus.core.text.StrBuilder
Checks whether this builder starts with the specified string.
startWith(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
字符串是否以给定字符开始
startWith(CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串开头 如果给定的字符串和开头字符串都为null则返回true,否则任意一个值为null返回false
startWith(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串开头
startWithIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
是否以指定字符串开头,忽略大小写
state(boolean, String, Object...) - Static method in class org.aoju.bus.core.lang.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
state(boolean) - Static method in class org.aoju.bus.core.lang.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
str(Object, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将对象转为字符串 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(Object, Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
将对象转为字符串 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
str(byte[], String) - Static method in class org.aoju.bus.core.utils.StringUtils
将byte数组转为字符串
str(byte[], Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
解码字节码
str(Byte[], String) - Static method in class org.aoju.bus.core.utils.StringUtils
将Byte数组转为字符串
str(Byte[], Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
解码字节码
str(ByteBuffer, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - Static method in class org.aoju.bus.core.utils.StringUtils
将编码的byteBuffer数据转换为字符串
str(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
CharSequence 转为字符串,null安全
StrBuilder - Class in org.aoju.bus.core.text
Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.
StrBuilder() - Constructor for class org.aoju.bus.core.text.StrBuilder
构造
StrBuilder(int) - Constructor for class org.aoju.bus.core.text.StrBuilder
构造
StrBuilder(String) - Constructor for class org.aoju.bus.core.text.StrBuilder
构造
StrBuilder(CharSequence...) - Constructor for class org.aoju.bus.core.text.StrBuilder
创建字符串构建器
strBuilder() - Static method in class org.aoju.bus.core.utils.StringUtils
创建StrBuilder对象
strBuilder(int) - Static method in class org.aoju.bus.core.utils.StringUtils
创建StrBuilder对象
strBuilder(CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
创建StrBuilder对象
StreamProgress - Interface in org.aoju.bus.core.io
Stream进度条
StreamUtils - Class in org.aoju.bus.core.utils
 
StreamUtils() - Constructor for class org.aoju.bus.core.utils.StreamUtils
 
string(Charset) - Method in class org.aoju.bus.core.io.ByteString
 
StringConverter - Class in org.aoju.bus.core.convert.impl
字符串转换器
StringConverter() - Constructor for class org.aoju.bus.core.convert.impl.StringConverter
 
stringMatcher(String) - Static method in class org.aoju.bus.core.text.StrMatcher
Constructor that creates a matcher from a string.
StringResource - Class in org.aoju.bus.core.io.resource
字符串资源,字符串做为资源
StringResource(String) - Constructor for class org.aoju.bus.core.io.resource.StringResource
构造,使用UTF8编码
StringResource(String, String) - Constructor for class org.aoju.bus.core.io.resource.StringResource
构造,使用UTF8编码
StringResource(String, String, Charset) - Constructor for class org.aoju.bus.core.io.resource.StringResource
构造
stringToCollect(String) - Static method in class org.aoju.bus.core.utils.JsonUtils
json字符串转化为map
StringUtils - Class in org.aoju.bus.core.utils
字符串处理类
StringUtils() - Constructor for class org.aoju.bus.core.utils.StringUtils
 
strip(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去除两边的指定字符串
strip(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去除两边的指定字符串
stripIgnoreCase(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去除两边的指定字符串,忽略大小写
stripIgnoreCase(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
去除两边的指定字符串,忽略大小写
StrLookup<V> - Class in org.aoju.bus.core.text
Lookup a String key to a String value.
StrLookup() - Constructor for class org.aoju.bus.core.text.StrLookup
Constructor.
StrMatcher - Class in org.aoju.bus.core.text
A matcher class that can be queried to determine if a character array portion matches.
StrMatcher() - Constructor for class org.aoju.bus.core.text.StrMatcher
Constructor.
StrSubstitutor - Class in org.aoju.bus.core.text
Substitutes variables within a string by values.
StrSubstitutor() - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance with defaults for variable prefix and suffix and the escaping character.
StrSubstitutor(Map<String, V>) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String, char) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String, char, String) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, String, String, char) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, String, String, char, String) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char, StrMatcher) - Constructor for class org.aoju.bus.core.text.StrSubstitutor
Creates a new instance and initializes it.
strToUnicode(String) - Static method in class org.aoju.bus.core.convert.Convert
String的字符串转换成unicode的String
sub(Object, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取子数组
sub(Object, int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
获取子数组
sub(List<T>, int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
截取集合的部分
sub(List<T>, int, int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
截取集合的部分
sub(Collection<T>, int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
截取集合的部分
sub(Collection<T>, int, int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
截取集合的部分
sub(float, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算
sub(float, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算
sub(double, float) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算
sub(double, double) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算
sub(Number, Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算 如果传入多个值为null或者空,则返回0
sub(Number...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算 如果传入多个值为null或者空,则返回0
sub(String...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算 如果传入多个值为null或者空,则返回0
sub(BigDecimal...) - Static method in class org.aoju.bus.core.utils.NumberUtils
提供精确的减法运算 如果传入多个值为null或者空,则返回0
sub(CharSequence, int, int) - Static method in class org.aoju.bus.core.utils.StringUtils
改进JDK subString index从0开始计算,最后一个字符为-1 如果from和to位置一样,返回 "" 如果from或to为负数,则按照length从后向前数位置,如果绝对值大于字符串长度,则from归到0,to归到length 如果经过修正的index中from大于to,则互换 abcdefgh 2 3 =》 c abcdefgh 2 -3 =》 cde
subAfter(CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
截取分隔字符串之后的字符串,不包括分隔字符串 如果给定的字符串为空串(null或""),返回原字符串 如果分隔字符串为空串(null或""),则返回空串,如果分隔字符串未找到,返回空串,举例如下:
subAfter(CharSequence, char, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
截取分隔字符串之后的字符串,不包括分隔字符串 如果给定的字符串为空串(null或""),返回原字符串 如果分隔字符串为空串(null或""),则返回空串,如果分隔字符串未找到,返回空串,举例如下:
subarray(T[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(long[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(short[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(char[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(double[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(float[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subarray(boolean[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
生成一个新的数组,其中包含元素开始索引取值至结束位置索引。 开始索引包含,结束索引不包含,空数组输入产生空输出。
subBefore(CharSequence, CharSequence, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
截取分隔字符串之前的字符串,不包括分隔字符串 如果给定的字符串为空串(null或"")或者分隔字符串为null,返回原字符串 如果分隔字符串为空串"",则返回空串,如果分隔字符串未找到,返回原字符串,举例如下:
subBefore(CharSequence, char, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
截取分隔字符串之前的字符串,不包括分隔字符串 如果给定的字符串为空串(null或"")或者分隔字符串为null,返回原字符串 如果分隔字符串未找到,返回原字符串,举例如下:
subBetween(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
截取指定字符串中间部分,不包括标识字符串
subBetween(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
截取指定字符串中间部分,不包括标识字符串
subList(int, int) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
submit(Callable<T>) - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
执行有返回值的异步方法 Future代表一个异步执行的操作,通过get()方法可以获得操作的结果,如果异步操作还没有完成,则,get()会使当前线程阻塞
submit(Runnable) - Static method in class org.aoju.bus.core.thread.GlobalThreadPool
执行有返回值的异步方法 Future代表一个异步执行的操作,通过get()方法可以获得操作的结果,如果异步操作还没有完成,则,get()会使当前线程阻塞
subPath(String, File) - Static method in class org.aoju.bus.core.utils.FileUtils
获得相对子路径
subPath(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
获得相对子路径,忽略大小写
subPath(Path, int, int) - Static method in class org.aoju.bus.core.utils.FileUtils
获取指定位置的子路径部分,支持负数,例如起始为-1表示从后数第一个节点位置
subPre(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切割指定位置之前部分的字符串
subSequence(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
subSequence(int, int) - Method in class org.aoju.bus.core.utils.TextUtils
 
substitute(StrBuilder, int, int) - Method in class org.aoju.bus.core.text.StrSubstitutor
Internal method that substitutes the variables.
substring(int) - Method in class org.aoju.bus.core.io.ByteString
 
substring(int, int) - Method in class org.aoju.bus.core.io.ByteString
 
substring(int) - Method in class org.aoju.bus.core.text.StrBuilder
Extracts a portion of this string builder as a string.
substring(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Extracts a portion of this string builder as a string.
subString(int) - Method in class org.aoju.bus.core.utils.TextUtils
返回自定段的字符串
subString(int, int) - Method in class org.aoju.bus.core.utils.TextUtils
返回自定段的字符串
substringAfterLast(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
Gets the substring after the last occurrence of a separator.
substringBeforeLast(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
Gets the substring before the last occurrence of a separator.
substringBetween(String, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
 
subSuf(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
切割指定位置之后部分的字符串
subtract(byte) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableByte
减去值
subtract(double) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
减去值
subtract(float) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
减去值
subtract(int) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableInt
减去值
subtract(long) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableLong
减去值
subtract(short) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
减去值
subtract(Number) - Method in class org.aoju.bus.core.lang.mutable.MutableShort
减去值
subtype - Variable in class org.aoju.bus.core.consts.MediaType
 
subtype() - Method in class org.aoju.bus.core.consts.MediaType
返回特定的媒体子类型,如: "plain" or "png", "mpeg", "mp4" or "xml".
SUN_CLASS_PATH - Static variable in class org.aoju.bus.core.consts.System
 
SUN_DATA_MODEL - Static variable in class org.aoju.bus.core.consts.System
 
Support<T> - Class in org.aoju.bus.core.clone
克隆支持类,提供默认的克隆方法
Support() - Constructor for class org.aoju.bus.core.clone.Support
 
swap(Object[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(long[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(int[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(short[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(char[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(double[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(float[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(boolean[], int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(boolean[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(byte[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(char[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(double[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(float[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(int[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(long[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(Object[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swap(short[], int, int, int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
交换数组中连个位置的值
swapCase(String) - Static method in class org.aoju.bus.core.utils.StringUtils
切换给定字符串中的大小写。大写转小写,小写转大写。
swapInts(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
swapLongs(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
swapShorts(byte[][]) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
swapShorts(byte[], int, int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
Symbol - Class in org.aoju.bus.core.consts
标点符号常量
Symbol() - Constructor for class org.aoju.bus.core.consts.Symbol
 
SyncFinisher - Class in org.aoju.bus.core.thread
线程同步结束器 在完成一组正在其他线程中执行的操作之前,它允许一个或多个线程一直等待。 不能保证同时开始
SyncFinisher() - Constructor for class org.aoju.bus.core.thread.SyncFinisher
 
SyncFinisher.Worker - Class in org.aoju.bus.core.thread
工作者,为一个线程
System - Class in org.aoju.bus.core.consts
系统常量
System() - Constructor for class org.aoju.bus.core.consts.System
 
SYSTEM - Static variable in interface org.aoju.bus.core.io.FileSystem
 
systemCharset() - Static method in class org.aoju.bus.core.utils.CharsetUtils
系统字符集编码,如果是Windows,则默认为GBK编码,否则取 CharsetUtils.defaultCharsetName()
systemCharsetName() - Static method in class org.aoju.bus.core.utils.CharsetUtils
系统字符集编码,如果是Windows,则默认为GBK编码,否则取 CharsetUtils.defaultCharsetName()
SystemClock - Class in org.aoju.bus.core.date
系统时钟 高并发场景下System.currentTimeMillis()的性能问题的优化 System.currentTimeMillis()的调用比new一个普通对象要耗时的多(具体耗时高出多少我还没测试过,有人说是100倍左右) System.currentTimeMillis()之所以慢是因为去跟系统打了一次交道 后台定时更新时钟,JVM退出时,线程自动回收
systemPropertiesLookup() - Static method in class org.aoju.bus.core.text.StrLookup
Returns a new lookup which uses a copy of the current System properties.

T

TAB - Static variable in class org.aoju.bus.core.consts.Symbol
 
TableMap<K,V> - Class in org.aoju.bus.core.map
无重复键的Map
TableMap(int) - Constructor for class org.aoju.bus.core.map.TableMap
构造
TableMap(K[], V[]) - Constructor for class org.aoju.bus.core.map.TableMap
构造
tabMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Returns a matcher which matches the tab character.
tagToBytes(int, byte[], int, boolean) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
tagToBytesBE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
tagToBytesLE(int, byte[], int) - Static method in class org.aoju.bus.core.utils.ByteUtils
 
TEXT_CSV - Static variable in class org.aoju.bus.core.consts.MediaType
"text/csv"
TEXT_CSV_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
TEXT_CSV_UTF8 - Static variable in class org.aoju.bus.core.consts.MediaType
"text/csv;charset=utf-8"
TEXT_CSV_UTF8_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
TEXT_HTML - Static variable in class org.aoju.bus.core.consts.MediaType
"text/html"
TEXT_HTML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
TEXT_PLAIN - Static variable in class org.aoju.bus.core.consts.MediaType
"text/plain"
TEXT_PLAIN_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
TEXT_RTF - Static variable in class org.aoju.bus.core.consts.MediaType
"text/rtf"
TEXT_RTF_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
TEXT_XML - Static variable in class org.aoju.bus.core.consts.MediaType
"text/xml"
TEXT_XML_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
textDelimiter - Variable in class org.aoju.bus.core.text.csv.CsvConfig
文本分隔符,文本包装符,默认双引号'"'
textToJson(String) - Static method in class org.aoju.bus.core.utils.JsonUtils
将string转化为序列化的json字符串
TextUtils - Class in org.aoju.bus.core.utils
可复用的字符串生成器,非线程安全
TextUtils() - Constructor for class org.aoju.bus.core.utils.TextUtils
构造
TextUtils(int) - Constructor for class org.aoju.bus.core.utils.TextUtils
构造
TextUtils(CharSequence...) - Constructor for class org.aoju.bus.core.utils.TextUtils
构造
thisDayOfMonth() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisDayOfWeek() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisDayOfWeekEnum() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisHour(boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisMillsecond() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisMinute() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisMonth() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisMonthEnum() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisSecond() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisWeekOfMonth() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisWeekOfYear() - Static method in class org.aoju.bus.core.utils.DateUtils
 
thisYear() - Static method in class org.aoju.bus.core.utils.DateUtils
 
ThreadFactoryBuilder - Class in org.aoju.bus.core.thread
ThreadFactory创建器
ThreadFactoryBuilder() - Constructor for class org.aoju.bus.core.thread.ThreadFactoryBuilder
 
threadLocal(Class<T>) - Method in interface org.aoju.bus.core.instance.Instance
获取每个线程内唯一的实例化对象 注意:可能会内存泄漏的场景。 (1) 只要这个线程对象被gc回收,就不会出现内存泄露,但在threadLocal设为null和线程结束这段时间不会被回收的,就发生了我们认为的内存泄露。 最要命的是线程对象不被回收的情况,这就发生了真正意义上的内存泄露。比如使用线程池的时候,线程结束是不会销毁的,会再次使用的。就可能出现内存泄露。 参考资料:https://www.cnblogs.com/onlywujun/p/3524675.html
threadLocal(Class<T>) - Method in class org.aoju.bus.core.instance.InstanceFactory
 
threadLocal(Class<T>) - Static method in class org.aoju.bus.core.instance.Instances
threadLocal 同一个线程对应的实例一致
ThreadSafe - Annotation Type in org.aoju.bus.core.annotation
线程安全注解 1.此注解放在类上,标识当前类为线程安全的。 2.此注解放在方法上,标识方法是线程安全的。
threadSafe(Class<T>) - Method in interface org.aoju.bus.core.instance.Instance
线程安全对象 1.
threadSafe(Class<T>) - Method in class org.aoju.bus.core.instance.InstanceFactory
 
threadSafe(Class<T>) - Static method in class org.aoju.bus.core.instance.Instances
ThreadSafe 线程安全标示的使用单例,或者使用多例
ThreadUtils - Class in org.aoju.bus.core.utils
线程池工具
ThreadUtils() - Constructor for class org.aoju.bus.core.utils.ThreadUtils
 
throwIfReached() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
throwIfReached() - Method in class org.aoju.bus.core.io.Timeout
Throws an InterruptedIOException if the deadline has been reached or if the current thread has been interrupted.
tianlHash(String) - Static method in class org.aoju.bus.core.utils.HashUtils
TianL Hash算法
tilNextMillis(long) - Method in class org.aoju.bus.core.key.SnowflakeID
阻塞到下一个毫秒,直到获得新的时间戳
TIME - Static variable in class org.aoju.bus.core.consts.RegEx
 
TIME_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
时间正则
timedOut() - Method in class org.aoju.bus.core.io.AsyncTimeout
 
timeGen() - Method in class org.aoju.bus.core.key.SnowflakeID
返回以毫秒为单位的当前时间
TimeInterval - Class in org.aoju.bus.core.date
计时器 计算某个过程花费的时间,精确到毫秒
TimeInterval() - Constructor for class org.aoju.bus.core.date.TimeInterval
 
TimeInterval(boolean) - Constructor for class org.aoju.bus.core.date.TimeInterval
 
timeout() - Method in class org.aoju.bus.core.io.Buffer
 
timeout() - Method in class org.aoju.bus.core.io.DeflaterSink
 
timeout() - Method in class org.aoju.bus.core.io.ForwardingSink
 
timeout() - Method in class org.aoju.bus.core.io.ForwardingSource
 
timeout(long, TimeUnit) - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
timeout() - Method in class org.aoju.bus.core.io.GzipSink
 
timeout() - Method in class org.aoju.bus.core.io.GzipSource
 
timeout() - Method in class org.aoju.bus.core.io.InflaterSource
 
timeout() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
timeout() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
timeout() - Method in interface org.aoju.bus.core.io.Sink
 
timeout() - Method in interface org.aoju.bus.core.io.Source
Returns the timeout for this source.
Timeout - Class in org.aoju.bus.core.io
在放弃一项任务之前要花多少时间的策略。当一个任务 超时时,它处于未指定的状态,应该被放弃。 例如,如果从源读取超时,则应关闭该源并 稍后应重试读取。如果向接收器写入超时,也是一样 适用规则:关闭洗涤槽,稍后重试。
Timeout() - Constructor for class org.aoju.bus.core.io.Timeout
 
timeout(long, TimeUnit) - Method in class org.aoju.bus.core.io.Timeout
 
timeoutNanos() - Method in class org.aoju.bus.core.io.ForwardingTimeout
 
timeoutNanos() - Method in class org.aoju.bus.core.io.Timeout
 
timer() - Static method in class org.aoju.bus.core.utils.DateUtils
计时器 计算某个过程花费的时间,精确到毫秒
timestamp() - Method in class org.aoju.bus.core.key.UUID
与此 UUID 相关联的时间戳值。
timestamp() - Static method in class org.aoju.bus.core.utils.DateUtils
当前时间秒数
timestamp(boolean) - Static method in class org.aoju.bus.core.utils.DateUtils
当前时间long
timeZone - Variable in class org.aoju.bus.core.date.format.AbstractDateBasic
The time zone.
TimeZoneConverter - Class in org.aoju.bus.core.convert.impl
TimeZone转换器
TimeZoneConverter() - Constructor for class org.aoju.bus.core.convert.impl.TimeZoneConverter
 
toAbsoluteUrl(String, String) - Static method in class org.aoju.bus.core.utils.NetUtils
相对URL转换为绝对URL
toAES(String, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
AES加密
toAES(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
AES加密
toArray() - Method in class org.aoju.bus.core.io.FastByteBuffer
返回快速缓冲中的数据
toArray(int, int) - Method in class org.aoju.bus.core.io.FastByteBuffer
返回快速缓冲中的数据
toArray() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
toArray(T[]) - Method in class org.aoju.bus.core.text.csv.CsvRow
 
toArray(T...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
该方法通常用于调用者本身使用泛型类型的场景 必须组合成数组。
toArray(ByteBuffer) - Static method in class org.aoju.bus.core.utils.ArrayUtils
ByteBuffer 转byte数组
toArray(Collection<T>, Class<T>) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将集合转为数组
toArray(String) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
toArray(String, Class<T>) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
toAsciiLowercase() - Method in class org.aoju.bus.core.io.ByteString
 
toAsciiUppercase() - Method in class org.aoju.bus.core.io.ByteString
 
toBase64(Image, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
将图片对象转换为Base64形式
toBase64(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将对象序列化后进行base64处理
toBase64(byte[]) - Static method in class org.aoju.bus.core.utils.StringUtils
将字节数据处理成base64字符串
toBase64(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将String处理成base64字符串 (用默认的String编码集)
toBase64(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将String处理成base64字符串 (用默认的String编码集)
toBean(T) - Method in class org.aoju.bus.core.lang.Dict
转换为Bean对象
toBean(T, boolean) - Method in class org.aoju.bus.core.lang.Dict
转换为Bean对象
toBean(Class<T>) - Method in class org.aoju.bus.core.lang.Dict
填充Value Object对象
toBean(Object, Class<T>) - Static method in class org.aoju.bus.core.utils.BeanUtils
对象或Map转Bean
toBean(Class<T>, ValueProvider<String>, CopyOptions) - Static method in class org.aoju.bus.core.utils.BeanUtils
ServletRequest 参数转Bean
toBean(String) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
toBean(String, Class<T>) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
toBeanIgnoreCase(T) - Method in class org.aoju.bus.core.lang.Dict
转换为Bean对象
toBeanIgnoreCase(Class<T>) - Method in class org.aoju.bus.core.lang.Dict
填充Value Object对象,忽略大小写
toBeanWithCamelCase(T) - Method in class org.aoju.bus.core.lang.Dict
转换为Bean对象,并使用驼峰法模式转换
toBigDecimal(Object, BigDecimal) - Static method in class org.aoju.bus.core.convert.Convert
转换为BigDecimal 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toBigDecimal(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为BigDecimal 如果给定的值为空,或者转换失败,返回null 转换失败不会报错
toBigDecimal(Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
数字转BigDecimal
toBigDecimal(String) - Static method in class org.aoju.bus.core.utils.NumberUtils
数字转BigDecimal
toBigInteger(Object, BigInteger) - Static method in class org.aoju.bus.core.convert.Convert
转换为BigInteger 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toBigInteger(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为BigInteger 如果给定的值为空,或者转换失败,返回默认值null 转换失败不会报错
toBool(Object, Boolean) - Static method in class org.aoju.bus.core.convert.Convert
转换为boolean String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toBool(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为boolean 如果给定的值为空,或者转换失败,返回默认值null 转换失败不会报错
toBoolean(String) - Static method in class org.aoju.bus.core.utils.BooleanUtils
转换字符串为boolean值
toBooleanArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Boolean数组
toBuffered(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
toBuffered(OutputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
toBufferedImage(Image) - Static method in class org.aoju.bus.core.utils.ImageUtils
ImageBufferedImage 首先尝试强转,否则新建一个BufferedImage后重新绘制
toBufferedImage(Image, String) - Static method in class org.aoju.bus.core.utils.ImageUtils
ImageBufferedImage 如果源图片的RGB模式与目标模式一致,则直接转换,否则重新绘制
toByte(Object, Byte) - Static method in class org.aoju.bus.core.convert.Convert
转换为byte 如果给定的值为null,或者转换失败,返回默认值 转换失败不会报错
toByte(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为byte 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toByte(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为byte
toByte(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将对象进行序列化
toByteArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Byte数组
toByteArray() - Method in class org.aoju.bus.core.io.ByteString
 
toByteArray() - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
转为Byte数组
toByteArray() - Method in class org.aoju.bus.core.key.ObjectID
 
toByteObj(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Byte
toCalendar() - Method in class org.aoju.bus.core.date.DateTime
转换为Calendar, 默认 Locale
toCalendar(Locale) - Method in class org.aoju.bus.core.date.DateTime
转换为Calendar
toCalendar(TimeZone) - Method in class org.aoju.bus.core.date.DateTime
转换为Calendar
toCalendar(TimeZone, Locale) - Method in class org.aoju.bus.core.date.DateTime
转换为Calendar
toCalendar(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
Date转换为Calendar
toCalendar(Date, TimeZone) - Static method in class org.aoju.bus.core.utils.DateUtils
Date转换为Calendar.
toCamelCase(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
将下划线方式命名的字符串转换为驼峰式。如果转换前的下划线大写方式命名的字符串为空,则返回空字符串。 例如:hello_world=》helloWorld
toCamelCaseMap(Map<K, V>) - Static method in class org.aoju.bus.core.utils.MapUtils
将已知Map转换为key为驼峰风格的Map 如果KEY为非String类型,保留原值
toChar(Object, Character) - Static method in class org.aoju.bus.core.convert.Convert
转换为字符 如果给定的值为null,或者转换失败,返回默认值 转换失败不会报错
toChar(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为字符 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toChar(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为char
toCharacter(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Character
toCharArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Character数组
toChinese() - Method in enum org.aoju.bus.core.consts.Fields.Week
转换为中文名
toChinese(String) - Method in enum org.aoju.bus.core.consts.Fields.Week
转换为中文名
toClass(Object...) - Static method in class org.aoju.bus.core.utils.ClassUtils
 
toCollection(Class<?>, Class<?>, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为集合类
toCollection(Iterable<E>) - Static method in class org.aoju.bus.core.utils.CollUtils
Iterable转为Collection 首先尝试强转,强转失败则构建一个新的ArrayList
toCombination(AnnotatedElement) - Static method in class org.aoju.bus.core.utils.AnnoUtils
将指定的被注解的元素转换为组合注解元素
toComparison() - Method in class org.aoju.bus.core.builder.CompareToBuilder
Returns a negative integer, a positive integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
toDate(Object, Date) - Static method in class org.aoju.bus.core.convert.Convert
转换为Date 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toDate(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Date 如果给定的值为空,或者转换失败,返回null 转换失败不会报错
toDateStr() - Method in class org.aoju.bus.core.date.DateTime
转为"yyyy-MM-dd " 格式字符串
toDBC(String) - Static method in class org.aoju.bus.core.convert.Convert
全角转半角
toDBC(String, Set<Character>) - Static method in class org.aoju.bus.core.convert.Convert
替换全角为半角
toDES(String, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
DES加密
toDES(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
DES加密
toDouble(Object, Double) - Static method in class org.aoju.bus.core.convert.Convert
转换为double 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toDouble(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为double 如果给定的值为空,或者转换失败,返回默认值null 转换失败不会报错
toDouble(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为double
toDoubleArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Double数组
toDoubleObj(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为double
toEnum(Class<E>, Object, E) - Static method in class org.aoju.bus.core.convert.Convert
转换为Enum对象 如果给定的值为空,或者转换失败,返回默认值
toEnum(Class<E>, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Enum对象 如果给定的值为空,或者转换失败,返回默认值null
toFloat(Object, Float) - Static method in class org.aoju.bus.core.convert.Convert
转换为Float 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toFloat(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Float 如果给定的值为空,或者转换失败,返回默认值null 转换失败不会报错
toFloat(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为float
toFloatArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Float数组
toFloatObj(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Float
toFullString(String) - Static method in class org.aoju.bus.core.utils.StringUtils
转换为全角
toHalfString(String) - Static method in class org.aoju.bus.core.utils.StringUtils
转换为半角
toHashCode() - Method in class org.aoju.bus.core.builder.HashCodeBuilder
Return the computed hashCode.
toHex(String, Charset) - Static method in class org.aoju.bus.core.convert.Convert
字符串转换成十六进制字符串,结果为小写
toHex(byte[]) - Static method in class org.aoju.bus.core.convert.Convert
byte数组转16进制串
toHex(Color) - Static method in class org.aoju.bus.core.utils.ImageUtils
Color对象转16进制表示,例如#fcf6d6
toImage(String) - Static method in class org.aoju.bus.core.utils.ImageUtils
将Base64编码的图像信息转为 BufferedImage
toImage(byte[]) - Static method in class org.aoju.bus.core.utils.ImageUtils
将的图像bytes转为 BufferedImage
toInputStream(String) - Static method in class org.aoju.bus.core.utils.IoUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, String) - Static method in class org.aoju.bus.core.utils.IoUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toInt(Object, Integer) - Static method in class org.aoju.bus.core.convert.Convert
转换为int 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toInt(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为int 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toInt(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为int
toIntArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Integer数组
toInteger(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Integer
toIntSecond(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
格式化成yyMMddHHmm后转换为int型
toIpList(Set<InetAddress>) - Static method in class org.aoju.bus.core.utils.NetUtils
地址列表转换为IP地址列表
toJdkDate() - Method in class org.aoju.bus.core.date.DateTime
转换为 Date 考虑到很多框架(例如Hibernate)的兼容性,提供此方法返回JDK原生的Date对象
toJson(Object) - Static method in class org.aoju.bus.core.utils.JsonUtils
object为可以转换为JSON对象的入参,例如:{'':''}字符串,以及其他普通对象,包含基本类型和封装类型,
toJsonBean(Object) - Static method in class org.aoju.bus.core.utils.JsonUtils
object为可以转换为JSON对象的入参,例如:{ '':''}字符串,以及其他普通对象,不包含基本类型和封装类型[String除外但要符合JSON规则] 例如
toJSONNoFeatures(Object) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
TOKEN - Static variable in class org.aoju.bus.core.consts.MediaType
 
toList(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为ArrayList,元素类型默认Object
toList(Class<T>, Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为ArrayList
toList(T...) - Static method in class org.aoju.bus.core.utils.CollUtils
数组转为ArrayList
toList(Iterable<E>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterator转List 不判断,直接生成新的List
toList(Iterator<E>) - Static method in class org.aoju.bus.core.utils.IterUtils
Iterator转List 不判断,直接生成新的List
toList(String, Class<T>) - Static method in class org.aoju.bus.core.utils.JsonUtils
 
toListMap(Iterable<? extends Map<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
行转列,合并相同的键,值合并为列表 将Map列表中相同key的值组成列表做为Map的value 是CollUtils.toMapList(Map)的逆方法 比如传入数据:
toListMap(Iterable<? extends Map<K, V>>) - Static method in class org.aoju.bus.core.utils.MapUtils
行转列,合并相同的键,值合并为列表 将Map列表中相同key的值组成列表做为Map的value 是MapUtils.toMapList(Map)的逆方法 比如传入数据:
toLong(Object, Long) - Static method in class org.aoju.bus.core.convert.Convert
转换为long 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toLong(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为long 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toLong(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为long
toLongArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Long数组
toLongObj(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Long
toLongString(TypeVariable<?>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Format a TypeVariable including its GenericDeclaration.
toMap(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将给定数组转换为Map 数组的每个元素必须是Map。或数组,其中至少包含两个 元素,其中第一个元素用作键,第二个元素用作值。
toMap(Iterable<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
将Entry集合转换为HashMap
toMap(Object[]) - Static method in class org.aoju.bus.core.utils.CollUtils
将数组转换为Map(HashMap),支持数组元素类型为:
toMap(Iterable<Map.Entry<K, V>>) - Static method in class org.aoju.bus.core.utils.IterUtils
将Entry集合转换为HashMap
toMap(Iterable<K>, Iterable<V>) - Static method in class org.aoju.bus.core.utils.IterUtils
将键列表和值列表转换为Map 以键为准,值与键位置需对应。如果键元素数多于值元素,多余部分值用null代替。 如果值多于键,忽略多余的值。
toMap(Iterable<K>, Iterable<V>, boolean) - Static method in class org.aoju.bus.core.utils.IterUtils
将键列表和值列表转换为Map 以键为准,值与键位置需对应。如果键元素数多于值元素,多余部分值用null代替。 如果值多于键,忽略多余的值。
toMap(Iterator<K>, Iterator<V>) - Static method in class org.aoju.bus.core.utils.IterUtils
将键列表和值列表转换为Map 以键为准,值与键位置需对应。如果键元素数多于值元素,多余部分值用null代替。 如果值多于键,忽略多余的值。
toMap(Iterator<K>, Iterator<V>, boolean) - Static method in class org.aoju.bus.core.utils.IterUtils
将键列表和值列表转换为Map 以键为准,值与键位置需对应。如果键元素数多于值元素,多余部分值用null代替。 如果值多于键,忽略多余的值。
toMapList(Map<K, ? extends Iterable<V>>) - Static method in class org.aoju.bus.core.utils.CollUtils
列转行。将Map中值列表分别按照其位置与key组成新的map。 是CollUtils.toListMap(Iterable)的逆方法 比如传入数据:
toMapList(Map<K, ? extends Iterable<V>>) - Static method in class org.aoju.bus.core.utils.MapUtils
列转行。将Map中值列表分别按照其位置与key组成新的map。 是MapUtils.toListMap(Iterable)的逆方法 比如传入数据:
toMarkSupportStream(InputStream) - Static method in class org.aoju.bus.core.utils.IoUtils
InputStream转换为支持mark标记的流 若原流支持mark标记,则返回原流,否则使用BufferedInputStream 包装之
toMD5(byte[]) - Static method in class org.aoju.bus.core.utils.StringUtils
将byte转换为MD5
toMD5(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串转换为MD5
toMD5(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串转换为MD5
tomorrow() - Static method in class org.aoju.bus.core.utils.DateUtils
明天
toMsStr() - Method in class org.aoju.bus.core.date.DateTime
 
toNumber(Object, Number) - Static method in class org.aoju.bus.core.convert.Convert
转换为Number 如果给定的值为空,或者转换失败,返回默认值 转换失败不会报错
toNumber(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Number 如果给定的值为空,或者转换失败,返回默认值null 转换失败不会报错
toNumberArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Number数组
toObject(char[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive chars to objects.
toObject(long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of primitive booleans to objects.
toObject(String) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将base64的序列化数据转换为对象
toObject(byte[]) - Static method in class org.aoju.bus.core.utils.ObjectUtils
将序列化数据转换为对象
toObjectArray(Map<?, ?>) - Static method in class org.aoju.bus.core.utils.MapUtils
将键值对转换为二维数组,第一维是key,第二纬是value
toObjectArray(Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toPrimitive(Character[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Create an array of primitive type from an array of wrapper types.
toPrimitive(Boolean[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Converts an array of object Booleans to primitives handling null.
toPushbackStream(InputStream, int) - Static method in class org.aoju.bus.core.utils.IoUtils
转换为PushbackInputStream 如果传入的输入流已经是PushbackInputStream,强转返回,否则新建一个
toRenderedImage(Image) - Static method in class org.aoju.bus.core.utils.ImageUtils
ImageRenderedImage 首先尝试强转,否则新建一个BufferedImage后重新绘制
toSBC(String) - Static method in class org.aoju.bus.core.convert.Convert
半角转全角
toSBC(String, Set<Character>) - Static method in class org.aoju.bus.core.convert.Convert
半角转全角
toShort(Object, Short) - Static method in class org.aoju.bus.core.convert.Convert
转换为Short 如果给定的值为null,或者转换失败,返回默认值 转换失败不会报错
toShort(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Short 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toShort(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为short
toShortArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为Short数组
toShortObj(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
boolean值转为Short
toSqlDate() - Method in class org.aoju.bus.core.date.DateTime
转为 Date
toStr(Object, String) - Static method in class org.aoju.bus.core.convert.Convert
转换为字符串 如果给定的值为null,或者转换失败,返回默认值 转换失败不会报错
toStr(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为字符串 如果给定的值为null,或者转换失败,返回默认值null 转换失败不会报错
toStr(Number, String) - Static method in class org.aoju.bus.core.utils.NumberUtils
数字转字符串 调用Object.toString(),并去除尾小数点儿后多余的0
toStr(Number) - Static method in class org.aoju.bus.core.utils.NumberUtils
数字转字符串 调用Object.toString(),并去除尾小数点儿后多余的0
toStrArray(Object) - Static method in class org.aoju.bus.core.convert.Convert
转换为String数组
toStream(String, String) - Static method in class org.aoju.bus.core.utils.IoUtils
String 转为流
toStream(String, Charset) - Static method in class org.aoju.bus.core.utils.IoUtils
String 转为流
toStream(byte[]) - Static method in class org.aoju.bus.core.utils.IoUtils
String 转为流
toStream(File) - Static method in class org.aoju.bus.core.utils.IoUtils
文件转为流
toString() - Method in class org.aoju.bus.core.bean.DynaBean
 
toString() - Method in class org.aoju.bus.core.builder.Diff
Returns a String representation of the Diff, with the following format:
toString() - Method in class org.aoju.bus.core.builder.DiffResult
Builds a String description of the differences contained within this DiffResult.
toString(ToStringStyle) - Method in class org.aoju.bus.core.builder.DiffResult
Builds a String description of the differences contained within this DiffResult, using the supplied ToStringStyle.
toString(Object) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value using the default ToStringStyle through reflection.
toString(Object, ToStringStyle) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(Object, ToStringStyle, boolean) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(Object, ToStringStyle, boolean, boolean) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(T, ToStringStyle, boolean, boolean, Class<? super T>) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(T, ToStringStyle, boolean, boolean, boolean, Class<? super T>) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString() - Method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Gets the String built by this builder.
toString() - Method in class org.aoju.bus.core.builder.ToStringBuilder
Returns the built toString.
toString() - Method in class org.aoju.bus.core.consts.MediaType
返回已编码的媒体类型,如“text/plain;charset=utf-8",适用于内容类型头部.
toString(Fields.Level) - Method in class org.aoju.bus.core.date.Between
格式化输出时间差
toString() - Method in class org.aoju.bus.core.date.Between
 
toString() - Method in class org.aoju.bus.core.date.DateTime
转为"yyyy-MM-dd yyyy-MM-dd HH:mm:ss " 格式字符串
toString(String) - Method in class org.aoju.bus.core.date.DateTime
转为字符串
toString(DatePrinter) - Method in class org.aoju.bus.core.date.DateTime
转为字符串
toString(DateFormat) - Method in class org.aoju.bus.core.date.DateTime
转为字符串
toString() - Method in class org.aoju.bus.core.date.format.AbstractDateBasic
 
toString() - Method in class org.aoju.bus.core.date.format.BetweenFormat
 
toString() - Method in class org.aoju.bus.core.date.format.FastDateFormat
 
toString() - Method in class org.aoju.bus.core.io.Buffer
Returns a human-readable string that describes the contents of this buffer.
toString() - Method in class org.aoju.bus.core.io.ByteString
 
toString() - Method in class org.aoju.bus.core.io.DeflaterSink
 
toString() - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
 
toString(String) - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
转为字符串
toString(Charset) - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
转为字符串
toString() - Method in class org.aoju.bus.core.io.ForwardingSink
 
toString() - Method in class org.aoju.bus.core.io.ForwardingSource
 
toString() - Method in class org.aoju.bus.core.io.RealBufferedSink
 
toString() - Method in class org.aoju.bus.core.io.RealBufferedSource
 
toString() - Method in class org.aoju.bus.core.io.resource.ClassPathResource
 
toString() - Method in class org.aoju.bus.core.io.resource.UrlResource
返回路径
toString() - Method in class org.aoju.bus.core.key.ObjectID
 
toString() - Method in class org.aoju.bus.core.key.UUID
返回此UUID 的字符串表现形式。
toString(boolean) - Method in class org.aoju.bus.core.key.UUID
返回此UUID 的字符串表现形式。
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableBool
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableByte
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableDouble
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableFloat
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableInt
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableLong
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableObject
 
toString() - Method in class org.aoju.bus.core.lang.mutable.MutableShort
 
toString() - Method in class org.aoju.bus.core.lang.tuple.Pair
Returns a String representation of this pair using the format ($left,$right).
toString(String) - Method in class org.aoju.bus.core.lang.tuple.Pair
Formats the receiver using the given format.
toString() - Method in class org.aoju.bus.core.lang.tuple.Triple
Returns a String representation of this triple using the format ($left,$middle,$right).
toString(String) - Method in class org.aoju.bus.core.lang.tuple.Triple
Formats the receiver using the given format.
toString() - Method in class org.aoju.bus.core.reflect.TypeLiteral
 
toString() - Method in class org.aoju.bus.core.text.csv.CsvRow
 
toString() - Method in class org.aoju.bus.core.text.StrBuilder
Gets a String version of the string builder, creating a new instance each time the method is called.
toString() - Method in class org.aoju.bus.core.thread.NamedInheritableThreadLocal
 
toString() - Method in class org.aoju.bus.core.thread.NamedThreadLocal
 
toString(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组或集合转String
toString(Object, String) - Static method in class org.aoju.bus.core.utils.ArrayUtils
数组或集合转String
toString(boolean, String, String) - Static method in class org.aoju.bus.core.utils.BooleanUtils
将boolean转换为字符串
toString(char) - Static method in class org.aoju.bus.core.utils.CharUtils
字符转为字符串 如果为ASCII字符,使用缓存
toString() - Method in class org.aoju.bus.core.utils.EscapeUtils.Builder
Return the escaped string.
toString(InputStream, String) - Static method in class org.aoju.bus.core.utils.IoUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class org.aoju.bus.core.utils.IoUtils
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.aoju.bus.core.utils.IoUtils
Get the contents of a byte[] as a String using the default character encoding of the platform.
toString(byte[], String) - Static method in class org.aoju.bus.core.utils.IoUtils
Get the contents of a byte[] as a String using the specified character encoding.
toString(Object) - Static method in class org.aoju.bus.core.utils.StringUtils
重写toString方法,处理了空指针问题 (默认如果对象为null则替换成"")
toString(Object, String) - Static method in class org.aoju.bus.core.utils.StringUtils
重写toString方法,处理了空指针问题
toString(Class<?>[]) - Static method in class org.aoju.bus.core.utils.StringUtils
 
toString(String[]) - Static method in class org.aoju.bus.core.utils.StringUtils
 
toString(boolean) - Method in class org.aoju.bus.core.utils.TextUtils
生成字符串
toString() - Method in class org.aoju.bus.core.utils.TextUtils
生成字符串
toString(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Present a given type as a Java-esque String.
toString(String) - Static method in class org.aoju.bus.core.utils.UnicodeUtils
Unicode字符串转为普通字符串 Unicode字符串的表现方式为:\\uXXXX
toStringAndReset() - Method in class org.aoju.bus.core.utils.TextUtils
重置并返回生成的字符串
toStringArray(Object[]) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Returns an array containing the string representation of each element in the argument array.
toStringArray(Object[], String) - Static method in class org.aoju.bus.core.utils.ArrayUtils
Returns an array containing the string representation of each element in the argument array handling null elements.
toStringArray(Collection<String>) - Static method in class org.aoju.bus.core.utils.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.aoju.bus.core.utils.StringUtils
Copy the given Enumeration into a String array.
toStringBabble() - Method in class org.aoju.bus.core.key.ObjectID
 
toStringBuffer() - Method in class org.aoju.bus.core.text.StrBuilder
Gets a StringBuffer version of the string builder, creating a new instance each time the method is called.
ToStringBuilder - Class in org.aoju.bus.core.builder
Assists in implementing Object.toString() methods.
ToStringBuilder(Object) - Constructor for class org.aoju.bus.core.builder.ToStringBuilder
Constructs a builder for the specified object using the default output style.
ToStringBuilder(Object, ToStringStyle) - Constructor for class org.aoju.bus.core.builder.ToStringBuilder
Constructs a builder for the specified object using the defined output style.
ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.aoju.bus.core.builder.ToStringBuilder
Constructs a builder for the specified object.
toStringBuilder() - Method in class org.aoju.bus.core.text.StrBuilder
Gets a StringBuilder version of the string builder, creating a new instance each time the method is called.
toStringExclude(Object, Collection<String>) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a String for a toString method excluding the given field names.
toStringExclude(Object, String...) - Static method in class org.aoju.bus.core.builder.ReflectionToStringBuilder
Builds a String for a toString method excluding the given field names.
ToStringExclude - Annotation Type in org.aoju.bus.core.builder
Use this annotation to exclude a field from being used by the ReflectionToStringBuilder.
toStringMongod() - Method in class org.aoju.bus.core.key.ObjectID
 
toStringOnOff(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
将boolean转换为字符串 'on' 或者 'off'.
ToStringStyle - Class in org.aoju.bus.core.builder
Controls String formatting for ToStringBuilder.
ToStringStyle() - Constructor for class org.aoju.bus.core.builder.ToStringStyle
Constructor.
ToStringSummary - Annotation Type in org.aoju.bus.core.builder
Use this annotation on the fields to get the summary instead of the detailed information when using ReflectionToStringBuilder.
toStringTrueFalse(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
将boolean转换为字符串 'true' 或者 'false'.
toStringYesNo(boolean) - Static method in class org.aoju.bus.core.utils.BooleanUtils
将boolean转换为字符串 'yes' 或者 'no'.
totalPage(int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
根据总数计算总页数
toTimestamp() - Method in class org.aoju.bus.core.date.DateTime
转为Timestamp
toTimeStr() - Method in class org.aoju.bus.core.date.DateTime
转为"HH:mm:ss" 格式字符串
toTreeSet(Collection<T>, Comparator<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
将集合转换为排序后的TreeSet
touch(String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件及其父目录,如果这个文件存在,直接返回这个文件 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
touch(File) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件及其父目录,如果这个文件存在,直接返回这个文件 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
touch(File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件及其父目录,如果这个文件存在,直接返回这个文件 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
touch(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
创建文件及其父目录,如果这个文件存在,直接返回这个文件 此方法不对File对象类型做判断,如果File不存在,无法判断其类型
toUnderlineCase(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
将驼峰式命名的字符串转换为下划线方式。如果转换前的驼峰式命名的字符串为空,则返回空字符串。 例如:HelloWorld=》hello_world
toUnicode(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串转换为unicode编码
toUnicode(String, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
字符串编码为Unicode形式
toUnicode(String) - Static method in class org.aoju.bus.core.utils.UnicodeUtils
字符串编码为Unicode形式
toUnicode(String, boolean) - Static method in class org.aoju.bus.core.utils.UnicodeUtils
字符串编码为Unicode形式
toUnicodeHex(int) - Static method in class org.aoju.bus.core.utils.HexUtils
将指定int值转换为Unicode字符串形式,常用于特殊字符(例如汉字)转Unicode形式 转换的字符串如果u后不足4位,则前面用0填充,例如:
toUnicodeHex(char) - Static method in class org.aoju.bus.core.utils.HexUtils
将指定char值转换为Unicode字符串形式,常用于特殊字符(例如汉字)转Unicode形式 转换的字符串如果u后不足4位,则前面用0填充,例如:
toURI(URL) - Static method in class org.aoju.bus.core.utils.URLUtils
转URL为URI
toURI(String) - Static method in class org.aoju.bus.core.utils.URLUtils
转字符串为URI
toUrlForHttp(String) - Static method in class org.aoju.bus.core.utils.URLUtils
将URL字符串转换为URL对象,并做必要验证
toUrlForHttp(String, URLStreamHandler) - Static method in class org.aoju.bus.core.utils.URLUtils
将URL字符串转换为URL对象,并做必要验证
toUrlStr(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串转换为url参数形式(中文和特殊字符会以%xx表示)
toUrlStr(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将字符串转换为url参数形式(中文和特殊字符会以%xx表示)
toUtf16Escape(int) - Method in class org.aoju.bus.core.text.escape.JavaUnicodeEscaper
Converts the given codepoint to a hex string of the form "\\uXXXX\\uXXXX".
toUtf16Escape(int) - Method in class org.aoju.bus.core.text.escape.UnicodeEscaper
Converts the given codepoint to a hex string of the form "\\uXXXX".
TRACE - Static variable in class org.aoju.bus.core.consts.Httpd
 
TRADITIONAL_DIGITS - Static variable in class org.aoju.bus.core.consts.Normal
繁体中文形式
TRADITIONAL_UNITS - Static variable in class org.aoju.bus.core.consts.Normal
繁体中文单位
transElements(NodeList) - Static method in class org.aoju.bus.core.utils.XmlUtils
将NodeList转换为Element列表
transElements(Element, NodeList) - Static method in class org.aoju.bus.core.utils.XmlUtils
将NodeList转换为Element列表 非Element节点将被忽略
translate(int, Writer) - Method in class org.aoju.bus.core.text.escape.NumericEscaper
 
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.escape.NumericUnescaper
 
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.escape.OctalUnescaper
 
translate(int, Writer) - Method in class org.aoju.bus.core.text.escape.UnicodeEscaper
 
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.escape.UnicodeUnescaper
 
translate(int, Writer) - Method in class org.aoju.bus.core.text.escape.UnicodeUnpaired
 
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.translate.AggregateTranslator
The first translator to consume codepoints from the input is the 'winner'.
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.translate.CharSequenceTranslator
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence) - Method in class org.aoju.bus.core.text.translate.CharSequenceTranslator
Helper for non-Writer usage.
translate(CharSequence, Writer) - Method in class org.aoju.bus.core.text.translate.CharSequenceTranslator
Translate an input onto a Writer.
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.translate.CodePointTranslator
Implementation of translate that maps onto the abstract translate(int, Writer) method.
translate(int, Writer) - Method in class org.aoju.bus.core.text.translate.CodePointTranslator
Translate the specified codepoint into another.
translate(CharSequence, int, Writer) - Method in class org.aoju.bus.core.text.translate.LookupTranslator
 
transMap2Bean(Map<String, Object>, Object) - Static method in class org.aoju.bus.core.utils.ObjectUtils
 
transToStartEnd(int, int) - Static method in class org.aoju.bus.core.utils.CollUtils
将页数和每页条目数转换为开始位置和结束位置 此方法用于不包括结束位置的分页方法 例如: 页码:1,每页10 =》 [0, 10] 页码:2,每页10 =》 [10, 20] 。。。
trim() - Method in class org.aoju.bus.core.text.StrBuilder
Trims the builder by removing characters less than or equal to a space from the beginning and end.
trim(String[]) - Static method in class org.aoju.bus.core.utils.StringUtils
分别去空格
trim(String) - Static method in class org.aoju.bus.core.utils.StringUtils
字符串去空格
trim(CharSequence, int) - Static method in class org.aoju.bus.core.utils.StringUtils
除去字符串头尾部的空白符,如果字符串是null,依然返回null。
trimMatcher() - Static method in class org.aoju.bus.core.text.StrMatcher
Matches the String trim() whitespace characters.
trimStrFields(T, String...) - Static method in class org.aoju.bus.core.utils.BeanUtils
把Bean里面的String属性做trim操作。
trimToEmpty(String) - Static method in class org.aoju.bus.core.utils.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) - Static method in class org.aoju.bus.core.utils.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.
Triple<L,M,R> - Class in org.aoju.bus.core.lang.tuple
由三个元素组成的三元组 这个类是一个定义基本API的抽象实现。 表示元素为'left'、'middle'和'right'.
Triple() - Constructor for class org.aoju.bus.core.lang.tuple.Triple
 
type - Variable in class org.aoju.bus.core.consts.MediaType
 
type() - Method in class org.aoju.bus.core.consts.MediaType
返回高级媒体类型,如: "text", "image", "audio", "video", or "application".
TYPE_SUBTYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
Typed<T> - Interface in org.aoju.bus.core.reflect
Generalization of "has a type."
TypeLiteral<T> - Class in org.aoju.bus.core.reflect
Type literal comparable to javax.enterprise.util.TypeLiteral, made generally available outside the JEE context.
TypeLiteral() - Constructor for class org.aoju.bus.core.reflect.TypeLiteral
The default constructor.
typesSatisfyVariables(Map<TypeVariable<?>, Type>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Determines whether or not specified types satisfy the bounds of their mapped type variables.
TypeUtils - Class in org.aoju.bus.core.utils
针对 Type 的工具类封装 最主要功能包括:
TypeUtils() - Constructor for class org.aoju.bus.core.utils.TypeUtils
TypeUtils instances should NOT be constructed in standard programming.
TypeUtils.WildcardTypeBuilder - Class in org.aoju.bus.core.utils
WildcardType builder.

U

UnauthorizedException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 未认证异常
UnauthorizedException() - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
UnauthorizedException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
UnauthorizedException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.UnauthorizedException
 
uncapitalize(String) - Static method in class org.aoju.bus.core.utils.StringUtils
 
UncheckedException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 未受检异常
UncheckedException() - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
 
UncheckedException(String) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
将抛出对象包裹成运行时异常,并增加自己的描述
UncheckedException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
将抛出对象包裹成运行时异常,并增加自己的描述
UncheckedException(String, Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
将抛出对象包裹成运行时异常,并增加自己的描述
UncheckedException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
将抛出对象包裹成运行时异常,并增加自己的描述
UncheckedException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
根据格式化字符串,生成运行时异常
UncheckedException(Throwable, String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.UncheckedException
将抛出对象包裹成运行时异常,并增加自己的描述
unCompress(String, String...) - Static method in class org.aoju.bus.core.utils.StringUtils
系统解压缩
unCompress2(String, String...) - Static method in class org.aoju.bus.core.utils.StringUtils
自定义二级解压缩
UNDERLINE - Static variable in class org.aoju.bus.core.consts.Symbol
 
UNESCAPE_ECMASCRIPT - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
取消转义EcmaScript的转换器对象
UNESCAPE_HTML3 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于取消转义,HTML 3.0版本对象
UNESCAPE_HTML4 - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于取消转义,HTML 4.0版本对象
UNESCAPE_JAVA - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
取消转义为Java字符 转换器对象
UNESCAPE_JSON - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于取消转义Json的转换器对象
UNESCAPE_XML - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
取消转义XML的转换器对象。
UNESCAPE_XSI - Static variable in class org.aoju.bus.core.text.escape.EscapeCodeValues
用于取消转义已转义的XSI值项的转换器
unescapeEcmaScript(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes any EcmaScript literals found in the String.
unescapeHtml3(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeHtml4(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeJava(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes any Java literals found in the String.
unescapeJson(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes any Json literals found in the String.
unescapeXml(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeXSI(String) - Static method in class org.aoju.bus.core.utils.EscapeUtils
Unescapes the characters in a String using XSI rules.
unGzip(byte[], String) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip解压缩处理
unGzip(byte[]) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip解压处理
unGzip(InputStream) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip解压处理
unGzip(InputStream, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
Gzip解压处理
UnicodeEscaper - Class in org.aoju.bus.core.text.escape
Translates codepoints to their Unicode escaped value.
UnicodeEscaper() - Constructor for class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper for all characters.
UnicodeEscaper(int, int, boolean) - Constructor for class org.aoju.bus.core.text.escape.UnicodeEscaper
Constructs a UnicodeEscaper for the specified range.
unicodeToStr(String) - Static method in class org.aoju.bus.core.convert.Convert
unicode的String转换成String的字符串
unicodeToString(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将unicode编码还原为字符串
unicodeToString(String, boolean) - Static method in class org.aoju.bus.core.utils.StringUtils
Unicode字符串转为普通字符串 Unicode字符串的表现方式为:\\uXXXX
UnicodeUnescaper - Class in org.aoju.bus.core.text.escape
Translates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.
UnicodeUnescaper() - Constructor for class org.aoju.bus.core.text.escape.UnicodeUnescaper
 
UnicodeUnpaired - Class in org.aoju.bus.core.text.escape
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
UnicodeUnpaired() - Constructor for class org.aoju.bus.core.text.escape.UnicodeUnpaired
 
UnicodeUtils - Class in org.aoju.bus.core.utils
提供Unicode字符串和普通字符串之间的转换
UnicodeUtils() - Constructor for class org.aoju.bus.core.utils.UnicodeUtils
 
union(Collection<T>, Collection<T>) - Static method in class org.aoju.bus.core.utils.CollUtils
两个集合的并集 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留最多的个数 例如:集合1:[a, b, c, c, c],集合2:[a, b, c, c] 结果:[a, b, c, c, c],此结果中只保留了三个c
union(Collection<T>, Collection<T>, Collection<T>...) - Static method in class org.aoju.bus.core.utils.CollUtils
多个集合的并集 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留最多的个数 例如:集合1:[a, b, c, c, c],集合2:[a, b, c, c] 结果:[a, b, c, c, c],此结果中只保留了三个c
universal(char[], int, int[]) - Static method in class org.aoju.bus.core.utils.HashUtils
Universal Hashing
unrollVariables(Map<TypeVariable<?>, Type>, Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Get a type representing type with variable assignments "unrolled."
UnsafeCursor() - Constructor for class org.aoju.bus.core.io.Buffer.UnsafeCursor
 
unWrap(Class<?>) - Static method in enum org.aoju.bus.core.convert.BasicType
包装类转为原始类,非包装类返回原类
unWrap(Class<?>) - Static method in class org.aoju.bus.core.convert.Convert
包装类转为原始类,非包装类返回原类
unWrap(Integer...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Character...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(Boolean...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装类数组转为原始类型数组
unWrap(CharSequence, String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉字符包装,如果未被包装则返回原字符串
unWrap(CharSequence, char, char) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉字符包装,如果未被包装则返回原字符串
unWrap(CharSequence, char) - Static method in class org.aoju.bus.core.utils.StringUtils
去掉字符包装,如果未被包装则返回原字符串
unwrapThrow(Throwable) - Static method in exception org.aoju.bus.core.lang.exception.UncheckedException
 
unzip(String) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压到文件名相同的目录中,默认编码UTF-8
unzip(String, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压到文件名相同的目录中
unzip(File) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压到文件名相同的目录中,使用UTF-8编码
unzip(File, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压到文件名相同的目录中
unzip(String, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压,默认UTF-8编码
unzip(String, String, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压
unzip(File, File) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压,默认使用UTF-8编码
unzip(File, File, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压
unzipFileBytes(String, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
从Zip文件中提取指定的文件为bytes
unzipFileBytes(String, Charset, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
从Zip文件中提取指定的文件为bytes
unzipFileBytes(File, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
从Zip文件中提取指定的文件为bytes
unzipFileBytes(File, Charset, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
从Zip文件中提取指定的文件为bytes
unZlib(byte[], String) - Static method in class org.aoju.bus.core.utils.ZipUtils
Zlib解压缩处理
unZlib(byte[]) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压缩zlib
unZlib(InputStream) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压缩zlib
unZlib(InputStream, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
解压缩zlib
upperFirst(CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
大写首字母 例如:str = name, return Name
upperFirstAndAddPre(CharSequence, String) - Static method in class org.aoju.bus.core.utils.StringUtils
原字符串首字母大写并在其首部添加指定字符串 例如:str=name, preString=get =》 return getName
URIConverter - Class in org.aoju.bus.core.convert.impl
URI对象转换器
URIConverter() - Constructor for class org.aoju.bus.core.convert.impl.URIConverter
 
URL - Static variable in class org.aoju.bus.core.consts.RegEx
 
url - Variable in class org.aoju.bus.core.io.resource.UrlResource
 
url(String) - Static method in class org.aoju.bus.core.utils.URLUtils
通过一个字符串形式的URL地址创建URL对象
url(String, URLStreamHandler) - Static method in class org.aoju.bus.core.utils.URLUtils
通过一个字符串形式的URL地址创建URL对象
URL_HTTP - Static variable in class org.aoju.bus.core.consts.RegEx
 
URL_HTTP_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
Http URL
URL_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
URL
URL_PROTOCOL_FILE - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示文件: "file"
URL_PROTOCOL_JAR - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示Jar文件: "jar"
URL_PROTOCOL_VFS - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示JBoss VFS资源: "vfs"
URL_PROTOCOL_VFSFILE - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示JBoss文件: "vfsfile"
URL_PROTOCOL_VFSZIP - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示JBoss zip文件: "vfszip"
URL_PROTOCOL_WSJAR - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示WebSphere文件: "wsjar"
URL_PROTOCOL_ZIP - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 协议表示zip文件: "zip"
URL_SAFE_ENCODE_TABLE - Static variable in class org.aoju.bus.core.codec.Base64
URL安全的编码表,将 + 和 / 替换为 - 和 _
URLConverter - Class in org.aoju.bus.core.convert.impl
URL对象转换器
URLConverter() - Constructor for class org.aoju.bus.core.convert.impl.URLConverter
 
UrlResource - Class in org.aoju.bus.core.io.resource
URL资源访问类
UrlResource(URL) - Constructor for class org.aoju.bus.core.io.resource.UrlResource
构造
UrlResource(URL, String) - Constructor for class org.aoju.bus.core.io.resource.UrlResource
构造
urlStrToString(String) - Static method in class org.aoju.bus.core.utils.StringUtils
将url参数形式的字符串转换为原始字符串(中文和特殊字符会以%xx表示)
urlStrToString(String, String) - Static method in class org.aoju.bus.core.utils.StringUtils
将url参数形式的字符串转换为原始字符串(中文和特殊字符会以%xx表示)
URLUtils - Class in org.aoju.bus.core.utils
统一资源定位符相关工具类
URLUtils() - Constructor for class org.aoju.bus.core.utils.URLUtils
 
US_ASCII - Static variable in class org.aoju.bus.core.consts.Charset
 
USER_COUNTRY - Static variable in class org.aoju.bus.core.consts.System
用户的当前地区国家
USER_DIR - Static variable in class org.aoju.bus.core.consts.System
用户的当前工作目录
USER_HOME - Static variable in class org.aoju.bus.core.consts.System
用户的主目录
USER_LANGUAGE - Static variable in class org.aoju.bus.core.consts.System
用户的当前语言
USER_NAME - Static variable in class org.aoju.bus.core.consts.System
用户的账户名称
USER_REGION - Static variable in class org.aoju.bus.core.consts.System
用户的当前区域
USERNAME_ENCODE_SET - Static variable in class org.aoju.bus.core.consts.Symbol
 
useSynchronousQueue() - Method in class org.aoju.bus.core.thread.ExecutorBuilder
使用SynchronousQueue 做为等待队列
UTC_FORMAT - Static variable in class org.aoju.bus.core.consts.Fields
UTC时间: FastDateFormat yyyy-MM-dd'T'HH:mm:ss'Z'
UTC_PATTERN - Static variable in class org.aoju.bus.core.consts.Fields
UTC时间: yyyy-MM-dd'T'HH:mm:ss'Z'
utf8() - Method in class org.aoju.bus.core.io.ByteString
 
utf8filte(InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
判断并移除UTF-8的BOM头
utf8r(InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
utf8Str(Object) - Static method in class org.aoju.bus.core.utils.StringUtils
将对象转为字符串 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
utf8w(OutputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
UTF_16 - Static variable in class org.aoju.bus.core.consts.Charset
 
UTF_16_BE - Static variable in class org.aoju.bus.core.consts.Charset
 
UTF_16_LE - Static variable in class org.aoju.bus.core.consts.Charset
 
UTF_32_BE - Static variable in class org.aoju.bus.core.consts.Charset
 
UTF_32_LE - Static variable in class org.aoju.bus.core.consts.Charset
 
UTF_8 - Static variable in class org.aoju.bus.core.consts.Charset
 
UUID - Static variable in class org.aoju.bus.core.consts.RegEx
 
UUID - Class in org.aoju.bus.core.key
提供通用唯一识别码(universally unique identifier)(UUID)实现,UUID表示一个128位的值。 此类拷贝自java.util.UUID,用于生成不带-的UUID字符串 这些通用标识符具有不同的变体。此类的方法用于操作 Leach-Salz 变体,不过构造方法允许创建任何 UUID 变体(将在下面进行描述)。 变体 2 (Leach-Salz) UUID 的布局如下: long 型数据的最高有效位由以下无符号字段组成:
UUID(long, long) - Constructor for class org.aoju.bus.core.key.UUID
使用指定的数据构造新的 UUID。
UUID_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
UUID
UUID_SIMPLE - Static variable in class org.aoju.bus.core.consts.RegEx
 
UUID_SIMPLE_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
不带横线的UUID
UUIDConverter - Class in org.aoju.bus.core.convert.impl
UUID对象转换器转换器
UUIDConverter() - Constructor for class org.aoju.bus.core.convert.impl.UUIDConverter
 

V

validateBetween(Number, Number, Number, String) - Static method in class org.aoju.bus.core.lang.Validator
检查给定的数字是否在指定范围内
validateBirthday(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证验证是否为生日
validateChinese(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为汉字
validateCitizenIdNumber(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为身份证号码(18位中国) 出生日期只支持到到2999年
validateEmail(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为可用邮箱地址
validateEqual(Object, Object, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否相等,不相等抛出异常
ValidateException - Exception in org.aoju.bus.core.lang.exception
自定义异常: 参数验证失败
ValidateException() - Constructor for exception org.aoju.bus.core.lang.exception.ValidateException
 
ValidateException(String) - Constructor for exception org.aoju.bus.core.lang.exception.ValidateException
 
ValidateException(String, Object...) - Constructor for exception org.aoju.bus.core.lang.exception.ValidateException
 
ValidateException(Throwable) - Constructor for exception org.aoju.bus.core.lang.exception.ValidateException
 
ValidateException(String, String) - Constructor for exception org.aoju.bus.core.lang.exception.ValidateException
 
validateGeneral(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为英文字母 、数字和下划线
validateGeneral(String, int, int, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为给定长度范围的英文字母 、数字和下划线
validateGeneral(String, int, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为给定最小长度的英文字母 、数字和下划线
validateGeneralWithChinese(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为中文字、英文字母、数字和下划线
validateIndex(int) - Method in class org.aoju.bus.core.text.StrBuilder
Validates parameters defining a single index in the builder.
validateIpv4(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为IPV4地址
validateLetter(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否全部为字母组成,包括大写和小写字母和汉字
validateLowerCase(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证字符串是否全部为小写字母
validateMac(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为MAC地址
validateMatchRegex(String, String, String) - Static method in class org.aoju.bus.core.lang.Validator
通过正则表达式验证 不符合正则
validateMobile(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为手机号码(中国)
validateMoney(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为货币
validateNotEmpty(Object, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为空,为空时抛出异常 对于String类型判定是否为empty(null 或 "")
validateNotEmptyAndEqual(Object, Object, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否非空且与指定值相等 当数据为空时抛出验证异常 当两值不等时抛出异常
validateNotEmptyAndNotEqual(Object, Object, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否非空且与指定值相等 当数据为空时抛出验证异常 当两值相等时抛出异常
validateNotEqual(Object, Object, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否不等,相等抛出异常
validateNotNull(T, String, Object...) - Static method in class org.aoju.bus.core.lang.Validator
检查指定值是否为null
validateNumber(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为数字
validatePlateNumber(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为中国车牌号
validateRange(int, int) - Method in class org.aoju.bus.core.text.StrBuilder
Validates parameters defining a range of the builder.
validateUpperCase(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证字符串是否全部为大写字母
validateUrl(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为URL
validateUUID(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为UUID 包括带横线标准格式和不带横线的简单模式
validateWord(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为字母(包括大写和小写字母)
validateZipCode(String, String) - Static method in class org.aoju.bus.core.lang.Validator
验证是否为邮政编码(中国)
Validator - Class in org.aoju.bus.core.lang
字段验证器
Validator() - Constructor for class org.aoju.bus.core.lang.Validator
 
value(String, Type) - Method in class org.aoju.bus.core.bean.copier.provider.BeanValueProvider
 
value(String, Type) - Method in class org.aoju.bus.core.bean.copier.provider.MapValueProvider
 
value(T, Type) - Method in interface org.aoju.bus.core.bean.copier.ValueProvider
获取值
value - Variable in class org.aoju.bus.core.reflect.TypeLiteral
Represented type.
valueOf(String) - Static method in enum org.aoju.bus.core.bean.BeanDescCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.bean.BeanInfoCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.DateField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.Quarter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Fields.Week
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.consts.Lang
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.convert.BasicType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.image.ScaleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.io.file.FileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.io.file.LineSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.text.escape.NumericUnescaper.OPTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.thread.RejectPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.utils.ClassUtils.Interfaces
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aoju.bus.core.utils.ModifierUtils.ModifierType
Returns the enum constant of this type with the specified name.
ValueProvider<T> - Interface in org.aoju.bus.core.bean.copier
值提供者,用于提供Bean注入时参数对应值得抽象接口 继承或匿名实例化此接口 在Bean注入过程中,Bean获得字段名,通过外部方式根据这个字段名查找相应的字段值,然后注入Bean
values() - Static method in enum org.aoju.bus.core.bean.BeanDescCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.bean.BeanInfoCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.DateField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.Quarter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Fields.Week
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.consts.Lang
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.convert.BasicType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.image.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.io.file.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.io.file.LineSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.aoju.bus.core.map.MapProxy
 
values() - Method in class org.aoju.bus.core.map.MapWrapper
 
values() - Method in class org.aoju.bus.core.map.TableMap
 
values() - Static method in enum org.aoju.bus.core.text.escape.NumericUnescaper.OPTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.thread.RejectPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.utils.ClassUtils.Interfaces
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aoju.bus.core.utils.ModifierUtils.ModifierType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesOfKeys(Map<K, V>, K...) - Static method in class org.aoju.bus.core.utils.CollUtils
从Map中获取指定键列表对应的值列表 如果key在map中不存在或key对应值为null,则返回值列表对应位置的值也为null
valuesOfKeys(Map<K, V>, Iterable<K>) - Static method in class org.aoju.bus.core.utils.CollUtils
从Map中获取指定键列表对应的值列表 如果key在map中不存在或key对应值为null,则返回值列表对应位置的值也为null
valuesOfKeys(Map<K, V>, Iterator<K>) - Static method in class org.aoju.bus.core.utils.CollUtils
从Map中获取指定键列表对应的值列表 如果key在map中不存在或key对应值为null,则返回值列表对应位置的值也为null
variant() - Method in class org.aoju.bus.core.key.UUID
与此 UUID 相关联的变体号。变体号描述 UUID 的布局。
VENDOR - Static variable in class org.aoju.bus.core.consts.System
Java 运行时环境供应商
VENDOR_URL - Static variable in class org.aoju.bus.core.consts.System
Java 供应商的 URL
VERSION - Static variable in class org.aoju.bus.core.consts.System
Java 运行时环境版本
version() - Method in class org.aoju.bus.core.key.UUID
与此 UUID 相关联的版本号.
VIDEO_MP4 - Static variable in class org.aoju.bus.core.consts.MediaType
"video/mp4"
VIDEO_MP4_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
VIDEO_MPEG - Static variable in class org.aoju.bus.core.consts.MediaType
"video/mpeg"
VIDEO_MPEG_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
VIDEO_WILDCARD - Static variable in class org.aoju.bus.core.consts.MediaType
"video/*"
VIDEO_WILDCARD_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
 
VIDEOS - Static variable in class org.aoju.bus.core.consts.FileType
视频
VM_INFO - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机实现信息
VM_NAME - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机实现名称
VM_SPECIFICATION_NAME - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机规范名称
VM_SPECIFICATION_VENDOR - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机规范供应商
VM_SPECIFICATION_VERSION - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机规范版本
VM_VENDOR - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机实现供应商
VM_VERSION - Static variable in class org.aoju.bus.core.consts.System
Java 虚拟机实现版本
VoidFunc - Interface in org.aoju.bus.core.lang
函数对象 接口灵感来自于ActFramework 一个函数接口代表一个一个函数,用于包装一个函数为对象 在JDK8之前,Java的函数并不能作为参数传递,也不能作为返回值存在,此接口用于将一个函数包装成为一个对象,从而传递对象

W

waitForDie(Thread) - Static method in class org.aoju.bus.core.utils.ThreadUtils
等待线程结束.
waitUntilNotified(Object) - Method in class org.aoju.bus.core.io.Timeout
 
WAR_URL_PREFIX - Static variable in class org.aoju.bus.core.utils.URLUtils
URL 前缀表示war: "war:"
WAR_URL_SEPARATOR - Static variable in class org.aoju.bus.core.utils.URLUtils
WAR路径及内部文件路径分界符
watch() - Method in class org.aoju.bus.core.io.watch.WatchMonitor
开始监听事件,阻塞当前进程
watch(Watcher) - Method in class org.aoju.bus.core.io.watch.WatchMonitor
开始监听事件,阻塞当前进程
Watcher - Interface in org.aoju.bus.core.io.watch
观察者(监视器)
WatcherChain - Class in org.aoju.bus.core.io.watch.watchers
观察者链 用于加入多个观察者
WatcherChain(Watcher...) - Constructor for class org.aoju.bus.core.io.watch.watchers.WatcherChain
构造
WatchMonitor - Class in org.aoju.bus.core.io.watch
路径监听器 监听器可监听目录或文件 如果监听的Path不存在,则递归创建空目录然后监听此空目录 递归监听目录时,并不会监听新创建的目录
WatchMonitor(File, WatchEvent.Kind<?>...) - Constructor for class org.aoju.bus.core.io.watch.WatchMonitor
构造
WatchMonitor(String, WatchEvent.Kind<?>...) - Constructor for class org.aoju.bus.core.io.watch.WatchMonitor
构造
WatchMonitor(Path, WatchEvent.Kind<?>...) - Constructor for class org.aoju.bus.core.io.watch.WatchMonitor
构造
WatchMonitor(Path, int, WatchEvent.Kind<?>...) - Constructor for class org.aoju.bus.core.io.watch.WatchMonitor
构造 例如设置:
WatchUtils - Class in org.aoju.bus.core.utils
监听工具类 主要负责文件监听器的快捷创建
WatchUtils() - Constructor for class org.aoju.bus.core.utils.WatchUtils
 
WebAppResource - Class in org.aoju.bus.core.io.resource
Web root资源访问对象
WebAppResource(String) - Constructor for class org.aoju.bus.core.io.resource.WebAppResource
构造
weekCN(String) - Static method in class org.aoju.bus.core.utils.DateUtils
转换星期
weekCount(Date, Date) - Static method in class org.aoju.bus.core.utils.DateUtils
计算指定指定时间区间内的周数
weekOfMonth() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期是所在月份的第几周 此方法返回值与一周的第一天有关,比如: 2016年1月3日为周日,如果一周的第一天为周日,那这天是第二周(返回2) 如果一周的第一天为周一,那这天是第一周(返回1)
weekOfMonth(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期是所在月份的第几周
weekOfYear() - Method in class org.aoju.bus.core.date.DateTime
获得指定日期是所在年份的第几周 此方法返回值与一周的第一天有关,比如: 2016年1月3日为周日,如果一周的第一天为周日,那这天是第二周(返回2) 如果一周的第一天为周一,那这天是第一周(返回1)
weekOfYear(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期是所在年份的第几周
WeightObj(T, double) - Constructor for class org.aoju.bus.core.lang.WeightRandom.WeightObj
构造
WeightRandom<T> - Class in org.aoju.bus.core.lang
权重随机算法实现
WeightRandom() - Constructor for class org.aoju.bus.core.lang.WeightRandom
构造
WeightRandom(WeightRandom.WeightObj<T>) - Constructor for class org.aoju.bus.core.lang.WeightRandom
构造
WeightRandom(Iterable<WeightRandom.WeightObj<T>>) - Constructor for class org.aoju.bus.core.lang.WeightRandom
构造
WeightRandom(WeightRandom.WeightObj<T>[]) - Constructor for class org.aoju.bus.core.lang.WeightRandom
构造
WeightRandom.WeightObj<T> - Class in org.aoju.bus.core.lang
带有权重的对象包装
WILDCARD - Static variable in class org.aoju.bus.core.consts.MediaType
A String constant representing wildcard "*/*" media type .
WILDCARD_TYPE - Static variable in class org.aoju.bus.core.consts.MediaType
A MediaType constant representing wildcard "*/*" media type.
wildcardType() - Static method in class org.aoju.bus.core.utils.TypeUtils
with(CharSequenceTranslator...) - Method in class org.aoju.bus.core.text.translate.CharSequenceTranslator
Helper method to create a merger of this translator with another set of translators.
withLowerBounds(Type...) - Method in class org.aoju.bus.core.utils.TypeUtils.WildcardTypeBuilder
Specify lower bounds of the wildcard type to build.
withUpperBounds(Type...) - Method in class org.aoju.bus.core.utils.TypeUtils.WildcardTypeBuilder
Specify upper bounds of the wildcard type to build.
WORD - Static variable in class org.aoju.bus.core.consts.RegEx
 
WORD_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
字母
work() - Method in class org.aoju.bus.core.thread.SyncFinisher.Worker
 
Worker() - Constructor for class org.aoju.bus.core.thread.SyncFinisher.Worker
 
wrap(Class<?>) - Static method in enum org.aoju.bus.core.convert.BasicType
原始类转为包装类,非原始类返回原类
wrap(Class<?>) - Static method in class org.aoju.bus.core.convert.Convert
原始类转为包装类,非原始类返回原类
wrap(long...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(char...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(byte...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(short...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(float...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(double...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(boolean...) - Static method in class org.aoju.bus.core.utils.ArrayUtils
将原始类型数组包装为包装类型
wrap(Object) - Static method in class org.aoju.bus.core.utils.ArrayUtils
包装数组对象
wrap(byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
wrap(CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
包装指定字符串 当前缀和后缀一致时使用此方法
wrap(CharSequence, CharSequence, CharSequence) - Static method in class org.aoju.bus.core.utils.StringUtils
包装指定字符串
wrap(Type) - Static method in class org.aoju.bus.core.utils.TypeUtils
Wrap the specified Type in a Typed wrapper.
wrap(Class<T>) - Static method in class org.aoju.bus.core.utils.TypeUtils
Wrap the specified Class in a Typed wrapper.
wrapAll(CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
包装多个字符串
wrapAll(CharSequence, CharSequence, CharSequence...) - Static method in class org.aoju.bus.core.utils.StringUtils
包装多个字符串
wrapperPrimitiveMap - Static variable in enum org.aoju.bus.core.convert.BasicType
包装类型为Key,原始类型为Value,例如: Integer.class =》 int.class.
wrappersToPrimitives(Class<?>...) - Static method in class org.aoju.bus.core.utils.ClassUtils
Converts the specified array of wrapper Class objects to an array of its corresponding primitive Class objects.
wrapperToPrimitive(Class<?>) - Static method in class org.aoju.bus.core.utils.ClassUtils
Converts the specified wrapper class to its corresponding primitive class.
writableSegment(int) - Method in class org.aoju.bus.core.io.Buffer
 
write(OutputStream) - Method in class org.aoju.bus.core.image.Image
写出图像
write(ImageOutputStream) - Method in class org.aoju.bus.core.image.Image
写出图像为PNG格式
write(File) - Method in class org.aoju.bus.core.image.Image
写出图像为目标文件扩展名对应的格式
write(ByteString) - Method in class org.aoju.bus.core.io.Buffer
 
write(byte[]) - Method in class org.aoju.bus.core.io.Buffer
 
write(byte[], int, int) - Method in class org.aoju.bus.core.io.Buffer
 
write(ByteBuffer) - Method in class org.aoju.bus.core.io.Buffer
 
write(Source, long) - Method in class org.aoju.bus.core.io.Buffer
 
write(Buffer, long) - Method in class org.aoju.bus.core.io.Buffer
 
write(ByteString) - Method in interface org.aoju.bus.core.io.BufferedSink
 
write(byte[]) - Method in interface org.aoju.bus.core.io.BufferedSink
 
write(byte[], int, int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
write(Source, long) - Method in interface org.aoju.bus.core.io.BufferedSink
 
write(OutputStream) - Method in class org.aoju.bus.core.io.ByteString
 
write(Buffer, long) - Method in class org.aoju.bus.core.io.DeflaterSink
 
write(byte[], int, int) - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
 
write(int) - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
 
write(String, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
将String写入文件
write(String) - Method in class org.aoju.bus.core.io.file.FileWriter
将String写入文件,覆盖模式
write(byte[], int, int) - Method in class org.aoju.bus.core.io.file.FileWriter
写入数据到文件
write(byte[], int, int, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
写入数据到文件
write(Buffer, long) - Method in class org.aoju.bus.core.io.ForwardingSink
 
write(Buffer, long) - Method in class org.aoju.bus.core.io.GzipSink
 
write(Buffer, long) - Method in class org.aoju.bus.core.io.HashingSink
 
write(byte[], int, int) - Method in class org.aoju.bus.core.io.NullOutputStream
什么也不做,写出到/dev/null.
write(int) - Method in class org.aoju.bus.core.io.NullOutputStream
什么也不做,写出到 /dev/null.
write(byte[]) - Method in class org.aoju.bus.core.io.NullOutputStream
什么也不做,写出到 /dev/null.
write(Buffer, long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(ByteString) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(byte[]) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(byte[], int, int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(ByteBuffer) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(Source, long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
write(Buffer, long) - Method in interface org.aoju.bus.core.io.Sink
 
write(String[]...) - Method in class org.aoju.bus.core.text.csv.CsvWriter
将多行写出到Writer
write(Collection<String[]>) - Method in class org.aoju.bus.core.text.csv.CsvWriter
将多行写出到Writer
write(Image, String, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像
write(Image, String, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为指定格式
write(Image, String, ImageOutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为指定格式
write(Image, File) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为目标文件扩展名对应的格式
write(Image, ImageWriter, ImageOutputStream, float) - Static method in class org.aoju.bus.core.utils.ImageUtils
通过ImageWriter写出图片到输出流
write(OutputStream, boolean, byte[]) - Static method in class org.aoju.bus.core.utils.IoUtils
将byte[]写到流中
write(OutputStream, String, boolean, Object...) - Static method in class org.aoju.bus.core.utils.IoUtils
将多部分内容写到流中,自动转换为字符串
write(OutputStream, Charset, boolean, Object...) - Static method in class org.aoju.bus.core.utils.IoUtils
将多部分内容写到流中,自动转换为字符串
write(Writer, CharSequence) - Static method in class org.aoju.bus.core.utils.StreamUtils
将一段文本全部写入一个writer。
write(OutputStream, InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
将输入流写入一个输出流。块大小为 8192
write(OutputStream, InputStream, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
将输入流写入一个输出流。
write(Writer, Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
将文本输入流写入一个文本输出流。块大小为 8192
write(OutputStream, byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
将一个字节数组写入一个输出流。
writeAll(Source) - Method in class org.aoju.bus.core.io.Buffer
 
writeAll(Source) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeAll(Source) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeAndClose(Writer, CharSequence) - Static method in class org.aoju.bus.core.utils.StreamUtils
将一段文本全部写入一个writer。
writeAndClose(OutputStream, InputStream) - Static method in class org.aoju.bus.core.utils.StreamUtils
将输入流写入一个输出流。块大小为 8192
writeAndClose(Writer, Reader) - Static method in class org.aoju.bus.core.utils.StreamUtils
将文本输入流写入一个文本输出流。块大小为 8192
writeAndClose(OutputStream, byte[]) - Static method in class org.aoju.bus.core.utils.StreamUtils
将一个字节数组写入一个输出流。
writeAndClose(OutputStream, InputStream, int) - Static method in class org.aoju.bus.core.utils.StreamUtils
 
writeByte(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeByte(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeByte(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeBytes(byte[], String) - Static method in class org.aoju.bus.core.utils.FileUtils
写数据到文件中
writeBytes(byte[], File) - Static method in class org.aoju.bus.core.utils.FileUtils
写数据到文件中
writeBytes(byte[], File, int, int, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
写入数据到文件
writeDecimalLong(long) - Method in class org.aoju.bus.core.io.Buffer
 
writeDecimalLong(long) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeDecimalLong(long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeDeclaredField(Object, String, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a public Field.
writeDeclaredField(Object, String, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a public Field.
writeDeclaredStaticField(Class<?>, String, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a named public static Field.
writeDeclaredStaticField(Class<?>, String, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a named static Field.
writeField(Field, Object, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes an accessible Field.
writeField(Field, Object, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a Field.
writeField(Object, String, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a public Field.
writeField(Object, String, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a Field.
writeFromStream(InputStream) - Method in class org.aoju.bus.core.io.file.FileWriter
将流的内容写入文件 此方法不会关闭输入流
writeFromStream(InputStream, File) - Static method in class org.aoju.bus.core.utils.FileUtils
将流的内容写入文件
writeFromStream(InputStream, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将流的内容写入文件
writeHexadecimalUnsignedLong(long) - Method in class org.aoju.bus.core.io.Buffer
 
writeHexadecimalUnsignedLong(long) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeHexadecimalUnsignedLong(long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeInt(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeInt(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeInt(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeIntLe(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeIntLe(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeIntLe(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeJpg(Image, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为JPG格式
writeJpg(Image, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为JPG格式
writeLine() - Method in class org.aoju.bus.core.text.csv.CsvWriter
追加新行(换行)
writeLines(Collection<T>) - Method in class org.aoju.bus.core.io.file.FileWriter
将列表写入文件,覆盖模式
writeLines(Collection<T>, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
将列表写入文件
writeLines(Collection<T>, LineSeparator, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
将列表写入文件
writeLines(Collection<T>, String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式
writeLines(Collection<T>, String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式
writeLines(Collection<T>, File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式
writeLines(Collection<T>, File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式
writeLines(Collection<T>, String, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件
writeLines(Collection<T>, String, Charset, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件
writeLines(Collection<T>, File, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件
writeLines(Collection<T>, File, Charset, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件
writeLong(long) - Method in class org.aoju.bus.core.io.Buffer
 
writeLong(long) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeLong(long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeLongLe(long) - Method in class org.aoju.bus.core.io.Buffer
 
writeLongLe(long) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeLongLe(long) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeMap(Map<?, ?>, String, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
将Map写入文件,每个键值对为一行,一行中键与值之间使用kvSeparator分隔
writeMap(Map<?, ?>, LineSeparator, String, boolean) - Method in class org.aoju.bus.core.io.file.FileWriter
将Map写入文件,每个键值对为一行,一行中键与值之间使用kvSeparator分隔
writeMap(Map<?, ?>, File, Charset, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将Map写入文件,每个键值对为一行,一行中键与值之间使用kvSeparator分隔
writeObjects(OutputStream, boolean, Serializable...) - Static method in class org.aoju.bus.core.utils.IoUtils
将多部分内容写到流中
writePng(Image, ImageOutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为PNG格式
writePng(Image, OutputStream) - Static method in class org.aoju.bus.core.utils.ImageUtils
写出图像为PNG格式
writeShort(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeShort(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeShort(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeShortLe(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeShortLe(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeShortLe(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeStaticField(Field, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a public static Field.
writeStaticField(Field, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a static Field.
writeStaticField(Class<?>, String, Object) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a named public static Field.
writeStaticField(Class<?>, String, Object, boolean) - Static method in class org.aoju.bus.core.utils.FieldUtils
Writes a named static Field.
writeString(String, Charset) - Method in class org.aoju.bus.core.io.Buffer
 
writeString(String, int, int, Charset) - Method in class org.aoju.bus.core.io.Buffer
 
writeString(String, Charset) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeString(String, int, int, Charset) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeString(String, Charset) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeString(String, int, int, Charset) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeString(String, String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式
writeString(String, String, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式
writeString(String, File, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式
writeString(String, File, Charset) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式
writeTo(OutputStream) - Method in class org.aoju.bus.core.io.Buffer
Write the contents of this to out.
writeTo(OutputStream, long) - Method in class org.aoju.bus.core.io.Buffer
Write byteCount bytes from this to out.
writeTo(OutputStream) - Method in class org.aoju.bus.core.io.FastByteArrayOutputStream
写出
writeTo(Segment, int) - Method in class org.aoju.bus.core.io.Segment
 
writeToStream(OutputStream) - Method in class org.aoju.bus.core.io.file.FileReader
将文件写入流中
writeToStream(File, OutputStream) - Static method in class org.aoju.bus.core.utils.FileUtils
将文件写入流中
writeToStream(String, OutputStream) - Static method in class org.aoju.bus.core.utils.FileUtils
将流的内容写入文件
writeUtf8(String) - Method in class org.aoju.bus.core.io.Buffer
 
writeUtf8(String, int, int) - Method in class org.aoju.bus.core.io.Buffer
 
writeUtf8(String) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeUtf8(String, int, int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeUtf8(String) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeUtf8(String, int, int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeUtf8(OutputStream, boolean, Object...) - Static method in class org.aoju.bus.core.utils.IoUtils
将多部分内容写到流中,自动转换为UTF-8字符串
writeUtf8CodePoint(int) - Method in class org.aoju.bus.core.io.Buffer
 
writeUtf8CodePoint(int) - Method in interface org.aoju.bus.core.io.BufferedSink
 
writeUtf8CodePoint(int) - Method in class org.aoju.bus.core.io.RealBufferedSink
 
writeUtf8Lines(Collection<T>, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式,编码为UTF-8
writeUtf8Lines(Collection<T>, File) - Static method in class org.aoju.bus.core.utils.FileUtils
将列表写入文件,覆盖模式,编码为UTF-8
writeUtf8Map(Map<?, ?>, File, String, boolean) - Static method in class org.aoju.bus.core.utils.FileUtils
将Map写入文件,每个键值对为一行,一行中键与值之间使用kvSeparator分隔
writeUtf8String(String, String) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式,字符集为UTF-8
writeUtf8String(String, File) - Static method in class org.aoju.bus.core.utils.FileUtils
将String写入文件,覆盖模式,字符集为UTF-8

X

XMLToBeanList(String, String, Class<T>) - Static method in class org.aoju.bus.core.utils.XmlUtils
xml转list
xmlToLowerCase(String) - Static method in class org.aoju.bus.core.utils.XmlUtils
将xml节点转小写
xmlToMap(Node) - Static method in class org.aoju.bus.core.utils.XmlUtils
XML格式字符串转换为Map
xmlToMap(Node, Map<String, Object>) - Static method in class org.aoju.bus.core.utils.XmlUtils
XML节点转换为Map
XmlUtils - Class in org.aoju.bus.core.utils
XML工具类 此工具使用w3c dom工具,不需要依赖第三方包。 工具类封装了XML文档的创建、读取、写出和部分XML操作
XmlUtils() - Constructor for class org.aoju.bus.core.utils.XmlUtils
 
xor(boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取异或
xor(Boolean...) - Static method in class org.aoju.bus.core.utils.BooleanUtils
对Boolean数组取异或

Y

year() - Method in class org.aoju.bus.core.date.DateTime
获得年的部分
year(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得年的部分
yearAndQuarter(Date) - Static method in class org.aoju.bus.core.utils.DateUtils
获得指定日期年份和季节 格式:[20131]表示2013年第一季度
yesterday() - Static method in class org.aoju.bus.core.utils.DateUtils
昨天

Z

zero2One(int) - Static method in class org.aoju.bus.core.utils.NumberUtils
如果给定值为0,返回1,否则返回原值
zip(K[], V[], boolean) - Static method in class org.aoju.bus.core.utils.ArrayUtils
映射键值(参考Python的zip()函数) 例如: keys = [a,b,c,d] values = [1,2,3,4] 则得到的Map是 {a=1, b=2, c=3, d=4} 如果两个数组长度不同,则只对应最短部分
zip(String, String, String, boolean) - Static method in class org.aoju.bus.core.utils.CollUtils
映射键值(参考Python的zip()函数) 例如: keys = a,b,c,d values = 1,2,3,4 delimiter = , 则得到的Map是 {a=1, b=2, c=3, d=4} 如果两个数组长度不同,则只对应最短部分
zip(String, String, String) - Static method in class org.aoju.bus.core.utils.CollUtils
映射键值(参考Python的zip()函数),返回Map无序 例如: keys = a,b,c,d values = 1,2,3,4 delimiter = , 则得到的Map是 {a=1, b=2, c=3, d=4} 如果两个数组长度不同,则只对应最短部分
zip(Collection<K>, Collection<V>) - Static method in class org.aoju.bus.core.utils.CollUtils
映射键值(参考Python的zip()函数) 例如: keys = [a,b,c,d] values = [1,2,3,4] 则得到的Map是 {a=1, b=2, c=3, d=4} 如果两个数组长度不同,则只对应最短部分
zip(String) - Static method in class org.aoju.bus.core.utils.ZipUtils
打包到当前目录,使用默认编码UTF-8
zip(String, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
打包到当前目录
zip(File) - Static method in class org.aoju.bus.core.utils.ZipUtils
打包到当前目录,使用默认编码UTF-8
zip(File, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
打包到当前目录
zip(String, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
对文件或文件目录进行压缩 不包含被打包目录
zip(String, String, boolean) - Static method in class org.aoju.bus.core.utils.ZipUtils
对文件或文件目录进行压缩
zip(String, String, Charset, boolean) - Static method in class org.aoju.bus.core.utils.ZipUtils
对文件或文件目录进行压缩
zip(File, boolean, File...) - Static method in class org.aoju.bus.core.utils.ZipUtils
对文件或文件目录进行压缩 使用默认UTF-8编码
zip(File, Charset, boolean, File...) - Static method in class org.aoju.bus.core.utils.ZipUtils
对文件或文件目录进行压缩
zip(File, String, String) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件,使用默认UTF-8编码
zip(File, String, String, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件
zip(File, String, InputStream) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件 使用默认编码UTF-8
zip(File, String, InputStream, Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件
zip(File, String[], InputStream[]) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件 路径列表和流列表长度必须一致
zip(File, String[], InputStream[], Charset) - Static method in class org.aoju.bus.core.utils.ZipUtils
对流中的数据加入到压缩文件 路径列表和流列表长度必须一致
ZIP_CODE - Static variable in class org.aoju.bus.core.consts.RegEx
 
ZIP_CODE_PATTERN - Static variable in class org.aoju.bus.core.consts.RegEx
邮编
ZIPDOCS - Static variable in class org.aoju.bus.core.consts.FileType
压缩文档
ZipUtils - Class in org.aoju.bus.core.utils
压缩工具类
ZipUtils() - Constructor for class org.aoju.bus.core.utils.ZipUtils
 
zlib(String, String, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
Zlib压缩处理
zlib(File, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
Zlib压缩文件
zlib(byte[], int) - Static method in class org.aoju.bus.core.utils.ZipUtils
打成Zlib压缩包
zlib(InputStream, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
打成Zlib压缩包
zlib(InputStream, int, int) - Static method in class org.aoju.bus.core.utils.ZipUtils
打成Zlib压缩包
zobrist(char[], int, int[][]) - Static method in class org.aoju.bus.core.utils.HashUtils
Zobrist Hashing

_

_flip(int) - Static method in class org.aoju.bus.core.key.ObjectID
 
_inc() - Method in class org.aoju.bus.core.key.ObjectID
 
_machine() - Method in class org.aoju.bus.core.key.ObjectID
 
_time() - Method in class org.aoju.bus.core.key.ObjectID
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2019. All rights reserved.