public final class IPRange extends Object
| Constructor and Description |
|---|
IPRange(String ip)
Creates an IP Range using the specified single IP address.
|
IPRange(String mininimumIP,
String maximumIP)
Creates an IP Range using the specified minimum and maximum IP addresses.
|
public IPRange(String ip)
ip - the single IP addresspublic String getIpMin()
getIpMax() if this IPRange represents a single IP address.public String getIpMax()
getIpMin() if this IPRange represents a single IP address.Copyright © 2018. All Rights Reserved.