- to(IP) - Method in class com.github.robtimus.net.ip.IPAddress
-
Returns an IP range starting at this IP address and ending in another IP address.
- to() - Method in interface com.github.robtimus.net.ip.IPRange
-
Returns the last IP address in this range.
- to(IPv4Address) - Method in class com.github.robtimus.net.ip.IPv4Address
-
- to(IPv6Address) - Method in class com.github.robtimus.net.ip.IPv6Address
-
- to() - Method in class com.github.robtimus.net.ip.Subnet
-
- toArray() - Method in interface com.github.robtimus.net.ip.IPRange
- toArray(T[]) - Method in interface com.github.robtimus.net.ip.IPRange
- toByteArray() - Method in class com.github.robtimus.net.ip.IPAddress
-
Returns a byte array representation of this IP address.
- toByteArray() - Method in class com.github.robtimus.net.ip.IPv4Address
-
- toByteArray() - Method in class com.github.robtimus.net.ip.IPv6Address
-
- toInetAddress() - Method in class com.github.robtimus.net.ip.IPAddress
-
- toIPv4() - Method in class com.github.robtimus.net.ip.IPv6Address
-
Returns an IPv4 representation of this IPv6 address if it is an IPv4 mapped address.
- toIPv6() - Method in class com.github.robtimus.net.ip.IPv4Address
-
Returns an IPv6 representation of this IPv4 address.
- toLowerCase() - Method in class com.github.robtimus.net.ip.IPAddressFormatter.Builder
-
Specifies that created formatters will format IPv6 addresses in lower case.
- toString() - Method in class com.github.robtimus.net.ip.IPAddress
-
Returns a string representation of this IP address.
- toString() - Method in class com.github.robtimus.net.ip.Subnet
-
- toUpperCase() - Method in class com.github.robtimus.net.ip.IPAddressFormatter.Builder
-
Specifies that created formatters will format IPv6 addresses in upper case.
- transform(Function<? super IPAddressFormatter.Builder<?>, ? extends R>) - Method in class com.github.robtimus.net.ip.IPAddressFormatter.Builder
-
This method allows the application of a function to this builder object.
- tryAdvance(Consumer<? super IP>) - Method in class com.github.robtimus.net.ip.IPRangeSpliterator
-
- tryParse(CharSequence) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Attempts to parse a CharSequence
to an IP address.
- tryParse(CharSequence, int, int) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Attempts to parse a portion of a CharSequence
to an IP address.
- tryParseToBytes(CharSequence) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Attempts to parse a CharSequence
to an IP address.
- tryParseToBytes(CharSequence, int, int) - Method in class com.github.robtimus.net.ip.IPAddressFormatter
-
Attempts to parse a portion of a CharSequence
to an IP address.
- trySplit() - Method in class com.github.robtimus.net.ip.IPv4RangeSpliterator
-
- trySplit() - Method in class com.github.robtimus.net.ip.IPv6RangeSpliterator
-
- tryValueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Attempts to return an IP address represented by a CharSequence
.
- tryValueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPAddress
-
Attempts to return an IP address represented by a portion of a CharSequence
.
- tryValueOf(CharSequence) - Static method in class com.github.robtimus.net.ip.Subnet
-
Attempts to return a subnet represented by a CharSequence
.
- tryValueOf(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.Subnet
-
Attempts to return a subnet represented by a portion of a CharSequence
.
- tryValueOfIPv4(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Attempts to return an IPv4 address represented by a CharSequence
.
- tryValueOfIPv4(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv4Address
-
Attempts to return an IPv4 address represented by a portion of a CharSequence
.
- tryValueOfIPv4(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Attempts to return an IPv4 subnet represented by a CharSequence
.
- tryValueOfIPv4(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv4Subnet
-
Attempts to return an IPv4 subnet represented by a portion of a CharSequence
.
- tryValueOfIPv6(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Attempts to return an IPv6 address represented by a CharSequence
.
- tryValueOfIPv6(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv6Address
-
Attempts to return an IPv6 address represented by a portion of a CharSequence
.
- tryValueOfIPv6(CharSequence) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Attempts to return an IPv6 subnet represented by a CharSequence
.
- tryValueOfIPv6(CharSequence, int, int) - Static method in class com.github.robtimus.net.ip.IPv6Subnet
-
Attempts to return an IPv6 subnet represented by a portion of a CharSequence
.