public class NestedStack<T> extends GenericNestedStack<T,NestedStack<T>>
parent, size, value| Constructor and Description |
|---|
NestedStack(NestedStack<T> parent,
T value) |
asList, getParent, getValue, iterator, sizeadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic NestedStack(NestedStack<T> parent, T value)
Copyright © 2018. All rights reserved.