Package org.eclipse.xtext.util
Class LinkedStack<T>
- java.lang.Object
-
- org.eclipse.xtext.util.AbstractLinkedStack<LinkedStack<T>,T>
-
- 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
Constructors Constructor Description LinkedStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
createStack
protected LinkedStack<T> createStack()
- Specified by:
createStackin classAbstractLinkedStack<LinkedStack<T>,T>
-
-