T
public class SimpleHolder<T> extends Object implements Holder<T>
Holder
SimpleHolder(T e)
get()
static SimpleHolder<Object>
make(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleHolder(T e)
public T get()
get
Holder<T>
public static SimpleHolder<Object> make(Object obj)
Copyright © 2009–2018. All rights reserved.