|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InetCidr | |
---|---|
org.dhcp4java | This package provides classes for manipulating DHCP Packets: creating, parsing and sending. |
Uses of InetCidr in org.dhcp4java |
---|
Methods in org.dhcp4java that return InetCidr | |
---|---|
static InetCidr[] |
InetCidr.addr2Cidr(java.net.InetAddress addr)
Returns an array of all cidr combinations with the provided ip address. |
static InetCidr |
InetCidr.fromLong(long l)
Creates a new InetCidr from its long representation. |
Methods in org.dhcp4java with parameters of type InetCidr | |
---|---|
int |
InetCidr.compareTo(InetCidr o)
Compare two InetCidr by its addr as main criterion, mask as second. |
Method parameters in org.dhcp4java with type arguments of type InetCidr | |
---|---|
static void |
InetCidr.checkNoOverlap(java.util.List<InetCidr> list)
Checks whether the list does not contain any overlapping cidr(s). |
static boolean |
InetCidr.isSorted(java.util.List<InetCidr> list)
Checks whether a list of InetCidr is strictly sorted (no 2 equal objects). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |