protected DescendingMapImpl(AbstractWrapperXOrderedMap<K, V> parent) {
   super(parent, OrderedMapViewInfos.descendingMap());
 }