org.kahina.core.profiler
Class DefaultProfileEntryMapper
java.lang.Object
org.kahina.core.profiler.DefaultProfileEntryMapper
- All Implemented Interfaces:
- Mapper<String,ProfileEntry>
public class DefaultProfileEntryMapper
- extends Object
- implements Mapper<String,ProfileEntry>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProfileEntryMapper
public DefaultProfileEntryMapper()
map
public ProfileEntry map(String x)
- Specified by:
map in interface Mapper<String,ProfileEntry>