Sha256: d26671d218316541fdeb09bf96980af14d9795ba98ea43f97313bb48bd5f6679

Contents?: true

Size: 112 Bytes

Versions: 10

Compression:

Stored size: 112 Bytes

Contents

class Array
  def to_java_list
    self
  end
end

module java::util::List
  def to_java_list
    self
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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