org.jruby.util
Class RecursiveComparator.Pair

java.lang.Object
  extended by org.jruby.util.RecursiveComparator.Pair
Enclosing class:
RecursiveComparator

public static class RecursiveComparator.Pair
extends java.lang.Object


Constructor Summary
RecursiveComparator.Pair(IRubyObject a, IRubyObject b)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursiveComparator.Pair

public RecursiveComparator.Pair(IRubyObject a,
                                IRubyObject b)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2002-2009 JRuby Team. All Rights Reserved.