public interface StacksInterface
Modifier and Type | Method and Description |
---|---|
long |
count() |
boolean |
isEmpty() |
StatusInfoInterface |
peekStack() |
StatusInfoInterface |
popStack() |
long |
pushStack(StatusInfoInterface statusInfo) |
long pushStack(StatusInfoInterface statusInfo)
StatusInfoInterface peekStack()
StatusInfoInterface popStack()
boolean isEmpty()
long count()
Copyright © SAS Institute. All Rights Reserved.