|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.beans.beancontext.BeanContextSupport.BCSIterator
protected static final class BeanContextSupport.BCSIterator
protected final サブクラス。反復子をカプセル化しますが、何も行わない remove() メソッドを実装します。
| メソッドの概要 | |
|---|---|
boolean |
hasNext()
繰り返し処理でさらに要素がある場合に true を返します。 |
Object |
next()
繰り返し処理で次の要素を返します。 |
void |
remove()
基になるコレクションから、反復子によって最後に返された要素を削除します (任意のオペレーション)。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public boolean hasNext()
Iterator の記述:
Iterator 内の hasNextpublic Object next()
Iterator の記述:
Iterator 内の nextpublic void remove()
Iterator の記述:
Iterator 内の remove
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。