Class InetAddressSet.MinMaxInetRange

    • Constructor Summary

      Constructors 
      Constructor Description
      MinMaxInetRange​(java.lang.String pattern, java.net.InetAddress min, java.net.InetAddress max)  
    • 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

        final int[] _min
      • _max

        final int[] _max
    • Constructor Detail

      • MinMaxInetRange

        public MinMaxInetRange​(java.lang.String pattern,
                               java.net.InetAddress min,
                               java.net.InetAddress max)