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
637 638 639 640 |
# File 'lib/critbit.rb', line 637 def select(entry) @block.call(entry.getKey()) Decision::CONTINUE end |