Module: javajava::util::Iterator
- Defined in:
- lib/jactive_support/java_ext/iterator.rb
Instance Method Summary collapse
Instance Method Details
#has_next? ⇒ Boolean
2 3 4 |
# File 'lib/jactive_support/java_ext/iterator.rb', line 2 def has_next? hasNext end |
#next? ⇒ Boolean
5 6 7 |
# File 'lib/jactive_support/java_ext/iterator.rb', line 5 def next? hasNext end |