Packagecom.yworks.yfiles.util
Classpublic class SkipList_Cell
InheritanceSkipList_Cell Inheritance YObject Inheritance Object

The cells that are used by com.yworks.yfiles.util.SkipList.

See also

com.yworks.yfiles.util.SkipList


Public Properties
 PropertyDefined By
  info : Object
[read-only] Gets the value of this cell.
SkipList_Cell
Public Methods
 MethodDefined By
  
SkipList_Cell(init:Boolean = true)
SkipList_Cell
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
SkipList_Cell
 Inherited
hashCode():int
YObject
  
[static]
SkipList_Cell
  
Yields the predecessor of this cell or null if it is the first cell.
SkipList_Cell
  
Yields the successor of this cell or null if it is the last cell.
SkipList_Cell
Protected Methods
 MethodDefined By
  
SkipList_Cell
Property Detail
infoproperty
info:Object  [read-only]

Gets the value of this cell.


Implementation
    public function get info():Object
Constructor Detail
SkipList_Cell()Constructor
public function SkipList_Cell(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class
initSkipList_Cell()method 
protected final function initSkipList_Cell():void

newSkipList_Cell()method 
public static function newSkipList_Cell():SkipList_Cell

Returns
SkipList_Cell
pred()method 
public function pred():SkipList_Cell

Yields the predecessor of this cell or null if it is the first cell.

Returns
SkipList_Cell — The predecessor or null.
succ()method 
public function succ():SkipList_Cell

Yields the successor of this cell or null if it is the last cell.

Returns
SkipList_Cell — The successor or null.