JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.luna.common.mutable.MutableObj
Packages that use
MutableObj
Package
Description
com.luna.common.mutable
提供可变值对象的封装,用于封装int、long等不可变值,使其可变
Uses of
MutableObj
in
com.luna.common.mutable
Subclasses of
MutableObj
in
com.luna.common.mutable
Modifier and Type
Class
Description
final class
Holder
<T>
为不可变的对象引用提供一个可变的包装,在java中支持引用传递。