public class RecursiveComparator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RecursiveComparator.Pair |
Constructor and Description |
---|
RecursiveComparator() |
Modifier and Type | Method and Description |
---|---|
static <T> IRubyObject |
compare(ThreadContext context,
T invokable,
IRubyObject a,
IRubyObject b) |
public static <T> IRubyObject compare(ThreadContext context, T invokable, IRubyObject a, IRubyObject b)
Copyright © 2001-2018 JRuby. All Rights Reserved.