|
||||||||
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)
|
int |
addItem(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. |
java.lang.Object |
get_Item(int index)
|
long |
getItem(int index)
Returns or sets element at specified position of 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)
|
void |
insertItem(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). |
com.aspose.ms.System.Collections.IEnumerator |
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 |
removeItem(java.lang.Object value)
|
void |
set_Item(int index,
java.lang.Object value)
|
void |
setItem(int index,
long value)
|
int |
size()
Returns a number of elements in the collection. |
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.
removeAt
in interface com.aspose.ms.System.Collections.IList
index
- Position of element to remove.public void clear()
Removes all elements from the collection.
clear
in interface com.aspose.ms.System.Collections.IList
public long getItem(int index)
Returns or sets element at specified position of collection.
index
- Index of element
public void setItem(int index, long value)
public int add(java.lang.Object value)
public boolean contains(java.lang.Object value)
contains
in interface com.aspose.ms.System.Collections.IList
public int indexOf(java.lang.Object value)
indexOf
in interface com.aspose.ms.System.Collections.IList
public void insert(int index, java.lang.Object value)
public boolean isFixedSize()
isFixedSize
in interface com.aspose.ms.System.Collections.IList
public boolean isReadOnly()
isReadOnly
in interface com.aspose.ms.System.Collections.IList
public void remove(java.lang.Object value)
public java.lang.Object get_Item(int index)
get_Item
in interface com.aspose.ms.System.Collections.IList
public void set_Item(int index, java.lang.Object value)
set_Item
in interface com.aspose.ms.System.Collections.IList
public void copyTo(java.lang.Object[] array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- Target array.index
- Starting index in the target array.public int size()
Returns a number of elements in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection
public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
public int addItem(java.lang.Object value)
addItem
in interface com.aspose.ms.System.Collections.IList
public void insertItem(int index, java.lang.Object value)
insertItem
in interface com.aspose.ms.System.Collections.IList
public void removeItem(java.lang.Object value)
removeItem
in interface com.aspose.ms.System.Collections.IList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |