gnu.io
クラス CommPortEnumerator

java.lang.Object
  上位を拡張 gnu.io.CommPortEnumerator
すべての実装されたインタフェース:
java.util.Enumeration

 class CommPortEnumerator
extends java.lang.Object
implements java.util.Enumeration

導入されたバージョン:
JDK1.0

フィールドの概要
private static boolean debug
           
private  CommPortIdentifier index
           
 
コンストラクタの概要
CommPortEnumerator()
           
 
メソッドの概要
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

index

private CommPortIdentifier index

debug

private static final boolean debug
関連項目:
定数フィールド値
コンストラクタの詳細

CommPortEnumerator

CommPortEnumerator()
メソッドの詳細

nextElement

public java.lang.Object nextElement()
定義:
インタフェース java.util.Enumeration 内の nextElement

hasMoreElements

public boolean hasMoreElements()
定義:
インタフェース java.util.Enumeration 内の hasMoreElements