戻る

lib.util
クラス HashtableEnumeration

java.lang.Object
  |
  +--lib.util.Enumeration
        |
        +--lib.util.HashtableEnumeration

public class HashtableEnumeration
extends Enumeration

ハッシュ表から取り出された要素の列挙です。

導入されたバージョン:
1999/12/24

コンストラクタの概要
HashtableEnumeration(lib.util.Type[] elements, int size)
           
 
メソッドの概要
 void finalize()
           
 boolean hasMoreElements()
           
 lib.util.Type nextElement()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HashtableEnumeration

public HashtableEnumeration(lib.util.Type[] elements,
                            int size)
メソッドの詳細

hasMoreElements

public boolean hasMoreElements()

nextElement

public lib.util.Type nextElement()

finalize

public void finalize()
オーバーライド:
クラス Enumeration 内の finalize

戻る