public class ThreadLocalStack<T> extends Object
ThreadLocalStack()
void
clear()
T
get()
boolean
isEmpty()
pop()
push(T obj)
setLast(T obj)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalStack()
public void push(T obj)
public T get()
public T pop()
public void setLast(T obj)
public boolean isEmpty()
public int size()
public void clear()
Copyright © 2018 JBoss by Red Hat. All rights reserved.