E
public interface IDynamicStack<E>
pop()
void
push(E argObject)
E pop()
void push(E argObject)
argObject
Copyright © 2018. All rights reserved.