Modifier and Type | Method and Description |
---|---|
Iterator<WBSCodeMask> |
WBSCodeMaskCollection.iterator()
Returns an iterator of this collection.
|
List<WBSCodeMask> |
WBSCodeMaskCollection.toList()
Returns a list which contains all items from this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WBSCodeMaskCollection.add(WBSCodeMask item)
Adds WBSCodeMask object to this collection.
|
boolean |
WBSCodeMaskCollection.contains(WBSCodeMask item)
Returns true if this collection contains the specified item.
|
void |
WBSCodeMaskCollection.copyTo(WBSCodeMask[] array,
int arrayIndex)
Copies all the elements of this collection to the specified one-dimensional array starting at the specified destination array index.
|
boolean |
WBSCodeMaskCollection.remove(WBSCodeMask item)
Returns true if the specified item was removed from this collection successfully.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.