标签:pollLastEntry方法

  • Java TreeMap pollLastEntry()方法

    java util TreeMap pollLastEntry()删除并返回与Map中最大键关联的key-value映射;如果映射为空,则返回null。1 语法public Map Entry<K,