Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » http » [javadoc | source]
org.apache.tomcat.util.http
class: ValuesEnumerator [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.http.ValuesEnumerator

All Implemented Interfaces:
    Enumeration

Enumerate the values for a (possibly ) multiple value element.
Field Summary
 int pos     
 int size     
 MessageBytes next     
 MimeHeaders headers     
 String name     
Constructor:
 ValuesEnumerator(MimeHeaders headers,
    String name) 
Method from org.apache.tomcat.util.http.ValuesEnumerator Summary:
hasMoreElements,   nextElement
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.http.ValuesEnumerator Detail:
 public boolean hasMoreElements() 
 public Object nextElement()