i2p.susi.dns
Class AddressByNameSorter

java.lang.Object
  extended by i2p.susi.dns.AddressByNameSorter
All Implemented Interfaces:
Comparator<AddressBean>

public class AddressByNameSorter
extends Object
implements Comparator<AddressBean>


Constructor Summary
AddressByNameSorter()
           
 
Method Summary
 int compare(AddressBean a, AddressBean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AddressByNameSorter

public AddressByNameSorter()
Method Detail

compare

public int compare(AddressBean a,
                   AddressBean b)
Specified by:
compare in interface Comparator<AddressBean>