|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideIdCollection
public final class SlideIdCollection
Represents a collection of slide ids.
Constructor Summary | |
---|---|
SlideIdCollection()
|
Method Summary | |
---|---|
int |
add(long value)
Adds slide id into the collection. |
int |
add(java.lang.Object value)
|
void |
clear()
Removes all elements from the collection. |
boolean |
contains(java.lang.Object value)
|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection to the specified array. |
long |
get_Item(int index)
Returns or sets element at specified position of collection. |
int |
getCount()
Returns a number of elements in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
int |
indexOf(java.lang.Object value)
|
void |
insert(int index,
long value)
Insert slide id into the collection at specified index. |
void |
insert(int index,
java.lang.Object value)
|
boolean |
isFixedSize()
|
boolean |
isReadOnly()
|
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
java.util.Iterator |
iterator()
Returns an enumerator for the entire collection. |
void |
remove(java.lang.Object value)
|
void |
removeAt(int index)
Removes slide id at specified position. |
void |
set_Item(int index,
long value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideIdCollection()
Method Detail |
---|
public int add(long value)
Adds slide id into the collection.
value
- Slide id to add.
public void insert(int index, long value)
Insert slide id into the collection at specified index.
index
- Position to add.value
- Slide id to insert.public void removeAt(int index)
Removes slide id at specified position.
index
- Position of element to remove.public void clear()
Removes all elements from the collection.
public long get_Item(int index)
Returns or sets element at specified position of collection.
index
- Index of element
public void set_Item(int index, long value)
public int add(java.lang.Object value)
public boolean contains(java.lang.Object value)
public int indexOf(java.lang.Object value)
public void insert(int index, java.lang.Object value)
public boolean isFixedSize()
public boolean isReadOnly()
public void remove(java.lang.Object value)
public void copyTo(java.lang.Object[] array, int index)
Copies all elements from the collection to the specified array.
array
- Target array.index
- Starting index in the target array.public int getCount()
Returns a number of elements in the collection.
public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
public java.util.Iterator iterator()
Returns an enumerator for the entire collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |