所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- org.huiche.support.Assert
- java.lang.Record
- org.huiche.support.LambdaMethod
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.huiche.exception.HcException
- org.huiche.exception.HcAssertException
- org.huiche.exception.HcException
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- java.util.function.Function<T,
R> - org.huiche.support.SerializableFunction<T,
R> (并 extends java.io.Serializable)
- org.huiche.support.SerializableFunction<T,
- org.huiche.util.ReflectUtil
- java.io.Serializable
- org.huiche.support.SerializableFunction<T,
R> (并 extends java.util.function.Function<T, R>)
- org.huiche.support.SerializableFunction<T,
Annotation Interface Hierarchy
- org.jetbrains.annotations.Contract (implements java.lang.annotation.Annotation)