|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericCollection<T>
Method Summary | |
---|---|
void |
copyTo(T[] array,
int index)
Copies all elements from the collection into the specified array. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
Returns the number of behaviors in a collection. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
int size()
Returns the number of behaviors in a collection.
Read-only
java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only
boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only
void copyTo(T[] array, int index)
Copies all elements from the collection into the specified array.
array
- Array to fill.index
- Starting position in target array.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |