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

A

AbstractConverter<T> - tech.mhuang.core.convert中的类
转换器抽象类
AbstractConverter() - 类 的构造器tech.mhuang.core.convert.AbstractConverter
 
AbstractObServer<T> - tech.mhuang.core.observer中的类
通用观察者服务.
AbstractObServer() - 类 的构造器tech.mhuang.core.observer.AbstractObServer
 
AbstractSubject<T> - tech.mhuang.core.observer中的类
抽象主题类
AbstractSubject() - 类 的构造器tech.mhuang.core.observer.AbstractSubject
 
add(BaseObServer<T>) - 类 中的方法tech.mhuang.core.observer.AbstractSubject
 
add(BaseObServer<T>) - 接口 中的方法tech.mhuang.core.observer.BaseSubject
添加观察者
add(String, BaseSubject) - 类 中的静态方法tech.mhuang.core.observer.ObFactory
添加主题到工厂中
addConverter(Class, AbstractConverter) - 类 中的方法tech.mhuang.core.convert.ConverterFactory
新增转换器、新增的转换器都将放入自定义下、优先选择
AsyncTask<T> - tech.mhuang.core.async中的接口
异步封装
AsyncTaskService<T> - tech.mhuang.core.async中的接口
异步执行

B

BaseBuilder<T> - tech.mhuang.core.builder中的接口
建造者模式
BaseCloneable<T> - tech.mhuang.core.clone中的接口
拷贝接口
BaseCloseable - tech.mhuang.core.close中的接口
关闭接口
BaseConverter<T> - tech.mhuang.core.convert中的接口
转换器接口
BaseEditor<T> - tech.mhuang.core.editor中的接口
编辑器接口
BaseExecutor - tech.mhuang.core.pool中的接口
重构线程池的执行
BaseIdeable<T> - tech.mhuang.core.id中的接口
生成id
BaseObServer<T> - tech.mhuang.core.observer中的接口
观察者接口
BaseReflectInvoke - tech.mhuang.core.reflect中的接口
反射调用抽象.
BaseSubject<T> - tech.mhuang.core.observer中的接口
主题
BasicDict - tech.mhuang.core.dict中的类
字典类
BasicDict() - 类 的构造器tech.mhuang.core.dict.BasicDict
 
BigDecimalConverter - tech.mhuang.core.convert.register中的类
bigDecimal转换器
BigDecimalConverter() - 类 的构造器tech.mhuang.core.convert.register.BigDecimalConverter
 
BooleanConverter - tech.mhuang.core.convert.register中的类
布尔转换器
BooleanConverter() - 类 的构造器tech.mhuang.core.convert.register.BooleanConverter
 
builder() - 接口 中的方法tech.mhuang.core.builder.BaseBuilder
构建对应的对象

C

CharSequenceUtil - tech.mhuang.core.util中的类
Operations on CharSequence that are null safe.
CharSequenceUtil() - 类 的构造器tech.mhuang.core.util.CharSequenceUtil
CharSequenceUtil instances should NOT be constructed in standard programming.
check(boolean) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
检测表达式若为True则抛出异常
check(boolean, RuntimeException) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
检测表达式若为True则抛出异常
check(boolean, Object) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
检测表达式若为True则抛出异常
check(boolean, MessageFormat, Object...) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
检测表达式若为True则抛出异常
check(T) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
参数数据若为null则抛出异常
check(T, Object) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
参数数据若为null则抛出异常
check(T, MessageFormat, Object...) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
参数数据若为null则抛出异常
check(T, RuntimeException) - 类 中的静态方法tech.mhuang.core.check.CheckAssert
参数数据若为null则抛出异常
CheckAssert - tech.mhuang.core.check中的类
检测类
checkType(Object) - 接口 中的方法tech.mhuang.core.reflect.BaseReflectInvoke
 
CHINESE_DATE_FORMAT - 类 中的静态变量tech.mhuang.core.date.DatePattern
* 中文的日期格式化 yyyy年MM月dd日
CHINESE_DATE_PATTERN - 类 中的静态变量tech.mhuang.core.date.DatePattern
中文的日期格式 yyyy年MM月dd日
cleanDirectory(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
清空目录
clear() - 类 中的方法tech.mhuang.core.observer.AbstractSubject
 
clear() - 接口 中的方法tech.mhuang.core.observer.BaseSubject
清空观察者--所有
clone() - 接口 中的方法tech.mhuang.core.clone.BaseCloneable
拷贝接口
clone() - 类 中的方法tech.mhuang.core.clone.DefaultCloneableSupport
 
CloneRuntimeException - tech.mhuang.core.clone中的异常错误
克隆异常类
CloneRuntimeException(Throwable) - 异常错误 的构造器tech.mhuang.core.clone.CloneRuntimeException
 
close() - 接口 中的方法tech.mhuang.core.close.BaseCloseable
关闭
close(URLConnection) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed URLConnection
close(Reader) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed Reader
close(Writer) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed Writer
close(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed InputStream
close(OutputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed OutputStream
close(Closeable) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed Closeable
close(Closeable...) - 类 中的静态方法tech.mhuang.core.io.IOUtil
closed Closeable...
CollectionUtil - tech.mhuang.core.util中的类
集合工具类
compare(String, String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
按照顺序比较两个字符串String.compareTo(String)
compare(String, String, boolean) - 类 中的静态方法tech.mhuang.core.util.StringUtil
按照顺序比较两个字符串String.compareTo(String)
CONST_TYPES - 接口 中的静态变量tech.mhuang.core.reflect.BaseReflectInvoke
 
containsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
忽略大小写判断查找的是否在字符对象理
convert(Object, T) - 类 中的方法tech.mhuang.core.convert.AbstractConverter
imp BaseConverer interface
convert(Object) - 类 中的方法tech.mhuang.core.convert.AbstractConverter
抽象方法、需继承后自行实现
convert(Object, T) - 接口 中的方法tech.mhuang.core.convert.BaseConverter
根据原类型数据转换成指定数据类型、并且带上默认值
convert(Class<T>, Object, Object) - 类 中的静态方法tech.mhuang.core.convert.Converter
将原数据转换成对应类型的数据
convert(Object) - 类 中的方法tech.mhuang.core.convert.register.BigDecimalConverter
 
convert(Object) - 类 中的方法tech.mhuang.core.convert.register.BooleanConverter
 
convert(Object) - 类 中的方法tech.mhuang.core.convert.register.IntegerConverter
 
convert(Object) - 类 中的方法tech.mhuang.core.convert.register.StringConverter
 
Converter - tech.mhuang.core.convert中的类
转换器调用类.
Converter() - 类 的构造器tech.mhuang.core.convert.Converter
 
ConverterFactory - tech.mhuang.core.convert中的类
转换工厂类
copy(InputStream, OutputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
copy inputstream to outputstream default set buffer size 4MB
copy(InputStream, OutputStream, int) - 类 中的静态方法tech.mhuang.core.io.IOUtil
copy inputstream to outputstream set buffer size
copyDirectory(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
拷贝目录
copyDirectory(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件夹中文件拷贝到目标文件夹
copyDirectory(File, File, FileFilter, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件夹中文件拷贝到目标文件夹
copyDirectoryToDirectory(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件夹中文件拷贝到目标文件夹
copyFile(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件复制到目标文件
copyFile(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件复制到目标文件
copyFileToDirectory(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件复制到对应文件夹
copyFileToDirectory(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件复制到对应文件夹
copyInputStreamToFile(InputStream, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将输入流拷贝到File中
copyLarge(InputStream, OutputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
copy inputstream to outputstream default set buffer size 4M
copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法tech.mhuang.core.io.IOUtil
copy inputstream to outputstream set buffer size
copyToFile(InputStream, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将输入流拷贝到File中
copyURLToFile(URL, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将URL拷贝到File中
copyURLToFile(URL, File, int, int) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将URL拷贝到File中 指定对应的链接读取超时时间
createDirectory(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
创建目录(上级存在时创建)
createDirectory(File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
创建文件夹是否级联创建.
createFile(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
创建文件
createSymbolicLink(File, File) - 类 中的静态方法tech.mhuang.core.system.SystemSupport
Creates a symbolic link
CryptoUtil - tech.mhuang.core.util中的类
加密工具类
currentDate() - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
获取当前的Data

D

data - 类 中的变量tech.mhuang.core.observer.AbstractObServer
调用的数据
DatePattern - tech.mhuang.core.date中的类
格式化日期类
DatePattern() - 类 的构造器tech.mhuang.core.date.DatePattern
 
DateTimeUtil - tech.mhuang.core.date中的类
时间转换工具类
dateToLocalDate(Date) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将Data转换成JDK8中的LocalDate对象
dateToLocalDateTime(Date) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将Data转换成JDK8中的LocalDateTime对象
DEFAULT_CORE_POOL_SIZE - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_HANDLER - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_KEEP_ALIVE_TIME - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_MAX_POOL_SIZE - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_THREAD_FACTORY - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_TIME_UNIT - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DEFAULT_WORK_QUEUE - 类 中的静态变量tech.mhuang.core.pool.DefaultThreadPool
 
DefaultAsyncTaskSupport - tech.mhuang.core.async中的类
任务异步执行类(基于JDK线程池运行)
DefaultAsyncTaskSupport() - 类 的构造器tech.mhuang.core.async.DefaultAsyncTaskSupport
初始化
DefaultAsyncTaskSupport(int, int, long, TimeUnit, BlockingQueue) - 类 的构造器tech.mhuang.core.async.DefaultAsyncTaskSupport
带线程池的初始化
DefaultCloneableSupport<T> - tech.mhuang.core.clone中的类
默认拷贝实现(基于JDK).
DefaultCloneableSupport() - 类 的构造器tech.mhuang.core.clone.DefaultCloneableSupport
 
DefaultIdeable - tech.mhuang.core.id中的类
id生成工具类
DefaultIdeable() - 类 的构造器tech.mhuang.core.id.DefaultIdeable
 
DefaultReflectInvoke - tech.mhuang.core.reflect中的类
JDK反射封裝
DefaultReflectInvoke() - 类 的构造器tech.mhuang.core.reflect.DefaultReflectInvoke
 
DefaultThreadPool - tech.mhuang.core.pool中的类
默认线程池--基于jdk原生线程池进行封装
DefaultThreadPool() - 类 的构造器tech.mhuang.core.pool.DefaultThreadPool
default configuration.
DefaultThreadPool(boolean) - 类 的构造器tech.mhuang.core.pool.DefaultThreadPool
 
DefaultThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - 类 的构造器tech.mhuang.core.pool.DefaultThreadPool
 
DefaultThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器tech.mhuang.core.pool.DefaultThreadPool
 
delete(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
若是文件夹则清空文件夹删除本文件夹、若不是文件夹则删除文件
delete(BaseObServer<T>) - 类 中的方法tech.mhuang.core.observer.AbstractSubject
 
delete(BaseObServer<T>) - 接口 中的方法tech.mhuang.core.observer.BaseSubject
删除观察者
delete(File) - 类 中的静态方法tech.mhuang.core.system.SystemSupport
Performs a nio delete
deleteDirectory(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
删除目录

E

edit(T) - 接口 中的方法tech.mhuang.core.editor.BaseEditor
编辑
EMPTY_FILE_ARRAY - 类 中的静态变量tech.mhuang.core.file.FileUtil
An empty array of type File.
encrypt(String, String) - 类 中的静态方法tech.mhuang.core.util.CryptoUtil
md5或者sha-1加密.
EOF - 类 中的静态变量tech.mhuang.core.io.IOUtil
 
equals(CharSequence, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断2个字符对象是否相等
ExceptionUtil - tech.mhuang.core.exception中的类
异常工具类
ExceptionUtil() - 类 的构造器tech.mhuang.core.exception.ExceptionUtil
 
execute() - 接口 中的方法tech.mhuang.core.async.AsyncTask
任务执行接口
execute(T) - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
execute() - 类 中的方法tech.mhuang.core.observer.AbstractObServer
封装提供实现
execute(T) - 接口 中的方法tech.mhuang.core.observer.BaseObServer
观察者执行接口
execute(Runnable) - 类 中的方法tech.mhuang.core.pool.DefaultThreadPool
 
executor(BaseExecutor) - 类 中的方法tech.mhuang.core.async.DefaultAsyncTaskSupport
重定义线程池(提供扩展自行定义线程池)

F

FileUtil - tech.mhuang.core.file中的类
文件工具类.
FileUtil() - 类 的构造器tech.mhuang.core.file.FileUtil
 
forceDelete(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
删除文件、如果是目录则一起他目录下的文件和他自己
fromDateTime(LocalDateTime) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将LocalDateTime对象转换成字符串、格式为:yyyy-MM-dd HH:mm:ss
fromDateTime(LocalDateTime, String) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将LocalDateTime对象转换成字符串、格式可自定义、比如:yyyy-MM-dd HH:mm:ss
fromDateTime(LocalDateTime, DateTimeFormatter) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将LocalDateTime对象转换成字符串、格式可自定义、比如:DateTimeFormatter.ofPattern(yyyy-MM-dd HH:mm:ss)

G

GB - 类 中的静态变量tech.mhuang.core.file.FileUtil
1GB
generateId() - 接口 中的方法tech.mhuang.core.id.BaseIdeable
id生成
generateId() - 类 中的方法tech.mhuang.core.id.DefaultIdeable
 
generateId() - 类 中的方法tech.mhuang.core.id.SnowflakeIdeable
生成Id随机数
get(String, Class<T>) - 类 中的方法tech.mhuang.core.dict.BasicDict
根据键获取对应字典的值.
get(String, Object, Class<T>) - 类 中的方法tech.mhuang.core.dict.BasicDict
根据健获取对应字典的值
get(String) - 类 中的静态方法tech.mhuang.core.observer.ObFactory
根据别名获取工厂的主题
getClasses(Object[]) - 接口 中的方法tech.mhuang.core.reflect.BaseReflectInvoke
 
getConvertByClass(Class) - 类 中的方法tech.mhuang.core.convert.ConverterFactory
根据类来获取转换器
getDatacenterId(long) - 类 中的方法tech.mhuang.core.id.SnowflakeIdeable
数据标识id部分
getExecuteCount() - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
getInRange(int, int) - 类 中的静态方法tech.mhuang.core.random.RandomUtil
根据最小最大范围值获取随机数
getInstance() - 类 中的静态方法tech.mhuang.core.convert.ConverterFactory
获取实例
getJarPash(Class<?>, String) - 类 中的静态方法tech.mhuang.core.util.PathUtils
根据class获取里面的jar包路径、目前基于存放路径classes
getLastReqTime() - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
getMaxWorkerId(long, long) - 类 中的方法tech.mhuang.core.id.SnowflakeIdeable
获取 maxWorkerId
getMessage(Throwable) - 类 中的静态方法tech.mhuang.core.exception.ExceptionUtil
获得完整消息,包括异常名
getMethodToValue(Class<?>, String, Object...) - 接口 中的方法tech.mhuang.core.reflect.BaseReflectInvoke
抽象获取方法的值
getMethodToValue(String, String, Object...) - 接口 中的方法tech.mhuang.core.reflect.BaseReflectInvoke
抽象获取方法的值
getMethodToValue(Class<?>, String, Object...) - 类 中的方法tech.mhuang.core.reflect.DefaultReflectInvoke
反射调用方法
getMethodToValue(String, String, Object...) - 类 中的方法tech.mhuang.core.reflect.DefaultReflectInvoke
反射调用方法
getName() - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
getName() - 接口 中的方法tech.mhuang.core.observer.BaseObServer
获取观察者的名称
getObServerList() - 类 中的方法tech.mhuang.core.observer.AbstractSubject
 
getTimestampOfDateTime(LocalDateTime) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将LocalDateTime转换成unit时间戳、毫秒级
getType() - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
getType() - 接口 中的方法tech.mhuang.core.observer.BaseObServer
获取观察者的通知类型.
getValue() - 枚举 中的方法tech.mhuang.core.observer.ObserverType
 

I

indexOf(CharSequence, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
返回指定子字符串第一次出现的字符串中的索引
IntegerConverter - tech.mhuang.core.convert.register中的类
Integer 转换器
IntegerConverter() - 类 的构造器tech.mhuang.core.convert.register.IntegerConverter
 
IOUtil - tech.mhuang.core.io中的类
IO工具类.
IOUtil() - 类 的构造器tech.mhuang.core.io.IOUtil
 
isBlank(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否为空、判断过程中过滤空格换行符
isEmpty(Collection<?>) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的Collection为null或为空,则返回true
isEmpty(Object[]) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的数组对象为为null或为空,则返回true
isEmpty(Map<?, ?>) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的Map为null或为空,则返回true
isEmpty(Object) - 类 中的静态方法tech.mhuang.core.util.ObjectUtil
判断对象是否为空
isEmpty(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否是空
isEmptyNull(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否是空、并且判断字符串若是"null"也为空
isNotBlank(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否不为空、判断过程中过滤空格换行符
isNotEmpty(Collection<?>) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的Collection不为null或不为空,则返回true
isNotEmpty(Object[]) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的数组不为null或不为空,则返回true
isNotEmpty(Map<?, ?>) - 类 中的静态方法tech.mhuang.core.util.CollectionUtil
如果提供的Map不为null或不为空,则返回true
isNotEmpty(Object) - 类 中的静态方法tech.mhuang.core.util.ObjectUtil
判断对象是否不为空
isNotEmpty(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否不是空
isNotEmptyNull(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
判断字符串是否不为空、并且判断字符串若是"null"也为空
isSymlink(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
检测是否是目录、而不是软连接
isSymLink(File) - 类 中的静态方法tech.mhuang.core.system.SystemSupport
Invokes isSymbolicLink

J

join(Iterable<?>, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
将迭代器根据规则拆分后拼接成一个字符串,并以cs参数隔开
join(Iterator<?>, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
将迭代器根据规则拆分后拼接成一个字符串,并以cs参数隔开

K

KB - 类 中的静态变量tech.mhuang.core.file.FileUtil
1KB

L

length(CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
获取字符对象的长度
localDateTimeToDate(LocalDateTime) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将LocalDateTime转换成JDK8中的Date对象
LocalDateToEndDate(LocalDate) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
LocalDate转换成Data、时间取23:59:59
LocalDateToStartDate(LocalDate) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
LocalDate转换成Data、时间取00:00:00

M

MB - 类 中的静态变量tech.mhuang.core.file.FileUtil
1MB
moveDirectory(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
文件夹移动
moveDirectoryToDirectory(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将原目录移动到目标目录
moveFile(File, File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
文件移动
moveFileToDirectory(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将源文件移动到目标文件夹下
moveToDirectory(File, File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将原文件或文件夹移动到目标文件夹下

N

name(String) - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 
nextId() - 类 中的方法tech.mhuang.core.id.SnowflakeIdeable
获取下一个ID
nextInt() - 类 中的静态方法tech.mhuang.core.random.RandomUtil
获取随机值
NORM_DATE_FORMAT - 类 中的静态变量tech.mhuang.core.date.DatePattern
常规格式化 yyyy-MM-dd
NORM_DATE_PATTERN - 类 中的静态变量tech.mhuang.core.date.DatePattern
常规格式 yyyy-MM-dd
NORM_DATETIME_FORMAT - 类 中的静态变量tech.mhuang.core.date.DatePattern
常规格式化 yyyy-MM-dd HH:mm:ss
NORM_DATETIME_PATTERN - 类 中的静态变量tech.mhuang.core.date.DatePattern
常规格式 yyyy-MM-dd HH:mm:ss

O

ObFactory - tech.mhuang.core.observer中的类
主题工厂类.
ObFactory() - 类 的构造器tech.mhuang.core.observer.ObFactory
 
ObjectUtil - tech.mhuang.core.util中的类
Object工具类
ObjectUtil() - 类 的构造器tech.mhuang.core.util.ObjectUtil
 
ObserverType - tech.mhuang.core.observer中的枚举
观察者类型
onFailed(Throwable) - 接口 中的方法tech.mhuang.core.async.AsyncTask
任务执行失败的操作
onSuccess(T) - 接口 中的方法tech.mhuang.core.async.AsyncTask
任务成功执行的操作
openInputStream(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
文件打开流
openOutputStream(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
文件打开输出流
openOutputStream(File, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
文件打开输出流

P

parseDateTime(String) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将字符串按照yyyy-MM-dd HH:mm:ss转换成LocalDateTime
parseDateTimeToDate(String) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将字符串按照yyyy-MM-dd HH:mm:ss转成Date对象
PathUtils - tech.mhuang.core.util中的类
Jar路径管理工具类
PB - 类 中的静态变量tech.mhuang.core.file.FileUtil
1PB
PURE_ATETIME_FORMAT - 类 中的静态变量tech.mhuang.core.date.DatePattern
纯净的日期格式化 yyyyMMddHHmmss
PURE_DATE_FORMAT - 类 中的静态变量tech.mhuang.core.date.DatePattern
纯净的日期格式化 yyyyMMdd
PURE_DATE_PATTERN - 类 中的静态变量tech.mhuang.core.date.DatePattern
纯净的日期格式 yyyyMMdd
PURE_DATETIME_PATTERN - 类 中的静态变量tech.mhuang.core.date.DatePattern
纯净的日期格式 yyyyMMddHHmmss

R

RandomUtil - tech.mhuang.core.random中的类
随机数工具类
RandomUtil() - 类 的构造器tech.mhuang.core.random.RandomUtil
 
readFileToByteArray(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
读取文件到字节数组
readFileToString(File) - 类 中的静态方法tech.mhuang.core.file.FileUtil
读取文件到字符串
readFileToString(File, String) - 类 中的静态方法tech.mhuang.core.file.FileUtil
读取文件到字符串
readSymbolicLink(File) - 类 中的静态方法tech.mhuang.core.system.SystemSupport
Reads the target of a symbolic link
remove(String) - 类 中的静态方法tech.mhuang.core.observer.ObFactory
删除工厂中的主题

S

send(T) - 接口 中的方法tech.mhuang.core.observer.BaseSubject
发送至观察者
set(String, Object) - 类 中的方法tech.mhuang.core.dict.BasicDict
set集合后可继续进行操作
SnowflakeIdeable - tech.mhuang.core.id中的类
id生成工具类.
SnowflakeIdeable() - 类 的构造器tech.mhuang.core.id.SnowflakeIdeable
 
SnowflakeIdeable(long, long) - 类 的构造器tech.mhuang.core.id.SnowflakeIdeable
初始化雪花算法
split(CharSequence, CharSequence) - 类 中的静态方法tech.mhuang.core.util.StringUtil
将字符串分裂成字符串数组.
str(Object) - 类 中的静态方法tech.mhuang.core.convert.Converter
转换成string
str(Object, String) - 类 中的静态方法tech.mhuang.core.convert.Converter
转换string
StringConverter - tech.mhuang.core.convert.register中的类
字符串转换器
StringConverter() - 类 的构造器tech.mhuang.core.convert.register.StringConverter
 
StringUtil - tech.mhuang.core.util中的类
字符串工具类
submit(AsyncTask<T>) - 接口 中的方法tech.mhuang.core.async.AsyncTaskService
异步提交
submit(AsyncTask) - 类 中的方法tech.mhuang.core.async.DefaultAsyncTaskSupport
提交任务进行执行
submit(Runnable) - 接口 中的方法tech.mhuang.core.pool.BaseExecutor
执行
submit(Runnable) - 类 中的方法tech.mhuang.core.pool.DefaultThreadPool
 
subSequence(CharSequence, int) - 类 中的静态方法tech.mhuang.core.util.CharSequenceUtil
Returns a new CharSequence that is a subsequence of this sequence starting with the char value at the specified index.
substringAfter(String, String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
截取字符串分离之后的字符串
substringBeforeLast(String, String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
根据字符串截取最后出现的字符串之前
SystemSupport - tech.mhuang.core.system中的类
系统扩展类
SystemSupport() - 类 的构造器tech.mhuang.core.system.SystemSupport
 

T

TB - 类 中的静态变量tech.mhuang.core.file.FileUtil
1TB
tech.mhuang.core.async - 程序包 tech.mhuang.core.async
这个包是异步工具包.
tech.mhuang.core.builder - 程序包 tech.mhuang.core.builder
这个包是建造者包,提供建造者接口供使用.
tech.mhuang.core.check - 程序包 tech.mhuang.core.check
这个包是检测工具包.
tech.mhuang.core.clone - 程序包 tech.mhuang.core.clone
这个包是克隆工具包.
tech.mhuang.core.close - 程序包 tech.mhuang.core.close
关闭包 BaseCloseable 关闭接口
tech.mhuang.core.convert - 程序包 tech.mhuang.core.convert
基础数据转换器.
tech.mhuang.core.convert.register - 程序包 tech.mhuang.core.convert.register
 
tech.mhuang.core.date - 程序包 tech.mhuang.core.date
日期处理包.
tech.mhuang.core.dict - 程序包 tech.mhuang.core.dict
字典包.
tech.mhuang.core.editor - 程序包 tech.mhuang.core.editor
基础数据编辑器.
tech.mhuang.core.exception - 程序包 tech.mhuang.core.exception
异常处理包 主要处理异常的消息包 ExceptionUtil 异常处理工具类
tech.mhuang.core.file - 程序包 tech.mhuang.core.file
 
tech.mhuang.core.id - 程序包 tech.mhuang.core.id
id生成包 主要用于产生id BaseIdeable id生成接口 DefaultIdeable uuid生成实现 SnowflakeIdeable twitter雪花生成实现
tech.mhuang.core.io - 程序包 tech.mhuang.core.io
io处理包 主要用于处理io工具类 IOUtil io处理工具类
tech.mhuang.core.observer - 程序包 tech.mhuang.core.observer
观察者服务自定义封装.
tech.mhuang.core.pool - 程序包 tech.mhuang.core.pool
线程池封装包.
tech.mhuang.core.random - 程序包 tech.mhuang.core.random
随机数包.
tech.mhuang.core.reflect - 程序包 tech.mhuang.core.reflect
反射工具包.
tech.mhuang.core.system - 程序包 tech.mhuang.core.system
 
tech.mhuang.core.util - 程序包 tech.mhuang.core.util
这个包是工具使用包.
toByteArray(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert byte[] default close stream
toByteArray(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert byte[] configuration cloed stream
toFile(URL) - 类 中的静态方法tech.mhuang.core.file.FileUtil
URL 转 File.
toFiles(URL[]) - 类 中的静态方法tech.mhuang.core.file.FileUtil
URL Array convert File Array
toOutputStream(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert OutputStream default close stream
toOutputStream(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert OutputStream configuration cloed stream
toString(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert String default close stream
toString(InputStream, String) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert String used encoding default close stream
toString(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
InputStream convert String setter isClosed stream used defaulte ncoding
toString(InputStream, String, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
inputsteam convert to string used encoding configuration closed stream
toUpperCaseFirstOne(String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
首字母转大写
trim(String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
删除空格
type(ObserverType) - 类 中的方法tech.mhuang.core.observer.AbstractObServer
 

U

unitToDateTime(Long) - 类 中的静态方法tech.mhuang.core.date.DateTimeUtil
将unit时间戳转换成LocalDateTime对象

V

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

W

write(File, CharSequence) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里(覆盖)
write(File, CharSequence, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里 如果 append 是true 则追加、false是覆盖
write(File, CharSequence, Charset) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里(覆盖)
write(File, CharSequence, String) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里(覆盖)
write(File, CharSequence, String, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里 如果 append 是true 则追加、false是覆盖
write(File, CharSequence, Charset, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符序列写入文件里 如果 append 是true 则追加、false是覆盖
write(String, OutputStream, Charset) - 类 中的静态方法tech.mhuang.core.io.IOUtil
outputstream write data
write(String, OutputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
outputstream write data
write(byte[], OutputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
outputstream write data
writeByteArrayToFile(File, byte[]) - 类 中的静态方法tech.mhuang.core.file.FileUtil
字节数据写入文件里(覆盖)
writeByteArrayToFile(File, byte[], boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字节数组写入文件里 如果 append 是true 则追加、false是覆盖
writeByteArrayToFile(File, byte[], int, int) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字节数组根据其实偏移后的数据长度写入文件里(覆盖)
writeByteArrayToFile(File, byte[], int, int, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字节数组根据其实偏移后的数据长度写入文件里 如果 append 是true 则追加、false是覆盖
writeStringToFile(File, String, Charset) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里(覆盖)
writeStringToFile(File, String, String) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里(覆盖)
writeStringToFile(File, String, String, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里 if append 是true 则追加、false是覆盖
writeStringToFile(File, String) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里(覆盖)
writeStringToFile(File, String, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里
writeStringToFile(File, String, Charset, boolean) - 类 中的静态方法tech.mhuang.core.file.FileUtil
将字符串写到文件里 if append 是true 则追加、false是覆盖
A B C D E F G I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.