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 |
ValuesEnumerator(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
protected int pos
protected int size
protected MessageBytes next
protected String name
protected ValuesEnumerator(String name)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2014 JBoss by Red Hat. All rights reserved.