所有程序包的分层结构
程序包分层结构:- io.github.kylinhunter.commons.branch,
- io.github.kylinhunter.commons.classloader,
- io.github.kylinhunter.commons.cmd,
- io.github.kylinhunter.commons.collections,
- io.github.kylinhunter.commons.compiler,
- io.github.kylinhunter.commons.component,
- io.github.kylinhunter.commons.date,
- io.github.kylinhunter.commons.exception,
- io.github.kylinhunter.commons.exception.check,
- io.github.kylinhunter.commons.exception.common,
- io.github.kylinhunter.commons.exception.embed,
- io.github.kylinhunter.commons.exception.embed.biz,
- io.github.kylinhunter.commons.exception.explain,
- io.github.kylinhunter.commons.exception.info,
- io.github.kylinhunter.commons.exception.wrapper,
- io.github.kylinhunter.commons.i18n,
- io.github.kylinhunter.commons.init,
- io.github.kylinhunter.commons.io,
- io.github.kylinhunter.commons.io.file,
- io.github.kylinhunter.commons.io.file.filter,
- io.github.kylinhunter.commons.io.file.path,
- io.github.kylinhunter.commons.io.file.reader,
- io.github.kylinhunter.commons.io.output,
- io.github.kylinhunter.commons.jmx,
- io.github.kylinhunter.commons.juc,
- io.github.kylinhunter.commons.lang,
- io.github.kylinhunter.commons.lang.strings,
- io.github.kylinhunter.commons.log.jul,
- io.github.kylinhunter.commons.name,
- io.github.kylinhunter.commons.reflect,
- io.github.kylinhunter.commons.reflect.bean,
- io.github.kylinhunter.commons.serialize,
- io.github.kylinhunter.commons.state,
- io.github.kylinhunter.commons.sys,
- io.github.kylinhunter.commons.tools,
- io.github.kylinhunter.commons.uid,
- io.github.kylinhunter.commons.util
类分层结构
- java.lang.Object
- io.github.kylinhunter.commons.state.AbstractBitState<E>
- io.github.kylinhunter.commons.exception.explain.AbstractExplainerSupplier (implements io.github.kylinhunter.commons.exception.explain.ExplainerSupplier)
- io.github.kylinhunter.commons.exception.explain.DefaultExplainerSupplier
- io.github.kylinhunter.commons.init.AbstractInitializer (implements io.github.kylinhunter.commons.init.Initializer)
- io.github.kylinhunter.commons.component.CFInitializer
- io.github.kylinhunter.commons.exception.info.ErrInfoInitializer
- io.github.kylinhunter.commons.exception.wrapper.ExceptionWarapperInitializer
- io.github.kylinhunter.commons.exception.explain.ExplainerInitializer
- io.github.kylinhunter.commons.io.file.filter.AbstractPathFilter (implements io.github.kylinhunter.commons.io.file.filter.PathFilter)
- io.github.kylinhunter.commons.io.file.filter.AndPathFilter
- io.github.kylinhunter.commons.io.file.filter.DefaultPathFilter
- io.github.kylinhunter.commons.io.file.filter.OrPathFilter
- io.github.kylinhunter.commons.io.file.filter.SuffixPathFilter
- io.github.kylinhunter.commons.reflect.bean.ActualType
- io.github.kylinhunter.commons.collections.ArrayUtils
- io.github.kylinhunter.commons.lang.BooleanUtil
- io.github.kylinhunter.commons.branch.BranchExecutor<P,T>
- io.github.kylinhunter.commons.branch.BranchExecutors
- io.github.kylinhunter.commons.name.CamelToSnakeUtils
- io.github.kylinhunter.commons.component.CConstructorDepCalculator
- io.github.kylinhunter.commons.component.CF
- io.github.kylinhunter.commons.io.Charsets
- io.github.kylinhunter.commons.init.ClassScanner
- io.github.kylinhunter.commons.reflect.ClassUtil
- io.github.kylinhunter.commons.cmd.CmdExecutor
- io.github.kylinhunter.commons.cmd.CmdResult
- io.github.kylinhunter.commons.cmd.CmdResultReader (implements java.util.concurrent.Callable<V>)
- io.github.kylinhunter.commons.component.CMethodDepCalculator
- io.github.kylinhunter.commons.component.CObject
- io.github.kylinhunter.commons.component.CObjects
- io.github.kylinhunter.commons.collections.CollectionUtils
- io.github.kylinhunter.commons.component.CompManager
- io.github.kylinhunter.commons.reflect.Constructors
- io.github.kylinhunter.commons.date.DateFormat
- io.github.kylinhunter.commons.date.DateFormats
- io.github.kylinhunter.commons.date.DatePatterns
- io.github.kylinhunter.commons.date.DateUtils
- io.github.kylinhunter.commons.init.DebugOption
- io.github.kylinhunter.commons.io.file.reader.DefaultLineProcessor<T> (implements io.github.kylinhunter.commons.io.file.reader.LineProcessor)
- io.github.kylinhunter.commons.io.file.reader.FileStatLineProcessor
- io.github.kylinhunter.commons.lang.EnumUtils
- io.github.kylinhunter.commons.exception.info.ErrInfo
- io.github.kylinhunter.commons.exception.info.ErrInfoManager
- io.github.kylinhunter.commons.exception.info.ErrInfos
- io.github.kylinhunter.commons.exception.ExCatcher
- io.github.kylinhunter.commons.exception.ExceptionConvertor
- io.github.kylinhunter.commons.exception.ExceptionFinder
- io.github.kylinhunter.commons.exception.ExceptionFinder.ExceptionFind
- io.github.kylinhunter.commons.exception.ExceptionHelper
- io.github.kylinhunter.commons.exception.wrapper.ExceptionInvokeDelegation
- io.github.kylinhunter.commons.classloader.ExClassLoaderUtil
- io.github.kylinhunter.commons.exception.explain.Explainer<T>
- io.github.kylinhunter.commons.exception.explain.Explainers
- io.github.kylinhunter.commons.exception.explain.ExplainManager
- io.github.kylinhunter.commons.exception.explain.ExplainResult
- io.github.kylinhunter.commons.reflect.Fields
- io.github.kylinhunter.commons.io.file.FileExtensions
- io.github.kylinhunter.commons.io.file.FilenameUtils
- io.github.kylinhunter.commons.io.file.reader.FileReaderUtils
- io.github.kylinhunter.commons.io.file.reader.FileStatLineProcessor.FileStat
- io.github.kylinhunter.commons.io.file.FileUtil
- io.github.kylinhunter.commons.jmx.GCUtils
- io.github.kylinhunter.commons.reflect.GenericTypeUtils
- io.github.kylinhunter.commons.util.HexUtils
- io.github.kylinhunter.commons.i18n.I18nUtils
- io.github.kylinhunter.commons.reflect.Interfaces
- io.github.kylinhunter.commons.io.IOHelper
- io.github.kylinhunter.commons.io.IOUtil
- io.github.kylinhunter.commons.collections.Iterators
- io.github.kylinhunter.commons.log.jul.JULManager
- io.github.kylinhunter.commons.init.KCommons
- io.github.kylinhunter.commons.sys.KConst
- io.github.kylinhunter.commons.compiler.KplatCompiler
- io.github.kylinhunter.commons.collections.ListUtils
- io.github.kylinhunter.commons.collections.MapUtils
- io.github.kylinhunter.commons.jmx.MemoryUtils
- io.github.kylinhunter.commons.reflect.Methods
- io.github.kylinhunter.commons.collections.MultiValueMap<K,V>
- io.github.kylinhunter.commons.name.NamePair (implements java.io.Serializable)
- io.github.kylinhunter.commons.name.NameUtils
- io.github.kylinhunter.commons.lang.NumberUtil
- io.github.kylinhunter.commons.serialize.ObjectBytesSerializer
- io.github.kylinhunter.commons.reflect.ObjectCreator
- io.github.kylinhunter.commons.util.ObjectValues
- io.github.kylinhunter.commons.util.OnceRunner
- io.github.kylinhunter.commons.io.file.path.PathUtil
- io.github.kylinhunter.commons.reflect.ReflectUtils
- io.github.kylinhunter.commons.io.ResourceHelper
- io.github.kylinhunter.commons.io.ResourceHelper.PathInfo
- io.github.kylinhunter.commons.juc.ScheduledExecutorFactory
- io.github.kylinhunter.commons.collections.SetUtils
- java.nio.file.SimpleFileVisitor<T> (implements java.nio.file.FileVisitor<T>)
- io.github.kylinhunter.commons.io.file.path.DeletingPathVisitor
- io.github.kylinhunter.commons.name.SnakeToCamelUtils
- io.github.kylinhunter.commons.collections.StreamUtils
- io.github.kylinhunter.commons.lang.strings.StringUtil
- io.github.kylinhunter.commons.reflect.SuperClazzes
- io.github.kylinhunter.commons.util.ThreadHelper
- io.github.kylinhunter.commons.juc.ThreadPoolExecutorFactory
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Error
- io.github.kylinhunter.commons.exception.common.KError (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- java.lang.Exception
- io.github.kylinhunter.commons.exception.common.KException (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- java.lang.RuntimeException
- io.github.kylinhunter.commons.exception.common.KRuntimeException (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- io.github.kylinhunter.commons.exception.embed.biz.BizException
- io.github.kylinhunter.commons.exception.embed.CryptException
- io.github.kylinhunter.commons.exception.embed.FormatException
- io.github.kylinhunter.commons.exception.embed.GeneralException
- io.github.kylinhunter.commons.exception.embed.InitException
- io.github.kylinhunter.commons.exception.embed.InternalException
- io.github.kylinhunter.commons.exception.embed.KIOException
- io.github.kylinhunter.commons.exception.embed.ParamException
- io.github.kylinhunter.commons.exception.embed.SystemException
- io.github.kylinhunter.commons.exception.embed.UnsupportedException
- io.github.kylinhunter.commons.exception.common.KRuntimeException (implements io.github.kylinhunter.commons.exception.common.KThrowable)
- java.lang.Error
- io.github.kylinhunter.commons.exception.check.ThrowChecker
- io.github.kylinhunter.commons.uid.UidGenerator
- io.github.kylinhunter.commons.uid.UidInfo
- io.github.kylinhunter.commons.io.file.UserDirUtils
- io.github.kylinhunter.commons.tools.WeakPasswordChecker
- io.github.kylinhunter.commons.tools.WeakPasswordChecker.WeakPassOption
- java.io.Writer (implements java.lang.Appendable, java.io.Closeable, java.io.Flushable)
- io.github.kylinhunter.commons.io.output.StringBuilderWriter (implements java.io.Serializable)
接口分层结构
- io.github.kylinhunter.commons.branch.Branch<P,T>
- io.github.kylinhunter.commons.branch.BranchBuilder<P,T>
- io.github.kylinhunter.commons.lang.strings.CharConst
- io.github.kylinhunter.commons.component.CT<T>
- io.github.kylinhunter.commons.lang.EnumUtils.EnumCode
- io.github.kylinhunter.commons.lang.EnumUtils.EnumLabel
- io.github.kylinhunter.commons.exception.ExCatcher.Supplier<T>
- io.github.kylinhunter.commons.init.Initializer
- io.github.kylinhunter.commons.exception.common.KThrowable
- io.github.kylinhunter.commons.io.file.reader.LineProcessor
- io.github.kylinhunter.commons.util.OnceRunner.Runner
- io.github.kylinhunter.commons.io.file.filter.PathFilter
- io.github.kylinhunter.commons.lang.strings.StringConst
- java.util.function.Supplier<T>
- io.github.kylinhunter.commons.exception.explain.ExplainerSupplier
注释类型分层结构
- io.github.kylinhunter.commons.component.C (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.component.CAfter (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.component.CC (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.component.CM (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.component.CSet (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.exception.info.ErrInfoAware (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.exception.wrapper.ExceptionWrapper (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.sys.KGenerated (implements java.lang.annotation.Annotation)
- io.github.kylinhunter.commons.init.Order (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.github.kylinhunter.commons.name.CamelFormat
- io.github.kylinhunter.commons.io.IOCase (implements java.io.Serializable)
- io.github.kylinhunter.commons.name.NameRule
- io.github.kylinhunter.commons.io.ResourceHelper.PathType
- io.github.kylinhunter.commons.name.SnakeFormat
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)