Sha256: fcb5445c0f24e93465a6abe3551cbe0e2e141a4a2df3de02fdc4c67cdc36bca3

Contents?: true

Size: 116 Bytes

Versions: 10

Compression:

Stored size: 116 Bytes

Contents

module java::util::ListIterator
  def has_previous?
    hasPrevious
  end
  def previous?
    hasPrevious
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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