public abstract class NetworkAddressRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static NetworkAddressRange |
ALL |
| Constructor and Description |
|---|
NetworkAddressRange() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isIncluded(java.lang.String testValue) |
static NetworkAddressRange |
of(java.lang.String value) |
public static final NetworkAddressRange ALL
public static NetworkAddressRange of(java.lang.String value)
public abstract boolean isIncluded(java.lang.String testValue)