com.j_spaces.core.client
Class LookupFinder.LookupEntriesComparator

java.lang.Object
  extended by com.j_spaces.core.client.LookupFinder.LookupEntriesComparator
All Implemented Interfaces:
Comparator<Entry>
Enclosing class:
LookupFinder

public static class LookupFinder.LookupEntriesComparator
extends Object
implements Comparator<Entry>


Constructor Summary
LookupFinder.LookupEntriesComparator()
           
 
Method Summary
 int compare(Entry o1, Entry o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

LookupFinder.LookupEntriesComparator

public LookupFinder.LookupEntriesComparator()
Method Detail

compare

public int compare(Entry o1,
                   Entry o2)
Specified by:
compare in interface Comparator<Entry>