Home
last modified time | relevance | path

Searched refs:m_unmappedKeySet (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DIProperties.java177 _clone.m_unmappedKeySet = null; in copy()
199 …_delegateClone.m_unmappedKeySet = null; // ensure that the last delegate will have this field reset in copy()
293 m_unmappedKeySet = null; in setProperty()
310 Set result = m_unmappedKeySet; in unmappedKeySet()
318 m_unmappedKeySet = result; in unmappedKeySet()
349 m_unmappedKeySet = null; in setDelegate()
357 private transient Set m_unmappedKeySet; field in IProperties.Factory.PropertiesImpl