Class MapKeyDiff<K,​V>


  • public class MapKeyDiff<K,​V>
    extends Object
    compare two Maps by key
    Author:
    QDesrame
    • Method Detail

      • diff

        public static <K,​V> MapKeyDiff<K,​V> diff​(Map<K,​V> mapLeft,
                                                             Map<K,​V> mapRight)
      • getIncreased

        public Map<K,​V> getIncreased()
      • getMissing

        public Map<K,​V> getMissing()
      • getSharedKey

        public List<K> getSharedKey()