# Queue
Inherits from: RHObject
# Class Methods
# Inherited methods
# 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 reset 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()