org.jruby.util
Class RecursiveComparator

java.lang.Object
  extended by org.jruby.util.RecursiveComparator

public class RecursiveComparator
extends java.lang.Object


Nested Class Summary
static class RecursiveComparator.Pair
           
 
Constructor Summary
RecursiveComparator()
           
 
Method Summary
static IRubyObject compare(ThreadContext context, java.lang.String method, IRubyObject a, IRubyObject b, java.util.Set<RecursiveComparator.Pair> seen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursiveComparator

public RecursiveComparator()
Method Detail

compare

public static IRubyObject compare(ThreadContext context,
                                  java.lang.String method,
                                  IRubyObject a,
                                  IRubyObject b,
                                  java.util.Set<RecursiveComparator.Pair> seen)


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