Interface IPRange

All Known Implementing Classes:
IP4Range, IP6Range

public interface IPRange
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(@NotNull InetAddress address)
     
  • Method Details

    • contains

      boolean contains(@NotNull @NotNull InetAddress address)