Uses of Class
com.luna.common.map.MapWrapper

Packages that use MapWrapper
Package
Description
 
  • Uses of MapWrapper in com.luna.common.map

    Modifier and Type
    Class
    Description
    class 
    BiMap<K,V>
    双向Map
    互换键值对不检查值是否有重复,如果有则后加入的元素替换先加入的元素
    值的顺序在HashMap中不确定,所以谁覆盖谁也不确定,在有序的Map中按照先后顺序覆盖,保留最后的值
    它与TableMap的区别是,BiMap维护两个Map实现高效的正向和反向查找
    Methods in com.luna.common.map that return MapWrapper
    Modifier and Type
    Method
    Description
    MapWrapper.clone()