org.limewire.collection
Class IntSet.IntSetIterator
java.lang.Object
org.limewire.collection.IntSet.IntSetIterator
- Enclosing class:
- IntSet
public class IntSet.IntSetIterator
- extends Object
Yields a sequence of int's (not Object's) in order, without removal
support. Otherwise exactly like an Iterator.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
next
public int next()
throws NoSuchElementException
- Throws:
NoSuchElementException
Copyright © 2009 Lime Wire LLC. All Rights Reserved.