标签:firstEntry方法

  • Java TreeMap firstEntry()方法

    java util TreeMap firstEntry()返回键值最小的键值对。1 语法public Map Entry<K,V> firstEntry()2 参数无3 返回值返回具有最小键的