public class ThreadLocalStack<T> extends Object
ThreadLocalStack()
T
get()
List<T>
getList()
pop()
void
push(T obj)
replace(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalStack()
public void push(T obj)
public T pop()
public void replace(T obj)
public T get()
public List<T> getList()
Copyright © 2013 JBoss by Red Hat. All rights reserved.