public interface IPRange
Modifier and Type | Method and Description |
---|---|
boolean |
contains(InetAddress address)
Checks whether a given IP address is part of this IP address range.
|
InetAddress |
first() |
InetAddress |
last() |
boolean contains(InetAddress address)
address
- the address to test.true
if the specified address is in the range, false
otherwise.InetAddress first()
InetAddress last()
Copyright © 2004–2018 52north.org. All rights reserved.