- Type Parameters:
T
- the address type
R
- the section type
E
- the embedded section type (ie IPv4 in a mixed IPv6/IPv4)
S
- the segment type
- All Implemented Interfaces:
- AddressNetwork.AddressSegmentCreator<S>, Serializable
- Direct Known Subclasses:
- IPAddressNetwork.IPAddressCreator, MACAddressNetwork.MACAddressCreator
public abstract class AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
extends inet.ipaddr.format.validate.ParsedAddressCreator<T,R,E,S>
implements AddressNetwork.AddressSegmentCreator<S>
Has methods for creating addresses, segments and sections that are available to the parser.
- See Also:
- Serialized Form