class documentation

Undocumented

Method key Return key of map's key-value pair.
Method value Return value of map's key-value pair.

Inherited from Position:

Method __eq__ Return True if other is a Position representing the same location.
Method __init__ Constructor should not be invoked by user.
Method element Return the element stored at this Position.
Instance Variable _container Undocumented
Instance Variable _node Undocumented

Inherited from Position (via Position):

Method __ne__ Return True if other does not represent the same location.
def key(self):

Return key of map's key-value pair.

def value(self):

Return value of map's key-value pair.