-
- All Superinterfaces:
java.io.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 java.io.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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressStringDivision
getDivision(int index)
int
getDivisionCount()
-
-
-
Method Detail
-
getDivision
AddressStringDivision getDivision(int index)
-
getDivisionCount
int getDivisionCount()
-
-