java.lang.Object
com.aspose.diagram.Collection
public abstract class Collection
| Constructor Summary |
|---|
Collection()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the number of elements actually contained in the collection. | ||
| Method Summary | ||
|---|---|---|
void | clear() | |
| Removes all elements from collection. | ||
boolean | isExist(int index) | |
| Is exist item in the collection. | ||
java.util.Iterator | iterator() | |
| Supports a simple iteration over a nongeneric collection. | ||
| Constructor Detail |
|---|
public Collection()
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
isExist | |
public boolean isExist(int index) | |
index - index of element.clear | |
public void clear() | |