public class WrapValue<T> extends Object implements Serializable
T
get()
getOrDefault(T defaultValue)
static <T> WrapValue<T>
of(T t)
void
set(T value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static <T> WrapValue<T> of(T t)
public T get()
public T getOrDefault(T defaultValue)
public void set(T value)
public String toString()
toString
Object
Copyright © 2024 EFCloud. All rights reserved.