|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPRange
A range of contiguous IP addresses.
Method Summary | |
---|---|
boolean |
contains(InetAddress address)
Checks whether a given IP address is part of this IP address range. |
InetAddress |
first()
|
InetAddress |
last()
|
Method Detail |
---|
boolean contains(InetAddress address)
address
- the address to test.
true
if the specified address is in the range, false
otherwise.InetAddress first()
InetAddress last()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |