IBM ILOG Dojo Diagrammer 1.1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

ibm_ilog.diagram.util.LimitedStack

Object » ibm_ilog.diagram.util.LimitedStack
dojo.require("ibm_ilog.diagram.util.LimitedStack");

Method Summary

Methods

clear
clone
constructor
ParameterTypeDescription
arr
maximumSize
contains
Returns bool
ParameterTypeDescription
oobject
copyTo
ParameterTypeDescription
arrarray
iint
forEach
ParameterTypeDescription
fnfunction
scopeobject
Optional.
getIterator
Returns dojox.collections.Iterator
getMaxSize
gets maximum size of the stack.
peek
Returns object
pop
Returns object
push
ParameterTypeDescription
oobject
setMaxSize
sets maximum size of the stack. If null or 0, no maximum size is set and behaves as a traditional stack.
ParameterTypeDescription
maxSize
toArray
Returns array