T
public class MutableObj<T> extends Object implements Mutable<T>, Serializable
Object
MutableObj()
MutableObj(T value)
boolean
equals(Object obj)
get()
int
hashCode()
static <T> MutableObj<T>
of(T value)
void
set(T value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
map, peek, test, to, toOpt
public MutableObj()
public MutableObj(T value)
value
public static <T> MutableObj<T> of(T value)
of
Mutable<T>
public T get()
Mutable
get
public void set(T value)
set
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2024. All rights reserved.