Interface IPList


@Unstable @Public public interface IPList
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isIn(String ipAddress)
    returns true if the ipAddress is in the IPList.
  • Method Details

    • isIn

      boolean isIn(String ipAddress)
      returns true if the ipAddress is in the IPList.
      Parameters:
      ipAddress - ipAddress.
      Returns:
      boolean value indicating whether the ipAddress is in the IPList