-
- All Known Subinterfaces:
IPAddress.IPAddressValueProvider
- Enclosing class:
- Address
public static interface Address.AddressValueProvider
- Author:
- sfoley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getSegmentCount()
default Address.SegmentValueProvider
getUpperValues()
Address.SegmentValueProvider
getValues()
-
-
-
Method Detail
-
getSegmentCount
int getSegmentCount()
-
getValues
Address.SegmentValueProvider getValues()
-
getUpperValues
default Address.SegmentValueProvider getUpperValues()
-
-