Uses of Class
org.miaixz.bus.core.lang.mutable.MutableObject
Packages that use MutableObject
-
Uses of MutableObject in org.miaixz.bus.core.lang.mutable
Methods in org.miaixz.bus.core.lang.mutable that return MutableObjectModifier and TypeMethodDescriptionstatic <T> MutableObject<T> Mutable.of(T value) 创建一个MutableObject对象static <T> MutableObject<T> MutableObject.of(T value) 构建MutableObj