Class InetAddressSet.LegacyInetRange

    • Constructor Summary

      Constructors 
      Constructor Description
      LegacyInetRange​(java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.net.InetAddress item, byte[] raw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _min

        int[] _min
      • _max

        int[] _max
    • Constructor Detail

      • LegacyInetRange

        public LegacyInetRange​(java.lang.String pattern)