package it.cavallium.dbengine.client; public interface Mapper { V map(T key); T unmap(V key); }