Sha256: acf699de08f8d928e80d3967f317a1d1f1d1bcc3bae0f4bfac2051f4e5216e12

Contents?: true

Size: 96 Bytes

Versions: 10

Compression:

Stored size: 96 Bytes

Contents

module java::util::Iterator
  def has_next?
    hasNext
  end
  def next?
    hasNext
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jactive_support-2.1.2 lib/jactive_support/java_ext/iterator.rb
jactive_support-3.0.0 lib/jactive_support/java_ext/iterator.rb
jactive_support-3.0.0.pre2 lib/jactive_support/java_ext/iterator.rb
jactive_support-3.0.0.pre1 lib/jactive_support/java_ext/iterator.rb
jactive_support-2.1.1 lib/jactive_support/java_ext/iterator.rb
jactive_support-2.1.0 lib/jactive_support/java_ext/iterator.rb
jactive_support-2.0.0 lib/jactive_support/java_ext/iterator.rb
jactive_support-1.0.2 lib/jactive_support/java_ext/iterator.rb
jactive_support-1.0.1-universal-java-1.6 lib/jactive_support/java_ext/iterator.rb
jactive_support-1.0.0-universal-java-1.6 lib/jactive_support/java_ext/iterator.rb