coins.backend.util
Class BitMapSet.Iterator

java.lang.Object
  extended bycoins.backend.util.BitMapSet.Iterator
All Implemented Interfaces:
NumberSet.Iterator
Enclosing class:
BitMapSet

public static class BitMapSet.Iterator
extends java.lang.Object
implements NumberSet.Iterator


Field Summary
(package private)  int nextNum
           
(package private)  BitMapSet set
           
 
Constructor Summary
BitMapSet.Iterator(BitMapSet x)
           
 
Method Summary
 boolean hasNext()
           
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

BitMapSet set

nextNum

int nextNum
Constructor Detail

BitMapSet.Iterator

public BitMapSet.Iterator(BitMapSet x)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface NumberSet.Iterator

next

public int next()
Specified by:
next in interface NumberSet.Iterator