com.limegroup.gnutella.util
Class IntSet.IntSetIterator

java.lang.Object
  extended bycom.limegroup.gnutella.util.IntSet.IntSetIterator
Enclosing class:
IntSet

public class IntSet.IntSetIterator
extends java.lang.Object

Yields a sequence of int's (not Object's) in order, without removal support. Otherwise exactly like an Iterator.


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

Method Detail

hasNext

public boolean hasNext()

next

public int next()
         throws java.util.NoSuchElementException
Throws:
java.util.NoSuchElementException