Package Libs :: Module libdatatype :: Class DoubleLinkedList
[hide private]
[frames] | no frames]

Class DoubleLinkedList

source code

Data --+
       |
      DoubleLinkedList

Instance Methods [hide private]
 
__init__(self, address, data)
Double Linked list Class
source code
STRING
Print(self)
Return information on the object
source code

Inherited from Data: getAddress, getSize, setComment, setData

Method Details [hide private]

__init__(self, address, data)
(Constructor)

source code 

Double Linked list Class

Overrides: Data.__init__

Print(self)

source code 

Return information on the object

Returns: STRING
Object information
Overrides: Data.Print
(inherited documentation)