public static class HeaderCollection.KeysCollection extends Object implements Iterable
Modifier and Type | Method and Description |
---|---|
void |
copyTo(Object[] array,
int index)
Copies the elements of the
T:System.Collections.ICollection to an T:System.Array , starting at a particular T:System.Array index. |
String |
get_Item(int index)
Gets a value from collection by the index.
|
String |
get(int index)
Gets a value from collection by the index.
|
int |
getCount()
Gets the number of elements contained in the
T:System.Collections.ICollection . |
Iterator |
iterator()
Returns an enumerator that iterates through a collection.
|
public int getCount()
Gets the number of elements contained in the T:System.Collections.ICollection
.
public String get_Item(int index)
Gets a value from collection by the index.
index
- The index in collection for an item.public String get(int index)
Gets a value from collection by the index.
index
- The index in collection for an item.public Iterator iterator()
Returns an enumerator that iterates through a collection.
public void copyTo(Object[] array, int index)
Copies the elements of the T:System.Collections.ICollection
to an T:System.Array
, starting at a particular T:System.Array
index.
array
- The one-dimensional T:System.Array
that is the destination of the elements copied from T:System.Collections.ICollection
.
The T:System.Array
must have zero-based indexing.index
- The zero-based index in array
at which copying begins.Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.