public interface IpSet
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.net.InetAddress inetAddress1)
Compares the given InetAddress against the IpSet and returns true if
the InetAddress is contained in this Rule and false if not.
|