public class ThreadLocalStack<T> extends Object
ThreadLocalStack()
T
get()
List<T>
getList()
pop()
void
push(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalStack()
public void push(T obj)
public T pop()
public T get()
public List<T> getList()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.