Java プラットフォーム 1.2

インタフェース
java.util.Iterator の使用

Iterator を使用するパッケージ
java.awt.dnd ドラッグ&ドロップ操作をサポートするためのインタフェースおよびクラスを提供します。 
java.beans.beancontext bean コンテキストに関連するクラスおよびインタフェースを提供します。 
java.util このパッケージには、コレクションフレームワーク、従来のコレクションクラス、イベントモデル、日付と時刻の機構、国際化、およびさまざまなユーティリティクラス (文字列トークナイザ、乱数ジェネレータ、ビット配列) が含まれています。  
 

java.awt.dnd における Iterator の使用方法
 

Iterator を返す java.awt.dnd におけるメソッド
 Iterator DragGestureEvent.iterator()
           
 

java.beans.beancontext における Iterator の使用方法
 

Iterator を実装する java.beans.beancontext におけるクラス
protected static class BeanContextSupport.BCSIterator
          反復子をカプセル化し、無操作の remove() メソッドを実装する protected final サブクラスです。
 

Iterator を返す java.beans.beancontext におけるメソッド
 Iterator BeanContextSupport.iterator()
           
protected  Iterator BeanContextSupport.bcsChildren()
           
 Iterator BeanContextServiceAvailableEvent.getCurrentServiceSelectors()
           
 Iterator BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 Iterator BeanContextServices.getCurrentServiceClasses()
          現在利用可能なサービスを返します。
 Iterator BeanContextServices.getCurrentServiceSelectors(Class serviceClass)
           
 Iterator BeanContextMembershipEvent.iterator()
           
 Iterator BeanContextServicesSupport.getCurrentServiceClasses()
           
 Iterator BeanContextServicesSupport.getCurrentServiceSelectors(Class serviceClass)
           
 Iterator BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
           
 

java.util における Iterator の使用方法
 

java.util における Iterator のサブインタフェース
 interface ListIterator
          リストのための反復子です。
 

Iterator を返す java.util におけるメソッド
 Iterator Set.iterator()
          セット内の要素についての反復子を返します。
abstract  Iterator AbstractCollection.iterator()
          このコレクション中の要素に関係する反復子を返します。
 Iterator AbstractList.iterator()
          このリスト内の要素を適切な順序で繰り返し処理する反復子を返します。
 Iterator AbstractSequentialList.iterator()
          このリスト内の要素を適切な順序で繰り返し処理する反復子を返します。
 Iterator TreeSet.iterator()
          セット内の各要素についての反復子を返します。
 Iterator Collection.iterator()
          コレクションの要素の反復子を返します。
 Iterator HashSet.iterator()
          セットの要素の反復子を返します。
 Iterator List.iterator()
          このリスト内の要素を適切な順序で繰り返し処理する反復子を返します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.