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
-
Field Summary
Fields -
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
-
Field Details
-
parent
-
value
-
size
protected int size
-
-
Constructor Details
-
GenericNestedStack
-
-
Method Details
-
getParent
-
getValue
-
asList
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein classAbstractCollection<T>
-