- forEach(Consumer<? super IP>) - Method in interface com.github.robtimus.net.ip.IPRange
- format(Object, StringBuffer, FieldPosition) - Method in class com.github.robtimus.net.ip.IPAddressFormat
-
Formats an IP address and appends the resulting text to the given StringBuffer
.
- format(IP, StringBuilder) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address, appending it to a StringBuilder
.
- format(IP, StringBuffer) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address, appending it to a StringBuffer
.
- format(IP) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address.
- format(byte[], StringBuilder) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address, appending it to a StringBuilder
.
- format(byte[], StringBuffer) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address, appending it to a StringBuffer
.
- format(byte[]) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Formats an IP address.
- from() - Method in interface com.github.robtimus.net.ip.IPRange
-
Returns the first IP address in this range.
- from() - Method in class com.github.robtimus.net.ip.Subnet
-