Interface IpSet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean contains​(InetAddress inetAddress1)
      Compares the given InetAddress against the IpSet and returns true if the InetAddress is contained in this Rule and false if not.
    • Method Detail

      • contains

        boolean contains​(InetAddress inetAddress1)
        Compares the given InetAddress against the IpSet and returns true if the InetAddress is contained in this Rule and false if not.
        Returns:
        returns true if the given IP address is contained in the current IpSet.