Uses of Class
inet.ipaddr.AddressComparator
Packages that use AddressComparator
-
Uses of AddressComparator in inet.ipaddr
Subclasses of AddressComparator in inet.ipaddrModifier and TypeClassDescriptionstatic classCountComparator 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 classValueComparator 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 AddressComparatorAddress.ADDRESS_HIGH_VALUE_COMPARATORstatic final AddressComparatorAddress.ADDRESS_LOW_VALUE_COMPARATORstatic final AddressComparatorAddress.DEFAULT_ADDRESS_COMPARATOR