All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.BufferedEnumeration
java.lang.Object
|
+----COM.Lexical.BufferedEnumeration
- public class BufferedEnumeration
- extends java.lang.Object
- implements java.util.Enumeration, java.io.Serializable
- Version:
- Authority1.1, 11 Apr 2000
BufferedEnumeration(RemoteEnumBuffer)
-
hasMoreElements()
-
nextElement()
-
BufferedEnumeration
public BufferedEnumeration(RemoteEnumBuffer buff) throws java.rmi.RemoteException
- Throws:
- BufferedEnumException -
hasMoreElements
public boolean hasMoreElements()
- Throws:
- BufferedEnumException -
nextElement
public java.lang.Object nextElement()
- Throws:
- BufferedEnumException -
All Packages Class Hierarchy This Package Previous Next Index