Modifier and Type | Interface and Description |
---|---|
interface |
IPv4Range
Represents a range of consecutive IPv4 addresses.
|
interface |
IPv6Range
Represents a range of consecutive IPv6 addresses.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIPRange<IP extends IPAddress<IP>>
A skeleton implementation of the
IPRange interface. |
class |
AbstractIPv4Range
A skeleton implementation of the
IPRange interface for IPv4 addresses. |
class |
AbstractIPv6Range
A skeleton implementation of the
IPRange interface for IPv6 addresses. |
class |
IPv4Subnet
Represents a subnet of IPv4 addresses.
|
class |
IPv6Subnet
Represents a subnet of IPv6 addresses.
|
class |
Subnet<IP extends IPAddress<IP>>
Represents a subnet of IP addresses.
|
Modifier and Type | Method and Description |
---|---|
abstract IPRange<IP> |
IPAddress.asRange()
Returns an IP range containing only this IP address.
|
abstract IPRange<IP> |
IPAddress.to(IP end)
Returns an IP range starting at this IP address and ending in another IP address.
|
Constructor and Description |
---|
IPv4RangeSpliterator(IPRange<IPv4Address> range)
Creates a new spliterator.
|
IPv6RangeSpliterator(IPRange<IPv6Address> range)
Creates a new spliterator.
|
Copyright © 2019–2023. All rights reserved.