Class DefaultMapper<K,V>

java.lang.Object
net.thevpc.common.swing.util.DefaultMapper<K,V>
All Implemented Interfaces:
Mapper<K,V>

public class DefaultMapper<K,V> extends Object implements Mapper<K,V>
Author:
thevpc
  • Constructor Details

    • DefaultMapper

      public DefaultMapper(Map<K,V> map)
  • Method Details

    • get

      public V get(K k)
      Specified by:
      get in interface Mapper<K,V>