Class: Critbit::EachValueCursor
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
654 655 656 657 |
# File 'lib/critbit.rb', line 654 def select(entry) @block.call(entry.getValue()) Decision::CONTINUE end |