コード例 #1
0
 protected DescendingMapImpl(AbstractWrapperXOrderedMap<K, V> parent) {
   super(parent, OrderedMapViewInfos.descendingMap());
 }