inet.ipaddr

Class IPAddressStringParameters

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<IPAddressStringParameters>


    public class IPAddressStringParameters
    extends AddressStringParameters
    implements java.lang.Comparable<IPAddressStringParameters>
    This class allows you to control the validation performed by the class IPAddressString. The IPAddressString class uses a default permissive IPAddressStringParameters instance when you do not specify one. If you wish to use parameters different from the default, then use this class. All instances are immutable and must be constructed with the nested Builder class.
    See Also:
    Serialized Form