索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractConverter<T> - tech.mhuang.pacebox.core.convert中的类
-
转换器抽象类
- AbstractConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.AbstractConverter
- AbstractObServer<T> - tech.mhuang.pacebox.core.observer中的类
-
通用观察者服务.
- AbstractObServer() - 类的构造器 tech.mhuang.pacebox.core.observer.AbstractObServer
- AbstractStrategyManager<REQUEST,
RESPONSE> - tech.mhuang.pacebox.core.strategy中的类 -
默认实现策略模式
- AbstractStrategyManager() - 类的构造器 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
- AbstractSubject<T> - tech.mhuang.pacebox.core.observer中的类
-
抽象主题类
- AbstractSubject() - 类的构造器 tech.mhuang.pacebox.core.observer.AbstractSubject
- accept(T) - 接口中的方法 tech.mhuang.pacebox.core.sugar.function.CheckedConsumer
-
Consumer#accpet
- accept(CheckedBiConsumer<T, U>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 BiConsumer
- accept(CheckedBiConsumer<T, U>, Consumer<Throwable>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 BiConsumer,并自定义异常处理
- accept(CheckedConsumer<T>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Consumer
- accept(CheckedConsumer<T>, Consumer<Throwable>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Consumer,并自定义异常处理
- accept(T, U) - 接口中的方法 tech.mhuang.pacebox.core.sugar.function.CheckedBiConsumer
-
BiConsumer#accpet
- add(E) - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- add(String, BaseSubject) - 类中的静态方法 tech.mhuang.pacebox.core.observer.ObFactory
-
添加主题到工厂中
- add(BaseInterceptor<BaseChain<Request, Response>, Response>) - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
添加责任
- add(BaseInterceptor<BaseChain<Request, Response>, Response>) - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
- add(BaseInterceptor<BaseChain<Request, Response>, Response>, int) - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
添加责任
- add(BaseInterceptor<BaseChain<Request, Response>, Response>, int) - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
- add(BaseObServer<T>) - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractSubject
- add(BaseObServer<T>) - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseSubject
-
添加观察者
- addConverter(Class, AbstractConverter) - 类中的方法 tech.mhuang.pacebox.core.convert.ConverterFactory
-
新增转换器、新增的转换器都将放入自定义下、优先选择
- addHandler(String, T) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
添加handler
- addHandler(String, BaseCompressHandler) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- addObjectToArray(A[], O) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
数组下标添加一个元素
- addRenameFile(String, File) - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- AGE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
年龄正则表达式 匹配0-120岁
- appendHex(StringBuilder, byte) - 类中的方法 tech.mhuang.pacebox.core.codec.Base16
-
将byte值转为16进制并添加到
StringBuilder中 - apply(T) - 接口中的方法 tech.mhuang.pacebox.core.sugar.function.CheckedFunction
-
function#apply
- apply(CheckedBiFunction<T, U, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 BiFunction
- apply(CheckedBiFunction<T, U, R>, Function<Throwable, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 BiFunction,并自定义异常处理
- apply(CheckedFunction<T, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Function
- apply(CheckedFunction<T, R>, Function<Throwable, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Function,并自定义异常处理
- apply(T, U) - 接口中的方法 tech.mhuang.pacebox.core.sugar.function.CheckedBiFunction
-
BiFunction#apply
- Area<T> - tech.mhuang.pacebox.core.area中的类
-
区域
- Area() - 类的构造器 tech.mhuang.pacebox.core.area.Area
- AreaUtil - tech.mhuang.pacebox.core.area中的类
-
区域工具类
- AreaUtil() - 类的构造器 tech.mhuang.pacebox.core.area.AreaUtil
- AsyncTask<T> - tech.mhuang.pacebox.core.async中的接口
-
异步封装
- AsyncTaskService<T> - tech.mhuang.pacebox.core.async中的接口
-
异步执行
- Attempt - tech.mhuang.pacebox.core.sugar中的类
-
封装受检异常为非受检函数
- Attempt() - 类的构造器 tech.mhuang.pacebox.core.sugar.Attempt
B
- Base16 - tech.mhuang.pacebox.core.codec中的类
-
16进制
- Base16(boolean) - 类的构造器 tech.mhuang.pacebox.core.codec.Base16
-
是否小写
- Base32 - tech.mhuang.pacebox.core.codec中的类
-
base36编码
- Base32(boolean) - 类的构造器 tech.mhuang.pacebox.core.codec.Base32
- BaseBuilder<T> - tech.mhuang.pacebox.core.builder中的接口
-
建造者模式
- BaseChain<Request,
Response> - tech.mhuang.pacebox.core.chain中的接口 -
责任链模式
- BaseCloneable<T> - tech.mhuang.pacebox.core.clone中的接口
-
拷贝接口
- BaseCloseable - tech.mhuang.pacebox.core.close中的接口
-
关闭接口
- BaseCommand<Request,
Response> - tech.mhuang.pacebox.core.ddd中的接口 -
基础命令
- BaseCommandNoParam<Response> - tech.mhuang.pacebox.core.ddd中的接口
-
基础命令没有参数
- BaseCommandNoResult<Request> - tech.mhuang.pacebox.core.ddd中的接口
-
基础命令没有应答
- BaseCompress<T extends BaseCompressHandler> - tech.mhuang.pacebox.core.compress中的接口
-
压缩工具类整合接口
- BaseCompressHandler - tech.mhuang.pacebox.core.compress中的接口
-
压缩工具基础接口
- BaseConverter<T> - tech.mhuang.pacebox.core.convert中的接口
-
转换器接口
- BaseEditor<T> - tech.mhuang.pacebox.core.editor中的接口
-
编辑器接口
- BaseExecutor - tech.mhuang.pacebox.core.pool中的接口
-
重构线程池的执行
- BaseIdeable<T> - tech.mhuang.pacebox.core.id中的接口
-
生成id
- BaseInterceptor<Chain,
Response> - tech.mhuang.pacebox.core.chain中的接口 -
基础拦截接口类
- BaseListener<Request,
Response, Context> - tech.mhuang.pacebox.core.listen中的接口 -
监听上下文
- BaseObServer<T> - tech.mhuang.pacebox.core.observer中的接口
-
观察者接口
- BaseReflectInvoke - tech.mhuang.pacebox.core.reflect中的接口
-
反射调用抽象.
- BaseSpecification<T> - tech.mhuang.pacebox.core.ddd中的接口
-
规则器
- BaseStrategyManager<REQUEST,
RESPONSE> - tech.mhuang.pacebox.core.strategy中的接口 -
扩展接口
- BaseStrategyServer<REQUEST,
RESPONSE> - tech.mhuang.pacebox.core.strategy中的接口 -
基础策略抽象接口
- BaseSubject<T> - tech.mhuang.pacebox.core.observer中的接口
-
主题
- BaseTransFormServer<Source,
Target> - tech.mhuang.pacebox.core.transform中的接口 -
通用转换服务
- BasicDict - tech.mhuang.pacebox.core.dict中的类
-
字典类
- BasicDict() - 类的构造器 tech.mhuang.pacebox.core.dict.BasicDict
- BasicDict(int) - 类的构造器 tech.mhuang.pacebox.core.dict.BasicDict
- BasicDict(int, float) - 类的构造器 tech.mhuang.pacebox.core.dict.BasicDict
- BasicDict(Map<String, Object>) - 类的构造器 tech.mhuang.pacebox.core.dict.BasicDict
- BigDecimalConverter - tech.mhuang.pacebox.core.convert.register中的类
-
bigDecimal转换器
- BigDecimalConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.register.BigDecimalConverter
- blankToDefault(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
获取参数不为空值
- BooleanConverter - tech.mhuang.pacebox.core.convert.register中的类
-
布尔转换器
- BooleanConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.register.BooleanConverter
- BooleanUtil - tech.mhuang.pacebox.core.util中的类
-
boolean工具类
- BooleanUtil() - 类的构造器 tech.mhuang.pacebox.core.util.BooleanUtil
- builder() - 接口中的方法 tech.mhuang.pacebox.core.builder.BaseBuilder
-
构建对应的对象
- buildRarCmd(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
生成压缩RAR的命令
- buildUnRarCmd(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
生成解压RAR的命令
- BusinessException - tech.mhuang.pacebox.core.exception中的异常错误
-
业务通用异常
- BusinessException(int, String) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(int, String, String) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(int, String, String, Throwable) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(int, String, String, Throwable, boolean, boolean) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(int, String, Throwable) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(int, String, Throwable, boolean, boolean) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(String) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(String, Throwable) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
- BusinessException(Throwable) - 异常错误的构造器 tech.mhuang.pacebox.core.exception.BusinessException
C
- capacity(Class<T>, int) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
扩容获取对象
- CertificateUtil - tech.mhuang.pacebox.core.util中的类
-
证书工具类
- CertificateUtil() - 类的构造器 tech.mhuang.pacebox.core.util.CertificateUtil
- ChainAdapter<Request,
Response> - tech.mhuang.pacebox.core.chain中的类 -
责任链实现
- ChainAdapter(List<BaseInterceptor<BaseChain<Request, Response>, Response>>, int, Request) - 类的构造器 tech.mhuang.pacebox.core.chain.ChainAdapter
- CharSequenceUtil - tech.mhuang.pacebox.core.util中的类
-
Operations on
CharSequencethat arenullsafe. - CharSequenceUtil() - 类的构造器 tech.mhuang.pacebox.core.util.CharSequenceUtil
-
CharSequenceUtilinstances should NOT be constructed in standard programming. - check(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
检测表达式若为True则抛出异常
- check(boolean, Object) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
检测表达式若为True则抛出异常
- check(boolean, RuntimeException) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
检测表达式若为True则抛出异常
- check(boolean, MessageFormat, Object...) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
检测表达式若为True则抛出异常
- check(T) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
参数数据若为null则抛出异常
- check(T, Object) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
参数数据若为null则抛出异常
- check(T, RuntimeException) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
参数数据若为null则抛出异常
- check(T, MessageFormat, Object...) - 类中的静态方法 tech.mhuang.pacebox.core.check.CheckAssert
-
参数数据若为null则抛出异常
- CheckAssert - tech.mhuang.pacebox.core.check中的类
-
检测类
- checkClientTrusted(X509Certificate[], String) - 类中的方法 tech.mhuang.pacebox.core.network.DefaultX509TrustManager
- CheckedBiConsumer<T,
U> - tech.mhuang.pacebox.core.sugar.function中的接口 -
BiConsumer 扩展
- CheckedBiFunction<T,
U, R> - tech.mhuang.pacebox.core.sugar.function中的接口 -
BiFunction
- CheckedConsumer<T> - tech.mhuang.pacebox.core.sugar.function中的接口
-
Consumer
- CheckedFunction<T,
R> - tech.mhuang.pacebox.core.sugar.function中的接口 -
function扩展
- CheckedSupplier<R> - tech.mhuang.pacebox.core.sugar.function中的接口
-
supplier
- checkPrintNotFound(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
检查命令输出的打印中是否有not found
- checkServerTrusted(X509Certificate[], String) - 类中的方法 tech.mhuang.pacebox.core.network.DefaultX509TrustManager
- checkType(Object) - 接口中的方法 tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
-
检查类型并应答
- CHINESE_DATE_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
* 中文的日期格式化
yyyy年MM月dd日 - CHINESE_DATE_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
中文的日期格式
yyyy年MM月dd日 - ClassLoaderUtil - tech.mhuang.pacebox.core.util中的类
-
classloader工具类
- ClassLoaderUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ClassLoaderUtil
- cleanDirectory(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
清空目录
- clear() - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- clear() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractSubject
- clear() - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseSubject
-
清空观察者--所有
- clone() - 接口中的方法 tech.mhuang.pacebox.core.clone.BaseCloneable
-
拷贝接口
- clone() - 类中的方法 tech.mhuang.pacebox.core.clone.DefaultCloneableSupport
- CloneRuntimeException - tech.mhuang.pacebox.core.clone中的异常错误
-
克隆异常类
- CloneRuntimeException(Throwable) - 异常错误的构造器 tech.mhuang.pacebox.core.clone.CloneRuntimeException
- close() - 接口中的方法 tech.mhuang.pacebox.core.close.BaseCloseable
-
关闭
- close(Closeable) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed Closeable
- close(Closeable...) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed Closeable...
- close(InputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed InputStream
- close(OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed OutputStream
- close(Reader) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed Reader
- close(Writer) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed Writer
- close(URLConnection) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
closed URLConnection
- CMD_NOT_FOUND - 类中的静态变量 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
cmd not found 的关键字
- CMD_NOT_FOUND_MAP - 类中的静态变量 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
cmd not found 的关键字map
- CmdCompressHandler - tech.mhuang.pacebox.core.compress中的接口
-
命令压缩解压基础接口
- CODE - 类中的静态变量 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
code标识
- CODE - 类中的静态变量 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
code标识
- CODE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
邮编正则表达式 国内6位邮编
- CODEC_LOWER - 类中的静态变量 tech.mhuang.pacebox.core.codec.Base16
- CODEC_LOWER - 类中的静态变量 tech.mhuang.pacebox.core.codec.Base32
- CODEC_UPPER - 类中的静态变量 tech.mhuang.pacebox.core.codec.Base16
- CODEC_UPPER - 类中的静态变量 tech.mhuang.pacebox.core.codec.Base32
- CodeCompressHandler - tech.mhuang.pacebox.core.compress中的接口
-
代码压缩解压的基础接口
- CollectionUtil - tech.mhuang.pacebox.core.util中的类
-
集合工具类
- compare(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
按照顺序比较两个字符串
String.compareTo(String) - compare(String, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
按照顺序比较两个字符串
String.compareTo(String) - compress(File, OutputStream) - 接口中的方法 tech.mhuang.pacebox.core.compress.CodeCompressHandler
-
源文件/文件夹压缩成流数据输出
- compress(File, OutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
- compress(String, String, boolean) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
压缩文件,根据设置的默认CompressHandler压缩,默认为ZipCompressHandler
- compress(String, String, boolean) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompressHandler
-
压缩文件
- compress(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- compress(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- compress(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
- compress(String, String, boolean, String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
压缩文件
- compress(String, String, boolean, String) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- CompressTemplate - tech.mhuang.pacebox.core.compress中的类
-
压缩工具类整合实现
- ConcurrentHashSet<E> - tech.mhuang.pacebox.core.collection中的类
-
实现concurrentHashSet
- ConcurrentHashSet() - 类的构造器 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
-
构造
触发因子为默认的0.75 - ConcurrentHashSet(int) - 类的构造器 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
-
构造
触发因子为默认的0.75 - ConcurrentHashSet(int, float) - 类的构造器 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
-
构造
- ConcurrentHashSet(int, float, int) - 类的构造器 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
-
构造
- ConcurrentHashSet(Iterable<E>) - 类的构造器 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
-
从已有集合中构造
- CONST_TYPES - 接口中的静态变量 tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
- contains(Object) - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- containsIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
忽略大小写判断查找的是否在字符对象理
- containsWhitespace(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串中是否有空格
- convert(Class<T>, Object, Object) - 类中的静态方法 tech.mhuang.pacebox.core.convert.Converter
-
将原数据转换成对应类型的数据
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.AbstractConverter
-
抽象方法、需继承后自行实现
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.register.BigDecimalConverter
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.register.BooleanConverter
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.register.IntegerConverter
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.register.LongConverter
- convert(Object) - 类中的方法 tech.mhuang.pacebox.core.convert.register.StringConverter
- convert(Object, T) - 类中的方法 tech.mhuang.pacebox.core.convert.AbstractConverter
-
imp BaseConverer interface
- convert(Object, T) - 接口中的方法 tech.mhuang.pacebox.core.convert.BaseConverter
-
根据原类型数据转换成指定数据类型、并且带上默认值
- Converter - tech.mhuang.pacebox.core.convert中的类
-
转换器调用类.
- Converter() - 类的构造器 tech.mhuang.pacebox.core.convert.Converter
- ConverterFactory - tech.mhuang.pacebox.core.convert中的类
-
转换工厂类
- copy(InputStream, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
copy inputstream to outputstream default set buffer size 4MB
- copy(InputStream, OutputStream, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
copy input to out
- copy(InputStream, OutputStream, int) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
copy inputstream to outputstream set buffer size
- copyDirectory(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
拷贝目录
- copyDirectory(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件夹中文件拷贝到目标文件夹
- copyDirectory(File, File, FileFilter, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件夹中文件拷贝到目标文件夹
- copyDirectoryToDirectory(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件夹中文件拷贝到目标文件夹
- copyFile(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件复制到目标文件
- copyFile(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件复制到目标文件
- copyFileToDirectory(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件复制到对应文件夹
- copyFileToDirectory(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件复制到对应文件夹
- copyInputStreamToFile(InputStream, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将输入流拷贝到File中
- copyLarge(InputStream, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
copy inputstream to outputstream default set buffer size 4M
- copyLarge(InputStream, OutputStream, byte[]) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
copy inputstream to outputstream set buffer size
- copyToFile(InputStream, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将输入流拷贝到File中
- copyURLToFile(URL, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将URL拷贝到File中
- copyURLToFile(URL, File, int, int) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将URL拷贝到File中 指定对应的链接读取超时时间
- countOccurrencesOf(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断出现的次数
- create(File) - 类中的静态方法 tech.mhuang.pacebox.core.plugin.PluginClassLoader
-
创建jar包到插件
- create(ClassLoader, File) - 类中的静态方法 tech.mhuang.pacebox.core.plugin.PluginClassLoader
-
创建jar包到插件
- createDirectory(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
创建目录(上级存在时创建)
- createDirectory(File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
创建文件夹是否级联创建.
- createDirectory(String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
创建目录(上级存在时创建)
- createDirectory(String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
创建文件夹是否级联创建.
- createFile(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
创建文件
- createSymbolicLink(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.system.SystemSupport
-
Creates a symbolic link
- CryptoUtil - tech.mhuang.pacebox.core.util中的类
-
加密工具类
- currentDate() - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
获取当前的Data
- customize(T) - 接口中的方法 tech.mhuang.pacebox.core.customize.Customizer
-
定制
- Customizer<T> - tech.mhuang.pacebox.core.customize中的接口
-
定制模型
D
- data - 类中的变量 tech.mhuang.pacebox.core.observer.AbstractObServer
-
调用的数据
- DATE_ALL - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
日期正则 支持: YYYY-MM-DD YYYY/MM/DD YYYY_MM_DD YYYYMMDD YYYY.MM.DD的形式
- DATE_FORMAT1 - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
日期正则 支持: YYYY-MM-DD
- DatePattern - tech.mhuang.pacebox.core.date中的类
-
格式化日期类
- DatePattern() - 类的构造器 tech.mhuang.pacebox.core.date.DatePattern
- DateTimeUtil - tech.mhuang.pacebox.core.date中的类
-
时间转换工具类
- dateToInstant(Date) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将Date转换成JDK8中的Instant对象
- dateToLocalDate(Date) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将Data转换成JDK8中的LocalDate对象
- dateToLocalDateTime(Date) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将Data转换成JDK8中的LocalDateTime对象
- decode(CharSequence) - 类中的方法 tech.mhuang.pacebox.core.codec.Base16
- decode(CharSequence) - 类中的方法 tech.mhuang.pacebox.core.codec.Base32
- decode(T) - 接口中的方法 tech.mhuang.pacebox.core.codec.Decoder
-
解码
- Decoder<T,
R> - tech.mhuang.pacebox.core.codec中的接口 -
解码
- decompress(String, String, boolean, boolean) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
解压文件,根据后辍自动识别
- decompress(String, String, boolean, boolean) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompressHandler
-
解压文件
- decompress(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- decompress(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- decompress(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
- decompress(String, String, boolean, boolean, String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
解压文件
- decompress(String, String, boolean, boolean, String) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- DEFAULT_CORE_POOL_SIZE - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_HANDLER - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_KEEP_ALIVE_TIME - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_MAX_POOL_SIZE - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_THREAD_FACTORY - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_TIME_UNIT - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DEFAULT_WORK_QUEUE - 类中的静态变量 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultAsyncTaskSupport - tech.mhuang.pacebox.core.async中的类
-
任务异步执行类(基于JDK线程池运行)
- DefaultAsyncTaskSupport() - 类的构造器 tech.mhuang.pacebox.core.async.DefaultAsyncTaskSupport
-
初始化
- DefaultAsyncTaskSupport(int, int, long, TimeUnit, BlockingQueue) - 类的构造器 tech.mhuang.pacebox.core.async.DefaultAsyncTaskSupport
-
带线程池的初始化
- DefaultCloneableSupport<T> - tech.mhuang.pacebox.core.clone中的类
-
默认拷贝实现(基于JDK).
- DefaultCloneableSupport() - 类的构造器 tech.mhuang.pacebox.core.clone.DefaultCloneableSupport
- defaultEmpty(T[], T[]) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
空值默认
- DefaultIdeable - tech.mhuang.pacebox.core.id中的类
-
id生成工具类
- DefaultIdeable() - 类的构造器 tech.mhuang.pacebox.core.id.DefaultIdeable
- DefaultReflectInvoke - tech.mhuang.pacebox.core.reflect中的类
-
JDK反射封裝
- DefaultReflectInvoke() - 类的构造器 tech.mhuang.pacebox.core.reflect.DefaultReflectInvoke
- DefaultThreadFactory - tech.mhuang.pacebox.core.pool中的类
-
解决ali规范
- DefaultThreadFactory() - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadFactory
- DefaultThreadFactory(String) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadFactory
- DefaultThreadPool - tech.mhuang.pacebox.core.pool中的类
-
默认线程池--基于jdk原生线程池进行封装
- DefaultThreadPool() - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
-
default configuration.
- DefaultThreadPool(int, int) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, ThreadFactory) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, TimeUnit) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, long, TimeUnit, ThreadFactory) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(int, int, ThreadFactory) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultThreadPool(ThreadFactory) - 类的构造器 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- DefaultX509TrustManager - tech.mhuang.pacebox.core.network中的类
-
默认X509处理
- DefaultX509TrustManager() - 类的构造器 tech.mhuang.pacebox.core.network.DefaultX509TrustManager
- delete(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
若是文件夹则清空文件夹删除本文件夹、若不是文件夹则删除文件
- delete(File) - 类中的静态方法 tech.mhuang.pacebox.core.system.SystemSupport
-
Performs a nio delete
- delete(BaseObServer<T>) - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractSubject
- delete(BaseObServer<T>) - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseSubject
-
删除观察者
- deleteDirectory(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
删除目录
- deleteDirectory(String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
删除目录
- delHandler(String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
删除handler
- delHandler(String) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- doCmd(String) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
执行命令
- DOMAIN - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
域名校验
- DOUBLE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
Double正则表达式
- DOUBLE_NEGATIVE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
正Double正则表达式
- DOUBLE_POSITIVE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
负Double正则表达式
- DynamicFile - tech.mhuang.pacebox.core.compress中的类
-
动态文件
- DynamicFile() - 类的构造器 tech.mhuang.pacebox.core.compress.DynamicFile
- DynamicRenameFile - tech.mhuang.pacebox.core.compress中的类
-
动态重命名文件
- DynamicRenameFile() - 类的构造器 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- DynamicRenameFile(Integer) - 类的构造器 tech.mhuang.pacebox.core.compress.DynamicRenameFile
E
- edit(T) - 接口中的方法 tech.mhuang.pacebox.core.editor.BaseEditor
-
编辑
- EMAIL - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
Email正则表达式
- EMPTY_FILE_ARRAY - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
An empty array of type
File. - enable() - annotation interface 中的元素 tech.mhuang.pacebox.core.annotation.Idempotent
- encode(byte[]) - 类中的方法 tech.mhuang.pacebox.core.codec.Base16
- encode(byte[]) - 类中的方法 tech.mhuang.pacebox.core.codec.Base32
- encode(T) - 接口中的方法 tech.mhuang.pacebox.core.codec.Encoder
-
编码
- Encoder<T,
R> - tech.mhuang.pacebox.core.codec中的接口 -
编码
- encrypt(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.CryptoUtil
-
md5或者sha-1加密.
- endsWithIgnoreCase(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
字符串最后是否包含过滤大小写
- EOF - 类中的静态变量 tech.mhuang.pacebox.core.io.IOUtil
- equals(CharSequence, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断2个字符对象是否相等
- equals(Object) - 类中的方法 tech.mhuang.pacebox.core.area.Area
- equals(Object) - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- equals(Object) - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- equals(Object) - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- equals(Object, Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
判断2个对象是否相同
- event() - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyServer
-
获取当前的event
- ExceptionUtil - tech.mhuang.pacebox.core.exception中的类
-
异常工具类
- ExceptionUtil() - 类的构造器 tech.mhuang.pacebox.core.exception.ExceptionUtil
- execute() - 接口中的方法 tech.mhuang.pacebox.core.async.AsyncTask
-
任务执行接口
- execute() - 接口中的方法 tech.mhuang.pacebox.core.ddd.BaseCommandNoParam
- execute() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
-
封装提供实现
- execute(Runnable) - 类中的方法 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- execute(Request) - 接口中的方法 tech.mhuang.pacebox.core.ddd.BaseCommand
- execute(Request) - 接口中的方法 tech.mhuang.pacebox.core.ddd.BaseCommandNoResult
- execute(T) - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- execute(T) - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseObServer
-
观察者执行接口
- executeCmdProcess(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
执行命令,返回执行的线程
- executeCmdSingle(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
执行简单的命令
- ExecuteCmdUtil - tech.mhuang.pacebox.core.util中的类
-
执行cmd命令工具
- ExecuteCmdUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
- executor(BaseExecutor) - 类中的方法 tech.mhuang.pacebox.core.async.DefaultAsyncTaskSupport
-
重定义线程池(提供扩展自行定义线程池)
F
- FileUtil - tech.mhuang.pacebox.core.file中的类
-
文件工具类.
- FileUtil() - 类的构造器 tech.mhuang.pacebox.core.file.FileUtil
- filterSpecialStr(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.RegexUtil
-
过滤特殊字符串 返回过滤后的字符串
- forceDelete(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
删除文件、如果是目录则一起他目录下的文件和他自己
- format(Date, String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
date转字符串
- format(Date, DateTimeFormatter) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
date转字符串
- fromDateTime(LocalDateTime) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime对象转换成字符串、格式为:
yyyy-MM-dd HH:mm:ss - fromDateTime(LocalDateTime, String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime对象转换成字符串、格式可自定义、比如:
yyyy-MM-dd HH:mm:ss - fromDateTime(LocalDateTime, DateTimeFormatter) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime对象转换成字符串、格式可自定义、比如:
DateTimeFormatter.ofPattern(yyyy-MM-dd HH:mm:ss)
G
- GB - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
1GB
- generateId() - 接口中的方法 tech.mhuang.pacebox.core.id.BaseIdeable
-
id生成
- generateId() - 类中的方法 tech.mhuang.pacebox.core.id.DefaultIdeable
- generateId() - 类中的方法 tech.mhuang.pacebox.core.id.SnowflakeIdeable
-
生成Id随机数
- get(String) - 类中的方法 tech.mhuang.pacebox.core.dict.BasicDict
-
根据键获取对应字典的值.
- get(String) - 类中的静态方法 tech.mhuang.pacebox.core.observer.ObFactory
-
根据别名获取工厂的主题
- get(String) - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
- get(String) - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyManager
-
根据event获取单个策略服务
- get(String, Class<T>) - 类中的方法 tech.mhuang.pacebox.core.dict.BasicDict
-
转换
- get(String, Object) - 类中的方法 tech.mhuang.pacebox.core.dict.BasicDict
-
根据健获取对应字典的值
- getAcceptedIssuers() - 类中的方法 tech.mhuang.pacebox.core.network.DefaultX509TrustManager
- getAutoHandler(String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
根据压缩文件的名字获取CompressHandler
- getAutoHandler(String) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- getCause() - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- getCertByContent(String) - 类中的方法 tech.mhuang.pacebox.core.util.CertificateUtil
-
根据证书文本获取证书
- getClasses(Object[]) - 接口中的方法 tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
-
检查类型并应答
- getClassLoader() - 类中的静态方法 tech.mhuang.pacebox.core.util.ClassLoaderUtil
- getCmdDir() - 接口中的方法 tech.mhuang.pacebox.core.compress.CmdCompressHandler
-
获取命令程序所在文件夹路径
- getCmdDir() - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- getCode() - 类中的方法 tech.mhuang.pacebox.core.area.Area
- getCode() - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- getContextClassLoader() - 类中的静态方法 tech.mhuang.pacebox.core.util.ClassLoaderUtil
-
获取当前线程的
ClassLoader - getConvertByClass(Class) - 类中的方法 tech.mhuang.pacebox.core.convert.ConverterFactory
-
根据类来获取转换器
- getCount() - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- getData() - 类中的方法 tech.mhuang.pacebox.core.area.Area
- getData() - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- getData() - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- getDatacenterId(long) - 类中的方法 tech.mhuang.pacebox.core.id.SnowflakeIdeable
-
数据标识id部分
- getDefaultHandler() - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
获取默认的CompressHandler,默认为ZipCompressHandler
- getDefaultHandler() - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- getDirName() - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicFile
- getDirName() - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- getEvent() - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- getExecuteCount() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- getExecutorService() - 类中的方法 tech.mhuang.pacebox.core.pool.DefaultThreadPool
-
获取executorService执行器、用于自行调用封装
- getField() - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- getFile() - 类中的方法 tech.mhuang.pacebox.core.compress.RenameFile
- getFileList() - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicFile
- getFileList() - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- getFileList(File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
获取目录下的所有文件
- getFileList(String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
获取目录下的所有文件
- getHandler(String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
根据Key值获取CompressHandler
- getHandler(String) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- getHandlerMap() - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
获取handler集合
- getHandlerMap() - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- getHitSumValue(List<Hit<T>>) - 类中的静态方法 tech.mhuang.pacebox.core.hit.HitUtil
-
获取命中了多少值
- getHitSumValue(Map<String, Integer>) - 类中的静态方法 tech.mhuang.pacebox.core.hit.HitUtil
-
获取命中了多少值
- getInRange(int, int) - 类中的静态方法 tech.mhuang.pacebox.core.random.RandomUtil
-
根据最小最大范围值获取随机数
- getInstance() - 类中的静态方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- getInstance() - 类中的静态方法 tech.mhuang.pacebox.core.convert.ConverterFactory
-
获取实例
- getJarPash(Class<?>, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.PathUtil
-
根据class获取里面的jar包路径、目前基于存放路径classes
- getKey() - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- getLastReqTime() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- getLocalDateDiffDay(LocalDate, LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
判断开始时间到结束时间相差天数
- getMax() - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- getMaxWorkerId(long, long) - 类中的方法 tech.mhuang.pacebox.core.id.SnowflakeIdeable
-
获取 maxWorkerId
- getMessage() - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- getMessage(Throwable) - 类中的静态方法 tech.mhuang.pacebox.core.exception.ExceptionUtil
-
获得完整消息,包括异常名
- getMethodToValue(Class<?>, String, Object...) - 接口中的方法 tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
-
抽象获取方法的值
- getMethodToValue(Class<?>, String, Object...) - 类中的方法 tech.mhuang.pacebox.core.reflect.DefaultReflectInvoke
-
反射调用方法
- getMethodToValue(String, String, Object...) - 接口中的方法 tech.mhuang.pacebox.core.reflect.BaseReflectInvoke
-
抽象获取方法的值
- getMethodToValue(String, String, Object...) - 类中的方法 tech.mhuang.pacebox.core.reflect.DefaultReflectInvoke
-
反射调用方法
- getMonthDayNumByLocalDate(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
获取某日期当月的天数
- getName() - 类中的方法 tech.mhuang.pacebox.core.area.Area
- getName() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- getName() - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseObServer
-
获取观察者的名称
- getNum() - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- getObServerList() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractSubject
- getParentCode() - 类中的方法 tech.mhuang.pacebox.core.area.Area
- getPasswordAuthentication() - 类中的方法 tech.mhuang.pacebox.core.network.URLAuthenticator
- getRename() - 类中的方法 tech.mhuang.pacebox.core.compress.RenameFile
- getRows() - 类中的方法 tech.mhuang.pacebox.core.ddd.PageDO
- getStart() - 类中的方法 tech.mhuang.pacebox.core.ddd.PageDO
- getSubExcludeKeys(Map<K, V>, Iterable<K>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
获取子集map对象不包含key
- getSubExcludeKeys(Map<K, V>, K...) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
获取子集map对象不包含key
- getSubKeys(Map<K, V>, Iterable<K>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
获取子集map对象
- getSubKeys(Map<K, V>, K...) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
获取子集map对象
- getSystemClassLoader() - 类中的静态方法 tech.mhuang.pacebox.core.util.ClassLoaderUtil
-
获取系统ClassLoader
- getThrowable() - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- getTimestampOfDateTime(LocalDateTime) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime转换成unit时间戳、毫秒级
- getType() - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- getType() - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseObServer
-
获取观察者的通知类型.
- getType() - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- getValue() - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- getValue() - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- getValue() - enum class中的方法 tech.mhuang.pacebox.core.observer.ObserverType
H
- hashCode() - 类中的方法 tech.mhuang.pacebox.core.area.Area
- hashCode() - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- hashCode() - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- hashCode() - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- hexToLong(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.HexUtil
-
16进制字符串转为long
- HexUtil - tech.mhuang.pacebox.core.util中的类
-
16进制工具类
- HexUtil() - 类的构造器 tech.mhuang.pacebox.core.util.HexUtil
- Hit<T> - tech.mhuang.pacebox.core.hit中的类
-
命中实体
- Hit() - 类的构造器 tech.mhuang.pacebox.core.hit.Hit
- HitUtil - tech.mhuang.pacebox.core.hit中的类
-
命中工具类
- HitUtil() - 类的构造器 tech.mhuang.pacebox.core.hit.HitUtil
I
- IDCARD - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
身份证正则表达式
- Idempotent - tech.mhuang.pacebox.core.annotation中的Annotation Interface
-
幂等注解
- ifNullDefault(String, Supplier<? extends T>, Supplier<? extends T>) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
如果数据为空则取默认函数、否则根据函数获取
- ifNullDefault(String, Supplier<? extends T>, T) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
如果数据为空则取默认值、否则根据函数获取
- ifNullDefault(T, Supplier<? extends T>) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
如果数据为空则取根据函数获取
- ifNullDefault(T, T) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
如果数据为空则取默认值
- indexOf(CharSequence, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
返回指定子字符串第一次出现的字符串中的索引
- init() - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
-
初始化调用
- init(Integer) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageParam
-
初始化一页最大数据
- INTEGER - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
Integer正则表达式
- INTEGER_NEGATIVE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
正整数正则表达式
- INTEGER_POSITIVE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
负整数正则表达式
- IntegerConverter - tech.mhuang.pacebox.core.convert.register中的类
-
Integer 转换器
- IntegerConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.register.IntegerConverter
- interceptor(Chain) - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseInterceptor
-
拦截
- invoke(Supplier<T>, Function<T, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
请求调用应答
- invoke(Supplier<T>, Function<T, R>, Function<Throwable, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
请求调用应答
- IOUtil - tech.mhuang.pacebox.core.io中的类
-
IO工具类.
- IOUtil() - 类的构造器 tech.mhuang.pacebox.core.io.IOUtil
- isArray(Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
判断对象是否是数组
- isBlank(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否为空、判断过程中过滤空格换行符
- isEmpty() - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- isEmpty(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否是空
- isEmpty(Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
判断对象是否为空
- isEmpty(Collection<?>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的Collection为
null或为空,则返回true。 - isEmpty(Map<?, ?>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的Map为
null或为空,则返回true。 - isEmpty(T[]) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的数组对象为为
null或为空,则返回true。 - isEmptyNull(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否是空、并且判断字符串若是"null"也为空
- isIdCard(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.RegexUtil
-
判断字段是否为身份证 符合返回ture
- isMatch(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.RegexUtil
-
匹配是否符合正则表达式pattern 匹配返回true
- isNotBlank(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否不为空、判断过程中过滤空格换行符
- isNotEmpty(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否不是空
- isNotEmpty(Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
判断对象是否不为空
- isNotEmpty(Collection<?>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的Collection不为
null或不为空,则返回true。 - isNotEmpty(Map<?, ?>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的Map不为
null或不为空,则返回true。 - isNotEmpty(T[]) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
如果提供的数组不为
null或不为空,则返回true。 - isNotEmptyNull(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
判断字符串是否不为空、并且判断字符串若是"null"也为空
- isSatisifedBy(T) - 接口中的方法 tech.mhuang.pacebox.core.ddd.BaseSpecification
-
规则用于实现来操作接口
- isStatus() - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- isSymlink(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
检测是否是目录、而不是软连接
- isSymLink(File) - 类中的静态方法 tech.mhuang.pacebox.core.system.SystemSupport
-
Invokes isSymbolicLink
- iterator() - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
J
- JIGOU_CODE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
机构代码
- join(Iterable<?>, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
将迭代器根据规则拆分后拼接成一个字符串,并以cs参数隔开
- join(Iterator<?>, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
将迭代器根据规则拆分后拼接成一个字符串,并以cs参数隔开
K
- KB - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
1KB
- KeyValue<K,
V> - tech.mhuang.pacebox.core.map中的类 - KeyValue() - 类的构造器 tech.mhuang.pacebox.core.map.KeyValue
L
- length(CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
获取字符对象的长度
- load(Class<T>) - 类中的静态方法 tech.mhuang.pacebox.core.util.ServiceLoaderUtil
-
加载服务
- load(Class<T>, ClassLoader) - 类中的静态方法 tech.mhuang.pacebox.core.util.ServiceLoaderUtil
-
加载服务
- localDateIsThisWeek(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
判断日期是不是在当前周
- localDateTimeToDate(LocalDateTime) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime转换成JDK8中的Date对象
- localDateTimeToInstant(LocalDateTime) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将LocalDateTime转换成JDK8中的Instant对象
- localDateToEndDate(String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
LocalDate转换成Data、时间取23:59:59
- localDateToEndDate(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
LocalDate转换成Data、时间取23:59:59
- localDateToStartDate(String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
LocalDate转换成Data、时间取00:00:00
- localDateToStartDate(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
LocalDate转换成Data、时间取00:00:00
- localDateToThisMonthList(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
获取某天当前一个月的日期
- localDateToThisWeekList(LocalDate) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
获取某天当前一周的日期
- logsForException(Throwable) - 类中的静态方法 tech.mhuang.pacebox.core.exception.ExceptionUtil
- LongConverter - tech.mhuang.pacebox.core.convert.register中的类
-
Integer 转换器
- LongConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.register.LongConverter
M
- match(String) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompressHandler
-
压缩文件匹配检查
- match(String) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- match(String) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
- matcher(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.RegexUtil
-
正则匹配器
- MB - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
1MB
- message() - annotation interface 中的元素 tech.mhuang.pacebox.core.annotation.Idempotent
-
提示信息
- MOBILE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
手机号码正则表达式
- moveDirectory(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件夹移动
- moveDirectoryToDirectory(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将原目录移动到目标目录
- moveFile(File, File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件移动
- moveFileToDirectory(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将源文件移动到目标文件夹下
- moveToDirectory(File, File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将原文件或文件夹移动到目标文件夹下
N
- name() - annotation interface 中的元素 tech.mhuang.pacebox.core.annotation.Idempotent
-
名称, 用来区分需要不同控制的方法
- name(String) - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
- newThread(Runnable) - 类中的方法 tech.mhuang.pacebox.core.pool.DefaultThreadFactory
- next(String) - 接口中的方法 tech.mhuang.pacebox.core.sequence.SequenceService
-
获取序号
- nextId() - 类中的方法 tech.mhuang.pacebox.core.id.SnowflakeIdeable
-
获取下一个ID
- nextInt() - 类中的静态方法 tech.mhuang.pacebox.core.random.RandomUtil
-
获取随机值
- nextValue(String) - 接口中的方法 tech.mhuang.pacebox.core.sequence.SequenceService
-
获取序号
- NORM_DATE_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规格式化
yyyy-MM-dd - NORM_DATE_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规格式
yyyy-MM-dd - NORM_DATETIME_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规格式化
yyyy-MM-dd HH:mm:ss - NORM_DATETIME_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规格式
yyyy-MM-dd HH:mm:ss - NORM_TIME_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规的时间格式化
HH:mm:ss - NORM_TIME_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
常规的时间格式
HH:mm:ss - notEquals(CharSequence, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
比较2个字符串是否不相等
- notEquals(Object, Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.ObjectUtil
-
判断是否不相等
- now() - 类中的静态方法 tech.mhuang.pacebox.core.timer.SystemClock
-
用来替换原来的System.currentTimeMillis()
- NSYNC - enum class 中的枚举常量 tech.mhuang.pacebox.core.observer.ObserverType
-
异步
O
- ObFactory - tech.mhuang.pacebox.core.observer中的类
-
主题工厂类.
- ObFactory() - 类的构造器 tech.mhuang.pacebox.core.observer.ObFactory
- ObjectUtil - tech.mhuang.pacebox.core.util中的类
-
Object工具类
- ObjectUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ObjectUtil
- objToStr(Object) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
obj对象转string
- ObserverType - tech.mhuang.pacebox.core.observer中的Enum Class
-
观察者类型
- onError(Request, Throwable, Context) - 接口中的方法 tech.mhuang.pacebox.core.listen.BaseListener
-
请求异常监听上下文
- onFailed(Throwable) - 接口中的方法 tech.mhuang.pacebox.core.async.AsyncTask
-
任务执行失败的操作
- onRequest(Request, Context) - 接口中的方法 tech.mhuang.pacebox.core.listen.BaseListener
-
执行前监听上下文
- onResponse(Request, Response, Context) - 接口中的方法 tech.mhuang.pacebox.core.listen.BaseListener
-
请求后监听上下文
- onSuccess(T) - 接口中的方法 tech.mhuang.pacebox.core.async.AsyncTask
-
任务成功执行的操作
- openInputStream(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件打开流
- openOutputStream(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件打开输出流
- openOutputStream(File, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件打开输出流
- OS_NAME - 类中的静态变量 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
当前系统
P
- PageDO - tech.mhuang.pacebox.core.ddd中的类
-
分页DO实体类
- PageDO() - 类的构造器 tech.mhuang.pacebox.core.ddd.PageDO
- PageParam - tech.mhuang.pacebox.core.page中的类
-
分页条件
- PageParam() - 类的构造器 tech.mhuang.pacebox.core.page.PageParam
- PageParam(Integer) - 类的构造器 tech.mhuang.pacebox.core.page.PageParam
- PageParam(Integer, Integer) - 类的构造器 tech.mhuang.pacebox.core.page.PageParam
- PageParam(Integer, Integer, Integer) - 类的构造器 tech.mhuang.pacebox.core.page.PageParam
- PageUtil - tech.mhuang.pacebox.core.page中的类
-
内存分页工具类
- PageUtil() - 类的构造器 tech.mhuang.pacebox.core.page.PageUtil
- parseDateTime(String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将字符串按照
yyyy-MM-dd HH:mm:ss转换成LocalDateTime - parseDateTime(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将字符串按照
yyyy-MM-dd HH:mm:ss转换成LocalDateTime - parseDateTime(String, DateTimeFormatter) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将字符串按照
yyyy-MM-dd HH:mm:ss转换成LocalDateTime - parseDateTimeToDate(String) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将字符串按照
yyyy-MM-dd HH:mm:ss转成Date对象 - PathUtil - tech.mhuang.pacebox.core.util中的类
-
Jar路径管理工具类
- PB - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
1PB
- PHONE - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
电话号码正则表达式
- PluginClassLoader - tech.mhuang.pacebox.core.plugin中的类
-
插件类加载
- PluginClassLoader(URL[]) - 类的构造器 tech.mhuang.pacebox.core.plugin.PluginClassLoader
- PluginClassLoader(URL[], ClassLoader) - 类的构造器 tech.mhuang.pacebox.core.plugin.PluginClassLoader
- PluginClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - 类的构造器 tech.mhuang.pacebox.core.plugin.PluginClassLoader
- proceed(Request) - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
责任链处理
- proceed(Request) - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
- process(String, List<Area<T>>) - 类中的静态方法 tech.mhuang.pacebox.core.area.AreaUtil
-
区域处理
- process(List<Hit<T>>, int) - 类中的静态方法 tech.mhuang.pacebox.core.hit.HitUtil
-
根据命中集合和目标值计算出最符合命中的处理方式
- process(Map<String, Long>, int) - 类中的静态方法 tech.mhuang.pacebox.core.hit.HitUtil
-
根据命中map的目标(key)和值(value)计算出最符合命中的处理方式
- processErrOutput(Process) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
执行线程输出的错误信息
- processInput(Process, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
向执行线程中输入信息
- processOutput(Process) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
执行线程输出的信息
- processTwo(Map<String, Map<String, Long>>, int) - 类中的静态方法 tech.mhuang.pacebox.core.hit.HitUtil
-
根据命中map的目标一级(key)和值(目标二级、value)计算出最符合命中的处理方式
- processWaitFor(Process) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
等待执行线程完毕并返回状态
- processWaitForAndDestroy(Process) - 类中的静态方法 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
等待执行线程完毕并返回状态,执行失败自动关闭线程
- PURE_ATETIME_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的日期格式化
yyyyMMddHHmmss - PURE_DATE_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的日期格式化
yyyyMMdd - PURE_DATE_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的日期格式
yyyyMMdd - PURE_DATETIME_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的日期格式
yyyyMMddHHmmss - PURE_TIME_FORMAT - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的时间格式化
HHmmss - PURE_TIME_PATTERN - 类中的静态变量 tech.mhuang.pacebox.core.date.DatePattern
-
纯净的时间格式
HHmmss
R
- rainbow(int, int) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
- rainbow(int, int, int) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
- RandomUtil - tech.mhuang.pacebox.core.random中的类
-
随机数工具类
- RandomUtil() - 类的构造器 tech.mhuang.pacebox.core.random.RandomUtil
- rarCmd(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
用linux命令压缩
- RarCmdCompressHandler - tech.mhuang.pacebox.core.compress.handler中的类
-
命令实现的RAR压缩解压类
- RarCmdCompressHandler() - 类的构造器 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- readFileToByteArray(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
读取文件到字节数组
- readFileToString(File) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
读取文件到字符串
- readFileToString(File, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
读取文件到字符串
- readSymbolicLink(File) - 类中的静态方法 tech.mhuang.pacebox.core.system.SystemSupport
-
Reads the target of a symbolic link
- refresh(Map<String, BaseStrategyServer<REQUEST, RESPONSE>>) - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
- refresh(Map<String, BaseStrategyServer<REQUEST, RESPONSE>>) - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyManager
-
刷新策略服务
- RegexUtil - tech.mhuang.pacebox.core.util中的类
-
常用的正则表达式工具类
- RegexUtil() - 类的构造器 tech.mhuang.pacebox.core.util.RegexUtil
- remove(Object) - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- remove(String) - 类中的静态方法 tech.mhuang.pacebox.core.observer.ObFactory
-
删除工厂中的主题
- removeAll(Collection<V>, Collection<V>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
根据删除的数据进行元素删除,返回新集合
- removeAll(Collection<V>, V...) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
根据删除的数据进行元素删除,返回新集合
- removeKeys(Map<K, V>, Iterable<K>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
删除map中的key
- removeKeys(Map<K, V>, K...) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
删除map中的key
- renameFile(String, File) - 类中的静态方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- reNameFile(File, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件重命名
- reNameFile(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件重命名
- reNameFile(Map<String, String>) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
文件批量重命名
- RenameFile - tech.mhuang.pacebox.core.compress中的类
-
重命名文件
- RenameFile() - 类的构造器 tech.mhuang.pacebox.core.compress.RenameFile
- request() - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
获取请求
- request() - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
- reset() - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
重置责任
- reset() - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
- reset(List<BaseInterceptor<BaseChain<Request, Response>, Response>>) - 接口中的方法 tech.mhuang.pacebox.core.chain.BaseChain
-
重置责任绑定
- reset(List<BaseInterceptor<BaseChain<Request, Response>, Response>>) - 类中的方法 tech.mhuang.pacebox.core.chain.ChainAdapter
S
- searchAll(Collection<V>, Collection<V>) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
根据查询的数据进行元素查询,返回新集合
- searchAll(Collection<V>, V...) - 类中的静态方法 tech.mhuang.pacebox.core.util.CollectionUtil
-
根据查询的数据进行元素查询,返回新集合
- send(T) - 接口中的方法 tech.mhuang.pacebox.core.observer.BaseSubject
-
发送至观察者
- SequenceService - tech.mhuang.pacebox.core.sequence中的接口
-
序列号接口服务
- serverMap() - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
- serverMap() - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyManager
-
获取所有策略服务
- ServiceLoaderUtil - tech.mhuang.pacebox.core.util中的类
-
ServiceLoader工具类(SPI扩展)
- ServiceLoaderUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ServiceLoaderUtil
- set(String, Object) - 类中的方法 tech.mhuang.pacebox.core.dict.BasicDict
-
set集合后可继续进行操作
- set(String, BaseStrategyServer<REQUEST, RESPONSE>) - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
- set(String, BaseStrategyServer<REQUEST, RESPONSE>) - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyManager
-
设置单个event策略
- setCause(Throwable) - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- setCmdDir(String) - 接口中的方法 tech.mhuang.pacebox.core.compress.CmdCompressHandler
-
设置命令程序所在文件夹路径
- setCmdDir(String) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
- setCode(int) - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- setCode(String) - 类中的方法 tech.mhuang.pacebox.core.area.Area
- setCount(Integer) - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- setData(T) - 类中的方法 tech.mhuang.pacebox.core.area.Area
- setData(T) - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- setData(T) - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- setDefaultHandler(T) - 接口中的方法 tech.mhuang.pacebox.core.compress.BaseCompress
-
设置默认的CompressHandler
- setDefaultHandler(BaseCompressHandler) - 类中的方法 tech.mhuang.pacebox.core.compress.CompressTemplate
- setDirName(String) - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicFile
- setDirName(String) - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- setEvent(String) - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- setField(String) - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- setFile(File) - 类中的方法 tech.mhuang.pacebox.core.compress.RenameFile
- setFileList(List<File>) - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicFile
- setFileList(List<RenameFile>) - 类中的方法 tech.mhuang.pacebox.core.compress.DynamicRenameFile
- setKey(K) - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- setMax(int) - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- setMessage(String) - 异常错误中的方法 tech.mhuang.pacebox.core.exception.BusinessException
- setName(String) - 类中的方法 tech.mhuang.pacebox.core.area.Area
- setNum(int) - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- setParentCode(String) - 类中的方法 tech.mhuang.pacebox.core.area.Area
- setRename(String) - 类中的方法 tech.mhuang.pacebox.core.compress.RenameFile
- setRows(Integer) - 类中的方法 tech.mhuang.pacebox.core.ddd.PageDO
- setStart(Integer) - 类中的方法 tech.mhuang.pacebox.core.ddd.PageDO
- setStatus(boolean) - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- setThrowable(Throwable) - 类中的方法 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- setType(int) - 类中的方法 tech.mhuang.pacebox.core.page.PageParam
- setValue(T) - 类中的方法 tech.mhuang.pacebox.core.hit.Hit
- setValue(V) - 类中的方法 tech.mhuang.pacebox.core.map.KeyValue
- size() - 类中的方法 tech.mhuang.pacebox.core.collection.ConcurrentHashSet
- sleep(long) - 类中的静态方法 tech.mhuang.pacebox.core.util.ThreadUtil
-
休眠时间
- sleep(long, TimeUnit) - 类中的静态方法 tech.mhuang.pacebox.core.util.ThreadUtil
-
休眠时间
- SnowflakeIdeable - tech.mhuang.pacebox.core.id中的类
-
id生成工具类.
- SnowflakeIdeable() - 类的构造器 tech.mhuang.pacebox.core.id.SnowflakeIdeable
- SnowflakeIdeable(long, long) - 类的构造器 tech.mhuang.pacebox.core.id.SnowflakeIdeable
-
初始化雪花算法
- split(CharSequence, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
将字符串分裂成字符串数组.
- startsWithIgnoreCase(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
字符串开始是否包含过滤大小写
- str(Object) - 类中的静态方法 tech.mhuang.pacebox.core.convert.Converter
-
转换成string
- str(Object, String) - 类中的静态方法 tech.mhuang.pacebox.core.convert.Converter
-
转换string
- STR_ENG - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
匹配由26个英文字母组成的字符串
- STR_ENG_NUM - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
匹配由数字和26个英文字母组成的字符串
- STR_ENG_NUM_ - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
匹配由数字、26个英文字母或者下划线组成的字符串
- STR_NUM - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
匹配数字组成的字符串 ^[0-9]+$
- STR_SPECIAL - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
过滤特殊字符串正则
- strategy(StrategyHandlerParam<REQUEST>) - 类中的方法 tech.mhuang.pacebox.core.strategy.AbstractStrategyManager
-
默认策略调用方式
- strategy(StrategyHandlerParam<REQUEST>) - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyManager
-
策略执行
- strategy(StrategyHandlerParam<REQUEST>) - 接口中的方法 tech.mhuang.pacebox.core.strategy.BaseStrategyServer
-
策略执行
- StrategyHandlerParam<T> - tech.mhuang.pacebox.core.strategy中的类
-
策略请求的数据
- StrategyHandlerParam() - 类的构造器 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- StrategyHandlerParam(String, T) - 类的构造器 tech.mhuang.pacebox.core.strategy.StrategyHandlerParam
- StrategyHandlerResult<T> - tech.mhuang.pacebox.core.strategy中的类
-
策略应答的数据
- StrategyHandlerResult() - 类的构造器 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- StrategyHandlerResult(boolean, Throwable) - 类的构造器 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- StrategyHandlerResult(boolean, T) - 类的构造器 tech.mhuang.pacebox.core.strategy.StrategyHandlerResult
- StringConverter - tech.mhuang.pacebox.core.convert.register中的类
-
字符串转换器
- StringConverter() - 类的构造器 tech.mhuang.pacebox.core.convert.register.StringConverter
- StringUtil - tech.mhuang.pacebox.core.util中的类
-
字符串工具类
- subList(List<T>, int, int) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
- subList(List<T>, List<PageParam>) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
-
subList分页
- submit(Runnable) - 接口中的方法 tech.mhuang.pacebox.core.pool.BaseExecutor
-
执行
- submit(Runnable) - 类中的方法 tech.mhuang.pacebox.core.pool.DefaultThreadPool
- submit(AsyncTask) - 类中的方法 tech.mhuang.pacebox.core.async.DefaultAsyncTaskSupport
-
提交任务进行执行
- submit(AsyncTask<T>) - 接口中的方法 tech.mhuang.pacebox.core.async.AsyncTaskService
-
异步提交
- subSequence(CharSequence, int) - 类中的静态方法 tech.mhuang.pacebox.core.util.CharSequenceUtil
-
Returns a new
CharSequencethat is a subsequence of this sequence starting with thecharvalue at the specified index. - substringAfter(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
截取字符串分离之后的字符串
- substringBeforeLast(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
根据字符串截取最后出现的字符串之前
- SUFFIX - 类中的静态变量 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
后缀标识
- SUFFIX - 类中的静态变量 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
后缀标识
- supply() - 接口中的方法 tech.mhuang.pacebox.core.sugar.function.CheckedSupplier
- supply(CheckedSupplier<R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Supplier
- supply(CheckedSupplier<R>, Function<Throwable, R>) - 类中的静态方法 tech.mhuang.pacebox.core.sugar.Attempt
-
包装受检的 Supplier,并并自定义异常处理
- SYNC - enum class 中的枚举常量 tech.mhuang.pacebox.core.observer.ObserverType
-
同步
- SystemClock - tech.mhuang.pacebox.core.timer中的类
-
解决高并发System.currentTimeMillis卡顿
- SystemSupport - tech.mhuang.pacebox.core.system中的类
-
系统扩展类
- SystemSupport() - 类的构造器 tech.mhuang.pacebox.core.system.SystemSupport
T
- TB - 类中的静态变量 tech.mhuang.pacebox.core.file.FileUtil
-
1TB
- tech.mhuang.pacebox.core.annotation - 程序包 tech.mhuang.pacebox.core.annotation
-
注解工具包.
- tech.mhuang.pacebox.core.area - 程序包 tech.mhuang.pacebox.core.area
-
这个包是区域处理使用包.
- tech.mhuang.pacebox.core.async - 程序包 tech.mhuang.pacebox.core.async
-
这个包是异步工具包.
- tech.mhuang.pacebox.core.builder - 程序包 tech.mhuang.pacebox.core.builder
-
这个包是建造者包,提供建造者接口供使用.
- tech.mhuang.pacebox.core.chain - 程序包 tech.mhuang.pacebox.core.chain
- tech.mhuang.pacebox.core.check - 程序包 tech.mhuang.pacebox.core.check
-
这个包是检测工具包.
- tech.mhuang.pacebox.core.clone - 程序包 tech.mhuang.pacebox.core.clone
-
这个包是克隆工具包.
- tech.mhuang.pacebox.core.close - 程序包 tech.mhuang.pacebox.core.close
-
关闭包
- tech.mhuang.pacebox.core.codec - 程序包 tech.mhuang.pacebox.core.codec
-
加密解密.
- tech.mhuang.pacebox.core.collection - 程序包 tech.mhuang.pacebox.core.collection
-
集合工具包.
- tech.mhuang.pacebox.core.compress - 程序包 tech.mhuang.pacebox.core.compress
- tech.mhuang.pacebox.core.compress.handler - 程序包 tech.mhuang.pacebox.core.compress.handler
- tech.mhuang.pacebox.core.convert - 程序包 tech.mhuang.pacebox.core.convert
-
基础数据转换器.
- tech.mhuang.pacebox.core.convert.register - 程序包 tech.mhuang.pacebox.core.convert.register
- tech.mhuang.pacebox.core.customize - 程序包 tech.mhuang.pacebox.core.customize
- tech.mhuang.pacebox.core.date - 程序包 tech.mhuang.pacebox.core.date
-
日期处理包.
- tech.mhuang.pacebox.core.ddd - 程序包 tech.mhuang.pacebox.core.ddd
- tech.mhuang.pacebox.core.dict - 程序包 tech.mhuang.pacebox.core.dict
-
字典包.
- tech.mhuang.pacebox.core.editor - 程序包 tech.mhuang.pacebox.core.editor
-
基础数据编辑器.
- tech.mhuang.pacebox.core.exception - 程序包 tech.mhuang.pacebox.core.exception
-
异常处理包
- tech.mhuang.pacebox.core.file - 程序包 tech.mhuang.pacebox.core.file
- tech.mhuang.pacebox.core.hit - 程序包 tech.mhuang.pacebox.core.hit
-
这个包是命中处理使用包.
- tech.mhuang.pacebox.core.id - 程序包 tech.mhuang.pacebox.core.id
-
id生成包
- tech.mhuang.pacebox.core.io - 程序包 tech.mhuang.pacebox.core.io
-
io处理包
- tech.mhuang.pacebox.core.listen - 程序包 tech.mhuang.pacebox.core.listen
- tech.mhuang.pacebox.core.map - 程序包 tech.mhuang.pacebox.core.map
- tech.mhuang.pacebox.core.network - 程序包 tech.mhuang.pacebox.core.network
-
网络工具包.
- tech.mhuang.pacebox.core.observer - 程序包 tech.mhuang.pacebox.core.observer
-
观察者服务自定义封装.
- tech.mhuang.pacebox.core.page - 程序包 tech.mhuang.pacebox.core.page
-
这个包是物理分页处理使用包.
- tech.mhuang.pacebox.core.plugin - 程序包 tech.mhuang.pacebox.core.plugin
-
语法糖包.
- tech.mhuang.pacebox.core.pool - 程序包 tech.mhuang.pacebox.core.pool
-
线程池封装包.
- tech.mhuang.pacebox.core.random - 程序包 tech.mhuang.pacebox.core.random
-
随机数包.
- tech.mhuang.pacebox.core.reflect - 程序包 tech.mhuang.pacebox.core.reflect
-
反射工具包.
- tech.mhuang.pacebox.core.sequence - 程序包 tech.mhuang.pacebox.core.sequence
- tech.mhuang.pacebox.core.strategy - 程序包 tech.mhuang.pacebox.core.strategy
- tech.mhuang.pacebox.core.sugar - 程序包 tech.mhuang.pacebox.core.sugar
-
语法糖包.
- tech.mhuang.pacebox.core.sugar.function - 程序包 tech.mhuang.pacebox.core.sugar.function
- tech.mhuang.pacebox.core.system - 程序包 tech.mhuang.pacebox.core.system
- tech.mhuang.pacebox.core.timer - 程序包 tech.mhuang.pacebox.core.timer
- tech.mhuang.pacebox.core.transform - 程序包 tech.mhuang.pacebox.core.transform
- tech.mhuang.pacebox.core.util - 程序包 tech.mhuang.pacebox.core.util
-
这个包是工具使用包.
- ThreadUtil - tech.mhuang.pacebox.core.util中的类
-
线程工具类
- ThreadUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ThreadUtil
- timeout() - annotation interface 中的元素 tech.mhuang.pacebox.core.annotation.Idempotent
-
超时时间、默认5秒
- toByte(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean值转为byte
- toByteArray(InputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert byte[] default close stream
- toByteArray(InputStream, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert
byte[]configuration cloed stream - toByteObj(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean值转为Byte
- toChar(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean值转为char
- toCharacter(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean值转为character
- toDynamicRenameZip(List<DynamicRenameFile>, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
动态重命名文件列表转转output
- toDynamicZip(List<DynamicFile>, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
动态文件列表转output
- toFile(URL) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
URL 转 File.
- toFiles(URL[]) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
URL Array convert File Array
- toHex(long) - 类中的静态方法 tech.mhuang.pacebox.core.util.HexUtil
-
转为16进制字符串
- toInt(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean转int
- toInteger(boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.BooleanUtil
-
boolean转integer
- toOutputStream(InputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert OutputStream default close stream
- toOutputStream(InputStream, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert OutputStream configuration cloed stream
- toSource(List<Target>) - 接口中的方法 tech.mhuang.pacebox.core.transform.BaseTransFormServer
-
目标转换到原
- toSource(Target) - 接口中的方法 tech.mhuang.pacebox.core.transform.BaseTransFormServer
-
目标转换到原
- toString(InputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert String default close stream
- toString(InputStream, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert String setter isClosed stream used defaulte ncoding
- toString(InputStream, String) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
InputStream convert String used encoding default close stream
- toString(InputStream, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
inputsteam convert to string used encoding configuration closed stream
- totalPage(int, int) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
-
总页数
- totalPage(long, int) - 类中的静态方法 tech.mhuang.pacebox.core.page.PageUtil
- toTarget(List<Source>) - 接口中的方法 tech.mhuang.pacebox.core.transform.BaseTransFormServer
-
原转换到目标
- toTarget(Source) - 接口中的方法 tech.mhuang.pacebox.core.transform.BaseTransFormServer
-
原转换到目标
- toUnicodeHex(char) - 类中的方法 tech.mhuang.pacebox.core.codec.Base16
-
将指定char值转换为Unicode字符串形式,常用于特殊字符(例如汉字)转Unicode形式
转换的字符串如果u后不足4位,则前面用0填充,例如: - toUpperCaseFirstOne(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
首字母转大写
- toZip(String, OutputStream, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
压缩成ZIP 方法
- toZip(List<File>, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
压缩成ZIP 方法
- trim(String) - 类中的静态方法 tech.mhuang.pacebox.core.util.StringUtil
-
删除空格
- type(ObserverType) - 类中的方法 tech.mhuang.pacebox.core.observer.AbstractObServer
U
- unitToDateTime(Long) - 类中的静态方法 tech.mhuang.pacebox.core.date.DateTimeUtil
-
将unit时间戳转换成LocalDateTime对象
- unRarCmd(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.RarCmdCompressHandler
-
用linux命令解压
- unZip(File, File, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
zip解压
- unZip(File, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
zip解压
- unZip(File, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
zip解压
- unZip(String, String) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
zip解压
- unZip(String, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.util.ZipUtil
-
zip解压
- unZip(String, String, boolean, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
zip解压
- URL - 类中的静态变量 tech.mhuang.pacebox.core.util.RegexUtil
-
URL正则表达式 匹配 http www ftp
- URLAuthenticator - tech.mhuang.pacebox.core.network中的类
-
URL授权
- URLAuthenticator(String, String) - 类的构造器 tech.mhuang.pacebox.core.network.URLAuthenticator
V
- valueOf(String) - enum class中的静态方法 tech.mhuang.pacebox.core.observer.ObserverType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 tech.mhuang.pacebox.core.observer.ObserverType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WIN_CMD_CHCP_EN - 类中的静态变量 tech.mhuang.pacebox.core.util.ExecuteCmdUtil
-
win cmd 设置语言为
- write(byte[], OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
outputstream write data
- write(File, CharSequence) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里(覆盖)
- write(File, CharSequence, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里
- write(File, CharSequence, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里(覆盖)
- write(File, CharSequence, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里
- write(File, CharSequence, Charset) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里(覆盖)
- write(File, CharSequence, Charset, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符序列写入文件里
- write(String, OutputStream) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
outputstream write data
- write(String, OutputStream, Charset) - 类中的静态方法 tech.mhuang.pacebox.core.io.IOUtil
-
outputstream write data
- writeByteArrayToFile(File, byte[]) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
字节数据写入文件里(覆盖)
- writeByteArrayToFile(File, byte[], boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字节数组写入文件里
- writeByteArrayToFile(File, byte[], int, int) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字节数组根据其实偏移后的数据长度写入文件里(覆盖)
- writeByteArrayToFile(File, byte[], int, int, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字节数组根据其实偏移后的数据长度写入文件里
- writeStringToFile(File, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里(覆盖)
- writeStringToFile(File, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里
- writeStringToFile(File, String, String) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里(覆盖)
- writeStringToFile(File, String, String, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里
- writeStringToFile(File, String, Charset) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里(覆盖)
- writeStringToFile(File, String, Charset, boolean) - 类中的静态方法 tech.mhuang.pacebox.core.file.FileUtil
-
将字符串写到文件里
Z
- zip(File, File) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
压缩文件
- zip(File, FileOutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
压缩文件
- zip(File, OutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
压缩文件
- zip(String, String, boolean) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
压缩文件
- ZipCodeCompressHandler - tech.mhuang.pacebox.core.compress.handler中的类
-
ZIP压缩解压类
- ZipCodeCompressHandler() - 类的构造器 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
- zipFile(File, String, ZipOutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
单文件压缩ZIP
- zipFile(File, ZipOutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
单文件压缩ZIP
- zipFiles(File[], ZipOutputStream) - 类中的方法 tech.mhuang.pacebox.core.compress.handler.ZipCodeCompressHandler
-
多文件压缩ZIP
- ZipUtil - tech.mhuang.pacebox.core.util中的类
-
zip压缩工具
- ZipUtil() - 类的构造器 tech.mhuang.pacebox.core.util.ZipUtil
All Classes and Interfaces|常量字段值|所有程序包|序列化表格