Uses of Class
i2p.susi.dns.AddressBean
-
Packages that use AddressBean Package Description 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 Modifier and Type Field Description protected AddressBean[]AddressbookBean. entriesFields in i2p.susi.dns with type parameters of type AddressBean Modifier and Type Field Description protected static Comparator<AddressBean>AddressbookBean. sorterMethods in i2p.susi.dns that return AddressBean Modifier and Type Method Description AddressBean[]AddressbookBean. getEntries()AddressBeanNamingServiceBean. getLookup()Methods in i2p.susi.dns that return types with arguments of type AddressBean Modifier and Type Method Description List<AddressBean>NamingServiceBean. getLookupAll()Methods in i2p.susi.dns with parameters of type AddressBean Modifier and Type Method Description intAddressByNameSorter. compare(AddressBean a, AddressBean b)
-