Package org.jruby.util
Class RecursiveComparator
java.lang.Object
org.jruby.util.RecursiveComparator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IRubyObject
compare
(ThreadContext context, T invokable, IRubyObject a, IRubyObject b, boolean eql)
-
Constructor Details
-
RecursiveComparator
public RecursiveComparator()
-
-
Method Details
-
compare
public static <T> IRubyObject compare(ThreadContext context, T invokable, IRubyObject a, IRubyObject b, boolean eql)
-