Class: Critbit::EachKeyCursor
Instance Attribute Summary
Attributes inherited from Cursor
Instance Method Summary collapse
-
#select(entry) ⇒ Object
————————————————————————————.
Methods inherited from Cursor
Constructor Details
This class inherits a constructor from Critbit::Cursor
Instance Method Details
#select(entry) ⇒ Object
647 648 649 650 |
# File 'lib/critbit.rb', line 647 def select(entry) @block.call(entry.getKey()) Decision::CONTINUE end |