Modifier and Type | Method and Description |
---|---|
void |
add(Artifact artifact)
Adds artifacts to the collection.
|
void |
copyTo(com.aspose.ms.System.Array dest,
int index)
Copies colection into an array.
|
void |
delete(Artifact artifact)
Deletes specified artifact.
|
void |
delete(int index)
Deletes artifact by its index.
|
com.aspose.ms.System.Collections.IList |
findByValue(String name,
String expectedValue)
Finds artifacts by custom value.
|
Artifact |
getItem(int index)
Gets artifact by index.
|
Object |
getSyncRoot()
Gets synchronization object of the collection.
|
boolean |
isSynchronized()
Is this object synchronized.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Gets enumerator for the collection.
|
int |
size()
Gets count of artifacts in collection.
|
void |
update(Artifact artifact)
Update artifact inside the collection.
|
public boolean isSynchronized()
Is this object synchronized.
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection
public Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public void copyTo(com.aspose.ms.System.Array dest, int index)
Copies colection into an array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
dest
- Destination array.index
- Starting index.public com.aspose.ms.System.Collections.IEnumerator iterator()
Gets enumerator for the collection.
public Artifact getItem(int index)
index
- Index of the artifact.public void add(Artifact artifact)
Adds artifacts to the collection.
*artifact
- Artifact which sould be added to collection.public com.aspose.ms.System.Collections.IList findByValue(String name, String expectedValue)
Finds artifacts by custom value.
name
- Name of custom value.expectedValue
- Value to find.public void delete(Artifact artifact)
Deletes specified artifact.
artifact
- public void update(Artifact artifact)
Update artifact inside the collection.
artifact
- Artifact to be updated.public void delete(int index)
Deletes artifact by its index.
index
- Index of artifact to delete.Copyright © 2014 Aspose. All Rights Reserved.