|
Java Access to WordNet | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides an interface for using Enumeration objects remotely via RMI.
RemoteEnumeration objects are fail-fast, just as normal
Enumeration objects are.
| Method Summary | |
boolean |
hasMoreElements()
Tests if the underlying enumeration object contains more elements. |
Object |
nextElement()
Returns the next element of the underlying enumeration if the underlying enumeration object has at least one more element to provide. |
| Method Detail |
public boolean hasMoreElements()
throws RemoteException
true if and only if this enumeration object contains
at least one more element to provide; false otherwise.
RemoteException
public Object nextElement()
throws RemoteException
RemoteException
|
Java Access to WordNet | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||