Uses of Class
org.opennms.nephron.network.IPAddress
-
Packages that use IPAddress Package Description org.opennms.nephron.network -
-
Uses of IPAddress in org.opennms.nephron.network
Methods in org.opennms.nephron.network that return IPAddress Modifier and Type Method Description IPAddressIPAddress. decr()decrIPAddressIPAddressRange. getBegin()getBeginIPAddressIPAddressRange. getEnd()getEndIPAddressIPAddress. incr()incrstatic IPAddressIPAddress. max(IPAddress a, IPAddress b)maxstatic IPAddressIPAddress. min(IPAddress a, IPAddress b)Methods in org.opennms.nephron.network that return types with arguments of type IPAddress Modifier and Type Method Description Iterator<IPAddress>IPAddressRange. iterator()iteratorMethods in org.opennms.nephron.network with parameters of type IPAddress Modifier and Type Method Description booleanIPAddressRange. comesAfter(IPAddress addr)comesAfterbooleanIPAddressRange. comesBefore(IPAddress addr)comesBeforeintIPAddress. compareTo(IPAddress o)booleanIPAddressRange. contains(IPAddress addr)containsbooleanIPAddress. isGreaterThan(IPAddress other)isGreaterThanbooleanIPAddress. isGreaterThanOrEqualTo(IPAddress other)isGreaterThanOrEqualTobooleanIPAddress. isLessThan(IPAddress other)isLessThanbooleanIPAddress. isLessThanOrEqualTo(IPAddress other)isLessThanOrEqualTobooleanIPAddress. isPredecessorOf(IPAddress other)isPredecessorOfbooleanIPAddress. isSuccessorOf(IPAddress other)isSuccessorOfstatic IPAddressIPAddress. max(IPAddress a, IPAddress b)maxstatic IPAddressIPAddress. min(IPAddress a, IPAddress b)Constructors in org.opennms.nephron.network with parameters of type IPAddress Constructor Description IPAddressRange(IPAddress begin, IPAddress end)Constructor for IPAddressRange.
-