T
public class Extras<T> extends Object
protected HashMap<String,T>
map
Extras()
<U extends T>U
get(Class<U> key)
void
put(T extra)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final HashMap<String,T> map
public Extras()
public void put(T extra)
public <U extends T> U get(Class<U> key)
Copyright © 2023. All rights reserved.