org.seasar.framework.util
クラス EmptyIterator

java.lang.Object
  拡張org.seasar.framework.util.EmptyIterator
すべての実装インタフェース:
Iterator

public class EmptyIterator
extends Object
implements Iterator

作成者:
higa

コンストラクタの概要
EmptyIterator()
           
 
メソッドの概要
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmptyIterator

public EmptyIterator()
メソッドの詳細

remove

public void remove()
定義:
インタフェース Iterator 内の remove
関連項目:
Iterator.remove()

hasNext

public boolean hasNext()
定義:
インタフェース Iterator 内の hasNext
関連項目:
Iterator.hasNext()

next

public Object next()
定義:
インタフェース Iterator 内の next
関連項目:
Iterator.next()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.