Class NestedStack<T>
java.lang.Object
java.util.AbstractCollection<T>
org.aksw.commons.collections.stacks.GenericNestedStack<T, NestedStack<T>>
org.aksw.commons.collections.stacks.NestedStack<T>
- All Implemented Interfaces:
Iterable<T>, Collection<T>
-
Field Summary
Fields inherited from class GenericNestedStack
parent, size, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
NestedStack
-