T
public class MutableObject<T> extends Object implements Mutable<T>, Serializable
Object
MutableObject()
MutableObject(T value)
boolean
equals(Object obj)
get()
int
hashCode()
void
set(T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MutableObject()
public MutableObject(T value)
value
public T get()
Mutable
get
Mutable<T>
public void set(T value)
set
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.