org.seasar.util.collection
クラス EmptyIterator<T>

java.lang.Object
  上位を拡張 org.seasar.util.collection.EmptyIterator<T>
型パラメータ:
T - 反復する要素の型
すべての実装されたインタフェース:
Iterator<T>

public class EmptyIterator<T>
extends Object
implements Iterator<T>

空の Iteratorです。

作成者:
higa

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

コンストラクタの詳細

EmptyIterator

public EmptyIterator()
EmptyIteratorを作成します。

メソッドの詳細

remove

public void remove()
定義:
インタフェース Iterator<T> 内の remove

hasNext

public boolean hasNext()
定義:
インタフェース Iterator<T> 内の hasNext

next

public T next()
定義:
インタフェース Iterator<T> 内の next


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.