net.sourceforge.networktools.core.portscanner
Class NumberRangeCollection

java.lang.Object
  extended by net.sourceforge.networktools.core.portscanner.NumberRangeCollection

public class NumberRangeCollection
extends java.lang.Object

Author:
Geoffrey

Constructor Summary
NumberRangeCollection(java.lang.String rangeString)
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberRangeCollection

public NumberRangeCollection(java.lang.String rangeString)
                      throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

hasNext

public boolean hasNext()

next

public int next()

reset

public void reset()


Copyright © 2004-2008 Geoffrey De Smet. All Rights Reserved.