|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectokuyama.imdst.util.persistentmap.PersistentMapIterator
public class PersistentMapIterator
Iterator実装.
コンストラクタの概要 | |
---|---|
PersistentMapIterator(java.util.Iterator myIte,
PersistentMap persistentMap)
|
メソッドの概要 | |
---|---|
boolean |
hasNext()
hasNext |
java.util.Map.Entry |
next()
next |
void |
remove()
remove |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PersistentMapIterator(java.util.Iterator myIte, PersistentMap persistentMap)
メソッドの詳細 |
---|
public boolean hasNext()
java.util.Iterator
内の hasNext
public java.util.Map.Entry next()
java.util.Iterator
内の next
public void remove()
java.util.Iterator
内の remove
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |