public interface StackOperations extends RestrictedAccessCollectionOperations
void push(Any element) throws ElementInvalid
ElementInvalidvoid pop()
throws EmptyCollection
EmptyCollectionboolean element_pop(AnyHolder element) throws EmptyCollection
EmptyCollectionboolean top(AnyHolder element) throws EmptyCollection
EmptyCollectionCopyright © 2014 JacORB. All Rights Reserved.