package org.tallison.lucene.syns; interface ValueComparator { //couldn't quickly figure out how extends Comparator<Valuable> works in TopNList //should fix this to be basic genericized comparator int compare(Valuable e1, Valuable e2); }