public class ThreadLocalStack<E> extends Object
ThreadLocalStack()
boolean
isEmpty()
E
peek()
pop()
void
push(E item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalStack()
public void push(E item)
public E peek()
public E pop()
public boolean isEmpty()
Copyright © 2016 JBoss by Red Hat. All rights reserved.