public final class MapperCache<K extends FieldKey<K>,M> extends Object
MapperCache(MapperKeyComparator<K> comparator)
void
add(MapperKey<K> key, M mapper)
M
get(MapperKey<K> key)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MapperCache(MapperKeyComparator<K> comparator)
public void add(MapperKey<K> key, M mapper)
public M get(MapperKey<K> key)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.