The number of bits needed to represents the value of the IP number
The maximum bit size (i.e. binary value) of the IP number in BigInteger
The decimal value represented by the IP number in BigInteger
Gets the numeric value of an IP number as {@link BigInteger}
the numeric value of an IP number.
Checks if an IP number has a value greater than the present value
true, if there is a value greater than the present value. Returns false otherwise.
Checks if an IP number has a value lesser than the present value
true, if there is a value lesser than the present value. Returns false otherwise.
Checks if the given IP number, is equals to the current IP number
the other IP number to compare with
true if the given IP number is equals
Checks if the given IP number is greater than this current IP number
the other IP number to compare with
true if the given IP number is greater than this current one. False otherwise.
Checks if the given IP number is greater than or equals to this current IP number
the other IP number to compare with
{boolean} true if the given IP number is greater than or equals to this current one. False otherwise.
Checks if the given IP number is lesser than this current IP number
the other IP number to compare with
true if the given IP number is less than this current one. False otherwise.
Checks if the given IP number is less than or equals to this current IP number
the other IP number to compare with
true if the given IP number is less than or equals to this current one. False otherwise.
Gets the binary string representation of an IP number.
the string binary representation.
Generated using TypeDoc
Provides the implementation of functionality that are common to IPv4, IPv6, IPv4Mask and IPv6Mask