I want to make my own specialized/extended collection. Which class should be selected as superclass of my collection class?
The class constructed from Collection<T> is a useful starting point