net.sf.jasperreports.engine.util
Class ThreadLocalStack
java.lang.Object
net.sf.jasperreports.engine.util.ThreadLocalStack
public class ThreadLocalStack
- extends Object
Thread local stack utility class.
- Version:
- $Id: ThreadLocalStack.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalStack
public ThreadLocalStack()
push
public void push(Object o)
top
public Object top()
pop
public Object pop()
empty
public boolean empty()
Copyright © 2012. All Rights Reserved.