Uses of Class
org.opennms.nephron.network.IPAddressRange
-
Packages that use IPAddressRange Package Description org.opennms.nephron.network -
-
Uses of IPAddressRange in org.opennms.nephron.network
Methods in org.opennms.nephron.network that return IPAddressRange Modifier and Type Method Description IPAddressRangeIPAddressRange. combine(IPAddressRange range)static IPAddressRangeIpValue. parseCIDR(String cidr)IPAddressRange[]IPAddressRange. remove(IPAddressRange range)Methods in org.opennms.nephron.network that return types with arguments of type IPAddressRange Modifier and Type Method Description List<IPAddressRange>IpValue. getIpAddressRanges()Methods in org.opennms.nephron.network with parameters of type IPAddressRange Modifier and Type Method Description booleanIPAddressRange. adjoins(IPAddressRange range)adjoinsbooleanIPAddressRange. combinable(IPAddressRange range)IPAddressRangeIPAddressRange. combine(IPAddressRange range)booleanIPAddressRange. comesAfter(IPAddressRange range)comesAfterbooleanIPAddressRange. comesBefore(IPAddressRange range)comesBeforeintIPAddressRange. compareTo(IPAddressRange r)booleanIPAddressRange. contains(IPAddressRange range)containsbooleanIPAddressRange. overlaps(IPAddressRange range)overlapsIPAddressRange[]IPAddressRange. remove(IPAddressRange range)Constructor parameters in org.opennms.nephron.network with type arguments of type IPAddressRange Constructor Description IpValue(List<IPAddressRange> ranges)
-