Duplications Manager

570274b96eaa5a0c65add6ea

@param value the value for the entry, may be null
@param key the key for the entry, may be null
@description constructs a new entry with the specified key and given value.

"public UnmodifiableMapEntry(K key,V value)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/keyvalue/UnmodifiableMapEntry.java

"public DefaultMapEntry(K key,V value)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/keyvalue/DefaultMapEntry.java