Package com.nerjal.ip_range_parser


package com.nerjal.ip_range_parser
  • Class
    Description
    Represents an entry containing a name and a sorted set of range pairs.
    The IpRangeParser class provides utility methods for parsing IP range data from files, converting them into CIDR (Classless Inter-Domain Routing) notation, and serializing the result into JSON format.
    Represents an immutable pair of BigInteger values.