TreeMap儲值原理

/** * * 1.建立集合對象TreeMap<String,String> map = new TreeMap<String ,String>(); * * private final Comparator<? super K> comparator;//外部比較器 private transient Entry<K,V> root = null;//紅黑樹根節點的引用
相關文章
相關標籤/搜索