HTTPClient
Class CIHashtableEnumeration
java.lang.Object
HTTPClient.CIHashtableEnumeration
- All Implemented Interfaces:
- Enumeration
- final class CIHashtableEnumeration
- extends Object
- implements Enumeration
A simple enumerator which delegates everything to the real enumerator.
If a CIString element is returned, then the string it represents is
returned instead.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTEnum
Enumeration HTEnum
CIHashtableEnumeration
public CIHashtableEnumeration(Enumeration enum)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration