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

Inherits:
Node
  • Object
show all
Defined in:
lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/implicit.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



18
19
20
# File 'lib/lite/containers/avl_tree/interfaces/key_extraction_strategy/implicit.rb', line 18

def out
  value
end