public static final class PerfUtil.LocalStack<E> extends Object
LocalStack(int capacity)
E
peek()
pop()
void
push(E elem)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocalStack(int capacity)
public void push(E elem)
public E pop()
public E peek()
Copyright © 2021. All rights reserved.