org.kahina.core.profiler
Class DefaultProfileEntryMapper

java.lang.Object
  extended by org.kahina.core.profiler.DefaultProfileEntryMapper
All Implemented Interfaces:
Mapper<String,ProfileEntry>

public class DefaultProfileEntryMapper
extends Object
implements Mapper<String,ProfileEntry>


Constructor Summary
DefaultProfileEntryMapper()
           
 
Method Summary
 ProfileEntry map(String x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProfileEntryMapper

public DefaultProfileEntryMapper()
Method Detail

map

public ProfileEntry map(String x)
Specified by:
map in interface Mapper<String,ProfileEntry>