Modifier and Type | Method and Description |
---|---|
OutlineCodeDefinition |
OutlineCodeDefinitionCollection.get(int index)
Returns the element at the specified position in this collection.
|
OutlineCodeDefinition |
OutlineCodeDefinitionCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OutlineCodeDefinition> |
OutlineCodeDefinitionCollection.iterator()
Returns an iterator over elements from this collection.
|
List<OutlineCodeDefinition> |
OutlineCodeDefinitionCollection.toList()
Converts this OutlineCodeDefinitionCollection object to a list of
OutlineCodeDefinition objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
OutlineCodeDefinitionCollection.add(OutlineCodeDefinition item)
Adds the specified item to this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
OutlineCodeDefinitionCollection.sort(Comparator<? super OutlineCodeDefinition> c) |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.