fr.umlv.tatoo.cc.parser.table
Class MapGetter

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.table.MapGetter

public class MapGetter
extends Object


Method Summary
<V> V
getFromMap(Map<?,? extends V> map, Object key)
           
static MapGetter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MapGetter getInstance()

getFromMap

public <V> V getFromMap(Map<?,? extends V> map,
                        Object key)