public static class PostfixExpression.OpStack extends LinkedList<PostfixExpression.Token>
modCount| Constructor and Description | 
|---|
OpStack()  | 
| Modifier and Type | Method and Description | 
|---|---|
PostfixExpression.Token | 
pop()  | 
void | 
push(PostfixExpression.Token token)  | 
PostfixExpression.Token | 
top()  | 
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic OpStack()
public final void push(PostfixExpression.Token token)
push in interface Deque<PostfixExpression.Token>push in class LinkedList<PostfixExpression.Token>public final PostfixExpression.Token pop()
pop in interface Deque<PostfixExpression.Token>pop in class LinkedList<PostfixExpression.Token>public final PostfixExpression.Token top()
Copyright © 2019 Nuxeo. All rights reserved.