Module inet.ipaddr
Note: when compiling with a Java 8 or earlier compiler, comment out or delete this source file.
Modules were introduced with Java 9. The remainder of the IPAddress source code is Java 8 compatible.
- Author:
- seancfoley
-
-
Packages
All Packages Exports Opens Package Exported To Modules Opened To Modules Description inet.ipaddr All Modules All Modules Base classes for IP addresses and generic addresses.inet.ipaddr.format All Modules All Modules Base classes for generic representations of address divisions and groupings of address divisions.inet.ipaddr.format.large All Modules All Modules Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.inet.ipaddr.format.standard All Modules All Modules Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.format.string All Modules All Modules Classes for constructing division groupings for producing strings.inet.ipaddr.format.util All Modules All Modules Contains utility classes such as collections, spliterators, and String-writers.inet.ipaddr.format.util.sql All Modules All Modules Represents and matches different address string formats with sql.inet.ipaddr.format.validate All Modules All Modules Validation of address strings and creation of address representations from the validated strings.inet.ipaddr.ipv4 All Modules All Modules Classes for IPv4inet.ipaddr.ipv6 All Modules All Modules Classes for IPv6inet.ipaddr.mac All Modules All Modules Classes for MAC addresses.
-