Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/
DIProperties.java72 return new PropertiesImpl (null, mapper); in create()
99 return new PropertiesImpl (map, mapper); // note: map is a defensive clone in wrap()
120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base); in combine()
128 private static final class PropertiesImpl implements IProperties, Cloneable class in IProperties.Factory
166 final PropertiesImpl _clone; in copy()
169 _clone = (PropertiesImpl) super.clone (); in copy()
181 PropertiesImpl scan = _clone; in copy()
182 … for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate) in copy()
184 final PropertiesImpl _delegateClone; in copy()
187 _delegateClone = (PropertiesImpl) delegate.clone (); in copy()
[all …]