Class IPAddressPartStringCollection
java.lang.Object
inet.ipaddr.format.util.IPAddressPartStringCollection
- All Implemented Interfaces:
Iterable<IPAddressPartConfiguredString<?,?>>
- Author:
- sfoley
-
Method Summary
Modifier and TypeMethodDescriptiongetPart(int index) intgetParts(IPAddressStringDivisionSeries[] array) getSubCollection(int index) iterator()intsize()String[]Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
getPartCount
public int getPartCount() -
getPart
-
getParts
-
getSubCollection
-
getSubCollection
-
size
public int size() -
iterator
-
toStrings
-