# Stack

Inherits from: RHObject


# Class Methods

# Inherited methods

Destructor ErrorAssoc OKAssoc

# New

function Dynamic New()

# Overrides:

New in class RHObject

# Instance Methods

# Property Methods

Property methods can be accessed with the valueForKey method.

classidentifier classname clone errorassoc hash identityhashcode isempty iterator methods new okassoc pop propertymethods serialize size string top

# Inherited methods

assert cacheMethod cacheValueForKey callSuper checkError class classIdentifier className clone deserialize dict endTrans hash identityHashCode isAccessorMethod isCached isInstanceOf isProperty isPropertyMethod iterator methods pluck prepareForReuse propertyMethods removeFromCache reset resetCache resetSubclass respondsTo serialize setCacheValueForKey setValueForKey setValueForKeyPath setValues startTrans string super valueForKey valueForKeyPath

# isEmpty

function Boolean isEmpty()

# pop

function Dynamic pop()

# push

function Void push(Dynamic item)

# size

function Integer size()

# top

function Dynamic top()

Last Updated: 3/28/2019, 2:48:37 PM