Searched refs:changedProperties (Results 1 – 1 of 1) sorted by relevance
74 private transient LinkedHashMap<Object, Object> changedProperties; field in Provider168 changedProperties = null; in clear()195 if (changedProperties == null) { in myPutAll()196 changedProperties = new LinkedHashMap<Object, Object>(); in myPutAll()210 if (changedProperties.remove(key) == null) { in myPutAll()213 changedProperties.put(key, value); in myPutAll()257 if (changedProperties != null && changedProperties.remove(key) == null) { in put()260 if (changedProperties == null) { in put()261 changedProperties = new LinkedHashMap<Object, Object>(); in put()263 changedProperties.put(key, value); in put()[all …]