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 org.aksw.commons.collections.stacks.GenericNestedStack
parent, size, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collections.stacks.GenericNestedStack
asList, getParent, getValue, iterator, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
NestedStack
-