org.eclipse.xtext.util
Class LinkedStack<T>

java.lang.Object
  extended by org.eclipse.xtext.util.AbstractLinkedStack<LinkedStack<T>,T>
      extended by org.eclipse.xtext.util.LinkedStack<T>
All Implemented Interfaces:
java.lang.Iterable<T>

public class LinkedStack<T>
extends AbstractLinkedStack<LinkedStack<T>,T>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.util.AbstractLinkedStack
AbstractLinkedStack.Element<T>
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.util.AbstractLinkedStack
top
 
Constructor Summary
LinkedStack()
           
 
Method Summary
protected  LinkedStack<T> createStack()
           
 
Methods inherited from class org.eclipse.xtext.util.AbstractLinkedStack
clone, cloneAndPop, cloneAndPush, contains, createElement, elementToStr, equals, hashCode, init, isEmpty, iterator, peek, pop, push, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedStack

public LinkedStack()
Method Detail

createStack

protected LinkedStack<T> createStack()
Specified by:
createStack in class AbstractLinkedStack<LinkedStack<T>,T>