Class InetAddressComparator

  • All Implemented Interfaces:
    Comparator<InetAddress>

    public class InetAddressComparator
    extends Object
    implements Comparator<InetAddress>

    This comparator will sort InetAddress instances in the following order:

    • Inet4Address instances
    • Inet6Address instances that are routable with scopeId == 0
    • Inet6Address instances that are link-local ordered by scopeId