public class VbaModuleCollection extends ReadOnlyCollectionBase<VbaModule>
Represents a collection of VbaModule
objects.
Modifier and Type | Method and Description |
---|---|
void |
copyTo(T[] array,
int arrayIndex) |
void |
sort(Comparator<? super T> c) |
get, set_Item, size, toList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public void sort(Comparator<? super T> c)
c
- public void copyTo(T[] array, int arrayIndex)
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.