true
if an entry exists, false if not
changemap of descendant changes
the entry array
Example:
changeMap.entrySet().forEach(function(entry) {
console.log(entry.key, entry.value);
});
the change map value, if it exists, otherwise null
changemap of intersection changes