Class GenericNestedStack<T,P extends GenericNestedStack<T,P>>

java.lang.Object
java.util.AbstractCollection<T>
org.aksw.commons.collections.stacks.GenericNestedStack<T,P>
All Implemented Interfaces:
Iterable<T>, Collection<T>
Direct Known Subclasses:
NestedStack

public class GenericNestedStack<T,P extends GenericNestedStack<T,P>> extends AbstractCollection<T>