image/svg+xml $ $ ing$ ing$ ces$ ces$ Res Res ea ea Res->ea ou ou Res->ou r r ea->r ch ch ea->ch r->ces$ r->ch ch->$ ch->ing$ T T T->ea ou->r

Unsortable resources

public class UnsortableComparator extends Comparator<Object>
{
	private final Random rng = new Random();
	@Override public int compare(Object o1, Object o2) { return rng.nextInt(3) - 1; } 
}

Soon to be populated by miscellaneous things (that are not sortable).

Some presentations in master 2 (in French)