|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.HeaderCollection
public class HeaderCollection
| Nested Class Summary | |
|---|---|
static class |
HeaderCollection.KeysCollection
|
| Constructor Summary | |
|---|---|
HeaderCollection()
|
|
HeaderCollection(HeaderCollection col)
|
|
| Method Summary | |
|---|---|
void |
add_(String name,
String value)
|
void |
add(HeaderCollection c)
|
void |
add(MimeHeader header)
Deprecated. |
void |
add(String name,
String value)
|
void |
clear()
|
void |
copyTo(Object[] dest,
int index)
|
String |
get_Item(int index)
|
String |
get_Item(String name)
|
String |
get(int index)
|
String |
get(String name)
|
String[] |
getAllKeys()
Gets an array of strings containing all header keys in collections |
int |
getCount()
Gets a count of headers |
String |
getKey(int index)
|
HeaderCollection.KeysCollection |
getKeys()
Gets a KeysCollection containing all header keys in collections |
String[] |
getValues(String name)
|
boolean |
hasKeys()
|
boolean |
isSynchronized()
|
Iterator |
iterator()
|
void |
remove(String name)
|
void |
set_Item(String name,
String value)
|
void |
set(String name,
String value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderCollection(HeaderCollection col)
public HeaderCollection()
| Method Detail |
|---|
public String[] getAllKeys()
Gets an array of strings containing all header keys in collections
public HeaderCollection.KeysCollection getKeys()
Gets a KeysCollection containing all header keys in collections
public int getCount()
Gets a count of headers
public boolean isSynchronized()
public String get_Item(String name)
public void set_Item(String name,
String value)
public String get_Item(int index)
public void clear()
public String getKey(int index)
public String get(int index)
public String get(String name)
public String[] getValues(String name)
public void add_(String name,
String value)
public void add(HeaderCollection c)
public void add(String name,
String value)
@Deprecated public void add(MimeHeader header)
public void set(String name,
String value)
public void copyTo(Object[] dest,
int index)
public boolean hasKeys()
public void remove(String name)
public Iterator iterator()
iterator in interface Iterable<String>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||