com.aspose.email
Class HeaderCollection.KeysCollection

java.lang.Object
  extended by com.aspose.email.HeaderCollection.KeysCollection
All Implemented Interfaces:
Iterable
Enclosing class:
HeaderCollection

public static class HeaderCollection.KeysCollection
extends Object
implements Iterable


Method Summary
 void copyTo(Object[] array, int index)
           
 String get_Item(int index)
           
 String get(int index)
           
 int getCount()
           
 boolean isSynchronized()
           
 Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()

isSynchronized

public boolean isSynchronized()

get_Item

public String get_Item(int index)

get

public String get(int index)

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable

copyTo

public void copyTo(Object[] array,
                   int index)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.