protected class ApplicationHttpRequest.AttributeNamesEnumerator extends Object implements Enumeration<String>
| Modifier and Type | Field and Description |
|---|---|
protected String |
next |
protected Enumeration<String> |
parentEnumeration |
| Constructor and Description |
|---|
AttributeNamesEnumerator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findNext() |
boolean |
hasMoreElements() |
String |
nextElement() |
protected Enumeration<String> parentEnumeration
protected String next
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>public String nextElement()
nextElement in interface Enumeration<String>protected String findNext()
Copyright © 2017. All rights reserved.