SortedQueue : public class
Created: 23/04/2010 15:12:51
Modified: 23/04/2010 17:15:18
Project:
Advanced:
Operation
public
clone():*
Details:
Sequential
Tags: Implements=ICollection.clone
ImplementsGuid={5CAFDACC-604B-4b47-B271-7FBE2ADFFF12}
public
comparator():IComparator
Details:
Sequential <<property get>>
Tags: Implements=ISortable.comparator
ImplementsGuid={57C5947C-405E-4388-BAA2-14CBB108DB31}
public
comparator():void
Details:
Sequential <<property set>>
Tags: Implements=ISortable.comparator
ImplementsGuid={1CA81D6C-E2C8-4023-A580-89DDE9813EC8}
public
offer(
element: *,
):Boolean
Details:
Sequential
Tags: Implements=IQueue.offer
ImplementsGuid={C02B13DE-F21B-4a5c-B46F-80C0FA58ED39}
override=true
public
options():uint
Details:
Sequential <<property get>>
public
options():void
Details:
Sequential <<property set>>
public
poll():*
Details:
Sequential
Tags: Implements=IQueue.poll
ImplementsGuid={C23CB3FD-117A-4811-ADEE-78AAF139F270}
override=true
public
remove(
o: *,
):Boolean
Details:
Sequential
Tags: override=true
public
removeAll(
collection: ICollection,
):Boolean
Details:
Sequential
Tags: override=true
public
retainAll(
collection: ICollection,
):Boolean
Details:
Sequential
Tags: override=true
public
sort(
compare: Function,
options: uint,
):Array
Details:
Sequential
Tags: Implements=ISortable.sort
ImplementsGuid={42B470FA-8B06-4bad-9C13-881EC504E46B}
public
SortedQueue(
source: Array,
comparator: IComparator,
options: uint,
):void
Details:
Sequential
public
sortOn(
fieldName: *,
options: *,
):Array
Details:
Sequential
Tags: Implements=ISortedQueue.sortOn
ImplementsGuid={037C6BC0-7ECB-4beb-806E-CE49907F22A9}
Object Type Connection Notes
LinearQueue Class Generalization  
«interface» ISortedQueue Interface Realisation  
PriorityQueue Class Generalization