Class: Lite::Containers::AvlTree::Interfaces::KeyExtractionStrategy::Explicit::Node

Inherits:
Node
  • Object
show all
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

#outObject



13
14
15
# File 'lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/explicit.rb', line 13

def out
  [key, value]
end