Uses of Interface
planet.symphony.Comparer

Packages that use Comparer
planet.symphony   
 

Uses of Comparer in planet.symphony
 

Classes in planet.symphony that implement Comparer
 class IdComparer
          This is class is used to compare two ids.
 

Methods in planet.symphony that return Comparer
 Comparer SortedKList.getComparer()
          Returns the comparer object used to order list.
 

Constructors in planet.symphony with parameters of type Comparer
SortedKList(Comparer listOrder, java.lang.Object referee, int k)
          Create a new SortedKList using the Comparer interface to define the order on elements.