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

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

public class EmptyEnumeration<T>
extends IteratorEnumeration<T>

空の Enumerationです。

作成者:
higa

フィールドの概要
 
クラス org.seasar.util.collection.IteratorEnumeration から継承されたフィールド
iterator
 
コンストラクタの概要
EmptyEnumeration()
          EmptyEnumerationを作成します。
 
メソッドの概要
 
クラス org.seasar.util.collection.IteratorEnumeration から継承されたメソッド
hasMoreElements, nextElement
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EmptyEnumeration

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



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