public class MutableObject<T> extends Object implements Mutable<T>, Serializable
Constructor and Description |
---|
MutableObject() |
MutableObject(T value) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableObject<T> |
create() |
boolean |
equals(Object obj) |
T |
get()
获取值
|
int |
hashCode() |
static <T> MutableObject<T> |
of(T value) |
void |
set(T value)
设置值
|
String |
toString() |
public MutableObject()
public MutableObject(T value)
public static <T> MutableObject<T> create()
public static <T> MutableObject<T> of(T value)
Copyright © 2024. All rights reserved.