public class IPAddressPartStringCollection
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IPAddressPartStringCollection.StringParams<T extends IPAddressPart>
Each StringParams has settings to write exactly one IP address part string.
|
Modifier and Type | Method and Description |
---|---|
IPAddressPart |
getPart(int index) |
int |
getPartCount() |
IPAddressPart[] |
getParts(IPAddressPart[] array) |
IPAddressPartStringSubCollection<?,?,?> |
getSubCollection(int index) |
IPAddressPartStringSubCollection<?,?,?> |
getSubCollection(IPAddressPart part) |
java.util.Iterator<IPAddressPartConfiguredString<?,?>> |
iterator() |
int |
size() |
java.lang.String[] |
toStrings() |
public int getPartCount()
public IPAddressPart getPart(int index)
public IPAddressPart[] getParts(IPAddressPart[] array)
public IPAddressPartStringSubCollection<?,?,?> getSubCollection(IPAddressPart part)
public IPAddressPartStringSubCollection<?,?,?> getSubCollection(int index)
public int size()
public java.util.Iterator<IPAddressPartConfiguredString<?,?>> iterator()
public java.lang.String[] toStrings()