Uses of Class
org.opennms.integration.api.v1.model.immutables.ImmutableIPAddress
-
Packages that use ImmutableIPAddress Package Description org.opennms.integration.api.v1.model.immutables -
-
Uses of ImmutableIPAddress in org.opennms.integration.api.v1.model.immutables
Methods in org.opennms.integration.api.v1.model.immutables that return ImmutableIPAddress Modifier and Type Method Description ImmutableIPAddressImmutableIPAddress. decr()Decrement this IP address.ImmutableIPAddressImmutableIPAddress. incr()Increment this IP address.static ImmutableIPAddressImmutableIPAddress. max(ImmutableIPAddress a, ImmutableIPAddress b)Return the larger of two IP addresses.static ImmutableIPAddressImmutableIPAddress. min(ImmutableIPAddress a, ImmutableIPAddress b)Methods in org.opennms.integration.api.v1.model.immutables with parameters of type ImmutableIPAddress Modifier and Type Method Description intImmutableIPAddress. compareTo(ImmutableIPAddress o)booleanImmutableIPAddress. isGreaterThan(ImmutableIPAddress other)Check if this IP address is larger than the provided IP address.booleanImmutableIPAddress. isGreaterThanOrEqualTo(ImmutableIPAddress other)Check if this IP address is larger or equal to the provided IP address.booleanImmutableIPAddress. isLessThan(ImmutableIPAddress other)Check if this IP address is smaller than the provided IP address.booleanImmutableIPAddress. isLessThanOrEqualTo(ImmutableIPAddress other)Check if this IP address is smaller or equal to the provided IP address.booleanImmutableIPAddress. isPredecessorOf(ImmutableIPAddress other)Check if this IP address is immediately before the provided IP address.booleanImmutableIPAddress. isSuccessorOf(ImmutableIPAddress other)Check if this IP address is immediately after the provided IP address.static ImmutableIPAddressImmutableIPAddress. max(ImmutableIPAddress a, ImmutableIPAddress b)Return the larger of two IP addresses.static ImmutableIPAddressImmutableIPAddress. min(ImmutableIPAddress a, ImmutableIPAddress b)Constructors in org.opennms.integration.api.v1.model.immutables with parameters of type ImmutableIPAddress Constructor Description ImmutableIPAddress(ImmutableIPAddress addr)
-