Skip to content

Instantly share code, notes, and snippets.

View martin-tarjanyi's full-sized avatar

Martin Tarjányi martin-tarjanyi

View GitHub Profile
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@ToString
@EqualsAndHashCode
public final class ExplicitComparator<T> implements Comparator<T>
{
private final Map<T, Integer> rankMap;