class documentation
class Position(BinaryTree.Position):
Known subclasses: dsap.searchtree.binary_search_tree.TreeMap.Position
An abstraction representing the location of a single element.
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
:
Method | __ne__ |
Return True if other does not represent the same location. |
overrides
dsap.trees.tree.Tree.Position.__eq__
Return True if other is a Position representing the same location.