- java.lang.Object
-
- cn.hutool.core.lang.mutable.MutableObj<T>
-
-
方法概要
-
从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
构造器详细资料
-
MutableObj
public MutableObj()
构造,空值
-
方法详细资料
-
set
public void set(T value)
设置值
- 指定者:
set 在接口中 Mutable<T>
- 参数:
value - 值
-
hashCode
public int hashCode()
- 覆盖:
hashCode 在类中 java.lang.Object
Copyright © 2018. All rights reserved.