| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressComparator.CountComparator
CountComparator first compares two address items by count, first by bit count for dissimilar items,
AddressItem.getBitCount(), then by count of values for similar items, (AddressItem.getCount()) and if both match,
defers to the address item values for comparison. |
static class |
AddressComparator.ValueComparator
ValueComparator is similar to the default comparator CountComparator in the way they treat addresses representing a single address.
|
| Modifier and Type | Field and Description |
|---|---|
static AddressComparator |
Address.ADDRESS_HIGH_VALUE_COMPARATOR |
static AddressComparator |
Address.ADDRESS_LOW_VALUE_COMPARATOR |
static AddressComparator |
Address.DEFAULT_ADDRESS_COMPARATOR |