Uses of Class
inet.ipaddr.AddressComparator
Packages that use AddressComparator
-
Uses of AddressComparator in inet.ipaddr
Subclasses of AddressComparator in inet.ipaddrModifier and TypeClassDescriptionstatic class
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
ValueComparator is similar to the default comparator CountComparator in the way they treat addresses representing a single address.Fields in inet.ipaddr declared as AddressComparatorModifier and TypeFieldDescriptionstatic final AddressComparator
Address.ADDRESS_HIGH_VALUE_COMPARATOR
static final AddressComparator
Address.ADDRESS_LOW_VALUE_COMPARATOR
static final AddressComparator
Address.DEFAULT_ADDRESS_COMPARATOR