OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertiesImpl
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/util/
IProperties.java
72
return new
PropertiesImpl
(null, mapper);
99
return new
PropertiesImpl
(map, mapper); // note: map is a defensive clone
120
((
PropertiesImpl
) result).getLastProperties ().setDelegate ((
PropertiesImpl
) base);
128
private static final class
PropertiesImpl
implements IProperties, Cloneable
166
final
PropertiesImpl
_clone;
169
_clone = (
PropertiesImpl
) super.clone ();
181
PropertiesImpl
scan = _clone;
182
for (
PropertiesImpl
delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
184
final
PropertiesImpl
_delegateClone
[
all
...]
/external/emma/lib/
emma.jar
Completed in 2145 milliseconds