public interface IDfEnumeration
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements()
Returns
true if there are more objects in the enumeration. |
java.lang.Object |
nextElement()
Advances the enumeration cursor and returns the next object in the enumeration.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.