Interface AddressNetwork.AddressSegmentCreator<S extends AddressSegment>
- All Known Implementing Classes:
AddressCreator, IPAddressNetwork.IPAddressCreator, IPv4AddressNetwork.IPv4AddressCreator, IPv6AddressNetwork.IPv6AddressCreator, MACAddressNetwork.MACAddressCreator
- Enclosing class:
AddressNetwork<S extends AddressSegment>
public static interface AddressNetwork.AddressSegmentCreator<S extends AddressSegment>
- Author:
- sfoley
-
Method Summary
Modifier and TypeMethodDescriptioncreateSegment(int value) createSegment(int lower, int upper, Integer segmentPrefixLength) createSegment(int value, Integer segmentPrefixLength) S[]createSegmentArray(int length)
-
Method Details
-
createSegmentArray
-
createSegment
-
createSegment
-
createSegment
-