public interface FullConverter<K,L>
L
convert(int cardinal, K obj)
K
reverseConvert(L obj)
L convert(int cardinal, K obj)
K reverseConvert(L obj)