com.aspose.network
Class HeaderCollection.KeysCollection

java.lang.Object
  extended by com.aspose.network.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(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

get

public String get(int index)

iterator

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

getCount

public int getCount()

copyTo

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

isSynchronized

public boolean isSynchronized()


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