Skip to content

Instantly share code, notes, and snippets.

@thallium205
thallium205 / ranker.java
Created March 22, 2012 15:01
Java Implementation of the Google App Engine Ranklist
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import org.mortbay.log.Log;
0x6a9e028cCc7BB9Cd1A6B53ff94acc8686d3a1196