Packageorg.purepdf.utils.collections
Classpublic class TreeSet
InheritanceTreeSet Inheritance Object



Protected Properties
 PropertyDefined By
  dirty : Boolean = true
TreeSet
  map : Vector.<IComparable>
TreeSet
Public Methods
 MethodDefined By
  
TreeSet
  
add(element:IComparable):Boolean
TreeSet
  
TreeSet
  
iterator():Iterator
TreeSet
  
TreeSet
  
remove(element:IComparable):Boolean
TreeSet
Property Detail
dirtyproperty
protected var dirty:Boolean = true

mapproperty 
protected var map:Vector.<IComparable>

Constructor Detail
TreeSet()Constructor
public function TreeSet()



Method Detail
add()method
public function add(element:IComparable):Boolean

Parameters

element:IComparable

Returns
Boolean
first()method 
public function first():IComparable

Returns
IComparable
iterator()method 
public function iterator():Iterator

Returns
Iterator
last()method 
public function last():IComparable

Returns
IComparable
remove()method 
public function remove(element:IComparable):Boolean

Parameters

element:IComparable

Returns
Boolean