gnu.io
Class CommPortEnumerator

java.lang.Object
  extended bygnu.io.CommPortEnumerator
All Implemented Interfaces:
java.util.Enumeration

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

Since:
JDK1.0

Field Summary
private static boolean debug
           
private  CommPortIdentifier index
           
 
Constructor Summary
(package private) CommPortEnumerator()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private CommPortIdentifier index

debug

private static final boolean debug
See Also:
Constant Field Values
Constructor Detail

CommPortEnumerator

CommPortEnumerator()
Method Detail

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration