Module inet.ipaddr
Package inet.ipaddr.format.util
Class IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>>
- java.lang.Object
-
- inet.ipaddr.format.util.IPAddressPartStringSubCollection<T,P,S>
-
- All Implemented Interfaces:
java.lang.Iterable<S>
public abstract class IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getParamCount()
P[]
getParams(P[] array)
int
size()
java.lang.String[]
toStrings()
-
-
-
Field Detail
-
part
public final T extends IPAddressStringDivisionSeries part
-
-