coins.backend.util
クラス BitMapSet.Iterator

java.lang.Object
  |
  +--coins.backend.util.BitMapSet.Iterator
すべての実装インタフェース:
NumberSet.Iterator
含まれているクラス:
BitMapSet

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


フィールドの概要
(パッケージプライベート)  int nextNum
           
(パッケージプライベート)  BitMapSet set
           
 
コンストラクタの概要
BitMapSet.Iterator(BitMapSet x)
           
 
メソッドの概要
 boolean hasNext()
           
 int next()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

set

BitMapSet set

nextNum

int nextNum
コンストラクタの詳細

BitMapSet.Iterator

public BitMapSet.Iterator(BitMapSet x)
メソッドの詳細

hasNext

public boolean hasNext()
定義:
インタフェース NumberSet.Iterator 内の hasNext

next

public int next()
定義:
インタフェース NumberSet.Iterator 内の next