protected class MimeHeaders.ValuesEnumerator extends Object implements Enumeration
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected MessageBytes |
next |
protected int |
pos |
protected int |
size |
| Modifier | Constructor and Description |
|---|---|
protected |
MimeHeaders.ValuesEnumerator(String name) |
protected int pos
protected int size
protected MessageBytes next
protected String name
protected MimeHeaders.ValuesEnumerator(String name)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.