Searched refs:_delegateClone (Results 1 – 1 of 1) sorted by relevance
184 final PropertiesImpl _delegateClone; in copy() local187 _delegateClone = (PropertiesImpl) delegate.clone (); in copy()198 _delegateClone.m_valueMap = (HashMap) delegate.m_valueMap.clone (); in copy()199 …_delegateClone.m_unmappedKeySet = null; // ensure that the last delegate will have this field reset in copy()201 scan.setDelegate (_delegateClone); in copy()202 scan = _delegateClone; in copy()