Class: Lite::Containers::AvlTree::Interfaces::KeyExtractionStrategy::Explicit::Node
- Inherits:
-
Node
- Object
- Node
- Lite::Containers::AvlTree::Interfaces::KeyExtractionStrategy::Explicit::Node
- Defined in:
- lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/explicit.rb
Instance Attribute Summary
Attributes inherited from Node
#height, #key, #left, #right, #value
Instance Method Summary collapse
Methods inherited from Node
#initialize, #inspect, instance
Constructor Details
This class inherits a constructor from Lite::Containers::AvlTree::Node
Instance Method Details
#out ⇒ Object
13 14 15 |
# File 'lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/explicit.rb', line 13 def out [key, value] end |