public interface StackOperations extends RestrictedAccessCollectionOperations
void push(Any element) throws ElementInvalid
ElementInvalid
void pop() throws EmptyCollection
EmptyCollection
boolean element_pop(AnyHolder element) throws EmptyCollection
EmptyCollection
boolean top(AnyHolder element) throws EmptyCollection
EmptyCollection