- java.lang.Object
-
- inet.ipaddr.format.util.IPAddressPartStringCollection
-
- All Implemented Interfaces:
java.lang.Iterable<IPAddressPartConfiguredString<?,?>>
public class IPAddressPartStringCollection extends java.lang.Object
- Author:
- sfoley
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPAddressStringDivisionSeries
getPart(int index)
int
getPartCount()
IPAddressStringDivisionSeries[]
getParts(IPAddressStringDivisionSeries[] array)
IPAddressPartStringSubCollection<?,?,?>
getSubCollection(int index)
IPAddressPartStringSubCollection<?,?,?>
getSubCollection(IPAddressStringDivisionSeries part)
java.util.Iterator<IPAddressPartConfiguredString<?,?>>
iterator()
int
size()
java.lang.String[]
toStrings()
-
-
-
Method Detail
-
getPartCount
public int getPartCount()
-
getPart
public IPAddressStringDivisionSeries getPart(int index)
-
getParts
public IPAddressStringDivisionSeries[] getParts(IPAddressStringDivisionSeries[] array)
-
getSubCollection
public IPAddressPartStringSubCollection<?,?,?> getSubCollection(IPAddressStringDivisionSeries part)
-
getSubCollection
public IPAddressPartStringSubCollection<?,?,?> getSubCollection(int index)
-
size
public int size()
-
iterator
public java.util.Iterator<IPAddressPartConfiguredString<?,?>> iterator()
-
toStrings
public java.lang.String[] toStrings()
-
-