Module inet.ipaddr

Interface AddressStringDivisionSeries

All Superinterfaces:
Serializable
All Known Subinterfaces:
AddressDivisionSeries, AddressSection, AddressSegmentSeries, IPAddressDivisionSeries, IPAddressSegmentSeries, IPAddressStringDivisionSeries
All Known Implementing Classes:
Address, AddressDivisionGrouping, AddressDivisionGroupingBase, IPAddress, IPAddressDivisionGrouping, IPAddressLargeDivisionGrouping, IPAddressSection, IPv4Address, IPv4AddressSection, IPv6Address, IPv6AddressSection, IPv6AddressSection.IPv6v4MixedAddressSection, MACAddress, MACAddressSection

public interface AddressStringDivisionSeries extends Serializable
A generic part of an address for the purpose of producing a representative string. It is divided into a series of combinations of individual address string divisions (AddressStringDivision). The number of such series is the division count.
Author:
sfoley
  • Method Details