Uses of Enum Class
org.miaixz.bus.core.lang.ref.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in org.miaixz.bus.core.lang.ref
Methods in org.miaixz.bus.core.lang.ref that return ReferenceTypeModifier and TypeMethodDescriptionstatic ReferenceTypeReturns the enum constant of this class with the specified name.static ReferenceType[]ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReferenceType in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz with parameters of type ReferenceTypeModifier and TypeMethodDescriptionstatic <T> Reference<T> ReferKit.of(ReferenceType type, T referent) 获得引用static <T> Reference<T> ReferKit.of(ReferenceType type, T referent, ReferenceQueue<T> queue) 获得引用