public class VbaModuleAttributeCollection extends ReadOnlyCollectionBase<VbaModuleAttribute>
Represents a collection of VbaModuleAttribute
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
-