ibm_ilog.diagram.util.LimitedStack (version 1.1-SNAPSHOT)
Object » ibm_ilog.diagram.util.LimitedStack
dojo.require("ibm_ilog.diagram.util.LimitedStack");
Property Summary
Method Summary
- clear()
- clone()
- constructor(arr, maximumSize)
- contains(o) returns bool
- copyTo(arr, i)
- forEach(fn, scope)
- getIterator() returns dojox.collections.Iterator
- getMaxSize() gets maximum size of the stack.
- peek() returns object
- pop() returns object
- push(o)
- setMaxSize(maxSize) sets maximum size of the stack. If null or 0, no maximum size is set and behaves as a traditional stack.
- toArray() returns array
Properties
Methods
sets maximum size of the stack. If null or 0, no maximum size is set and behaves as a traditional stack.
Parameter | Type | Description |
---|---|---|
maxSize |