Uses of Class
i2p.susi.dns.AddressBean

Packages that use AddressBean
i2p.susi.dns The SusiDNS webapp, which is the user interface for the addressbook application and the local naming service (hosts database) implemented in net.i2p.client.naming. 
 

Uses of AddressBean in i2p.susi.dns
 

Fields in i2p.susi.dns declared as AddressBean
protected  AddressBean[] AddressbookBean.entries
           
 

Fields in i2p.susi.dns with type parameters of type AddressBean
protected static Comparator<AddressBean> AddressbookBean.sorter
           
 

Methods in i2p.susi.dns that return AddressBean
 AddressBean[] AddressbookBean.getEntries()
           
 AddressBean NamingServiceBean.getLookup()
           
 

Methods in i2p.susi.dns with parameters of type AddressBean
 int AddressByNameSorter.compare(AddressBean a, AddressBean b)