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 © 2015 JacORB. All rights reserved.