Class IpRange
- java.lang.Object
-
- org.opennms.netmgt.flows.classification.internal.value.IpRange
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(IpAddr addr)
boolean
equals(Object o)
int
hashCode()
Iterator<IpAddr>
iterator()
static IpRange
of(String addr)
static IpRange
of(String begin, String end)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
contains
public boolean contains(IpAddr addr)
-
-