# Queue

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 dequeue errorassoc hash identityhashcode isempty iterator methods new okassoc peek propertymethods serialize size string

# 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

# dequeue

function Dynamic dequeue()

# enqueue

function Void enqueue(Dynamic item)

# isEmpty

function Boolean isEmpty()

# peek

function Dynamic peek()

# size

function Integer size()

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