|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.core.collections.decorator.DecoratedIterator
shohaku.core.collections.decorator.UnmodifiableIterator
指定された反復子の変更不可能なビューを提供します。
フィールドの概要 |
クラス shohaku.core.collections.decorator.DecoratedIterator から継承したフィールド |
i |
コンストラクタの概要 | |
UnmodifiableIterator(java.util.Iterator iterator)
ラップする反復子を指定して初期化します。 |
メソッドの概要 | |
void |
remove()
UnsupportedOperationException を発生させます。 |
クラス shohaku.core.collections.decorator.DecoratedIterator から継承したメソッド |
hasNext, next |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public UnmodifiableIterator(java.util.Iterator iterator)
iterator
- ラップする反復子メソッドの詳細 |
public void remove()
java.util.Iterator
内の remove
DecoratedIterator
内の remove
Iterator.remove()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |