public class StackQueue<T> extends Object
StackQueue()
boolean
empty()
T
front()
pop()
void
push(T task)
reset(T[] buffer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StackQueue()
public void reset(T[] buffer)
public void push(T task)
public T pop()
public boolean empty()
public T front()
Copyright © 2018. All rights reserved.