- dropped setSize() in favour of List::setSize(). The size of the indices is set in sort() anyhow and undefined before that. - added reverseSort() method - added ListOps uniqueOrder() and duplicateOrder()
- now works as expected with transfer() and assignment from other Lists - shrink() method : clears indices and returns underlying List