T
public final class Holder<T> extends MutableObj<T>
Holder()
Holder(T value)
static <T> Holder<T>
of(T value)
equals, get, hashCode, set, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Holder()
public Holder(T value)
value
public static <T> Holder<T> of(T value) throws java.lang.NullPointerException
java.lang.NullPointerException
Copyright © 2018. All rights reserved.