public class EnumerationElementsAccessor extends java.lang.Object implements ElementsAccessor
Constructor and Description |
---|
EnumerationElementsAccessor() |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getElements(java.lang.Object target)
Returns an iterator over the elements of the given target object.
|
public java.util.Enumeration getElements(java.lang.Object target)
ElementsAccessor
getElements
in interface ElementsAccessor
target
- the object to get the elements of