Class com.flashdoctors.util.AbstractQueue

Implemented Interfaces

IQueue

Description

AbstractQueue class

Method Index

clear(), forceNext(), forceNextByIndex(), forceNextByName(), getName(), hasNext(), indexOf(), next(), put(), remove(), removeAt(), set(), setItems(), setName(), size()

Method Detail

hasNext

public function hasNext():Boolean

// TODO: Add description of the hasNext method.

Return

Boolean

Specified By

hasNext() in com.flashdoctors.util.IQueue

next

public function next():Object

// TODO: Add description of the next method.

Return

Object

Specified By

next() in com.flashdoctors.util.IQueue

put

public function put(obj:Object):Boolean

// TODO: Add description of the put method.

Parameters

obja value for obj

Return

Boolean

Specified By

put() in com.flashdoctors.util.IQueue

set

public function set(index:Number, obj:Object):Object

// TODO: Add description of the set method.

Parameters

indexa value for index
obja value for obj

Return

Object

Specified By

set() in com.flashdoctors.util.IQueue

remove

public function remove(obj:Object):Boolean

// TODO: Add description of the remove method.

Parameters

obja value for obj

Return

Boolean

Specified By

remove() in com.flashdoctors.util.IQueue

removeAt

public function removeAt(index:Number):Void

indexOf

public function indexOf(obj:Object):Number

// TODO: Add description of the indexOf method.

Parameters

obja value for obj

Return

Number

Specified By

indexOf() in com.flashdoctors.util.IQueue

setItems

public function setItems(items:IList):Void

// TODO: Add description of the setItems method.

Parameters

itemsa value for items

Return

Void

Specified By

setItems() in com.flashdoctors.util.IQueue

size

public function size():Number

// TODO: Add description of the size method.

Return

Number

Specified By

size() in com.flashdoctors.util.IQueue

clear

public function clear():Void

// TODO: Add description of the clear method.

Return

Void

Specified By

clear() in com.flashdoctors.util.IQueue

forceNext

public function forceNext(obj:Object):Void

// TODO: Add description of the forceNext method.

Parameters

obja value for obj

Return

Void

Specified By

forceNext() in com.flashdoctors.util.IQueue

forceNextByIndex

public function forceNextByIndex(index:Number):Void

// TODO: Add description of the forceNextByIndex method.

Parameters

indexa value for index

Return

Void

Specified By

forceNextByIndex() in com.flashdoctors.util.IQueue

forceNextByName

public function forceNextByName(name:String):Void

// TODO: Add description of the forceNextByName method.

Parameters

namea value for name

Return

Void

Specified By

forceNextByName() in com.flashdoctors.util.IQueue

setName

public function setName(name:String):Void

Sets the name value of this IQueue.

Parameters

namea value for name

Return

Void

Specified By

setName() in com.flashdoctors.util.IQueue

getName

public function getName():String

Gets the name value of this IQueue.

Return

String

Specified By

getName() in com.flashdoctors.util.IQueue