jruby/docs BETA
Navigation
org.jruby.util.RecursiveComparator 1
C Pair
Pair — members 3
C new(a, b)
M equals(other) boolean
M hash_code() int

org.jruby.util.RecursiveComparator.Pair

class 3 members

Constructors

new

new ( IRubyObject a, IRubyObject b )
Java: <init>(org.jruby.runtime.builtin.IRubyObject a, org.jruby.runtime.builtin.IRubyObject b)

Instance Methods

equals

boolean equals ( Object other )
Java: equals(Object other)

hash_code

int hash_code ( )
Java: hashCode()