HomeSort by relevance Sort by last modified time
    Searched full:m_mapper (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/com/vladium/util/
IProperties.java 142 if ((value == null) && (m_mapper != null))
144 final String mappedKey = m_mapper.getMappedKey (key);
179 // note: m_mapper field is not cloned by design (mappers are stateless/shareable)
301 m_mapper = mapper;
353 private final IMapper m_mapper; field in class:IProperties.Factory.PropertiesImpl

Completed in 2120 milliseconds