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