Class InetAddressGenerator


  • public class InetAddressGenerator
    extends java.lang.Object
    Generates a sequence of InetAddresses, starting with 0.0.0.0.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetAddress next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InetAddressGenerator

        public InetAddressGenerator()
    • Method Detail

      • next

        public java.net.InetAddress next()