public class VbaModuleCollection extends ReadOnlyCollectionBase<VbaModule>
Represents a collection of VbaModule
objects.
Modifier and Type | Method and Description |
---|---|
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
-