public static class HeaderCollection.KeysCollection extends Object implements com.aspose.ms.System.Collections.ICollection
Represents keys collection.
Modifier and Type | Method and Description |
---|---|
void |
copyTo(com.aspose.ms.System.Array 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.
|
Object |
getSyncRoot() |
boolean |
isSynchronized() |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator that iterates through a collection.
|
int |
size()
Gets the number of elements contained in the
T:System.Collections.ICollection . |
public int size()
Gets the number of elements contained in the T:System.Collections.ICollection
.
size
in interface com.aspose.ms.System.Collections.ICollection
public Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public boolean isSynchronized()
isSynchronized
in interface com.aspose.ms.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 com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator that iterates through a collection.
public void copyTo(com.aspose.ms.System.Array 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.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
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-2016 Aspose Pty Ltd. All Rights Reserved.