public interface MEntry { public K getKey(); public V getValue(); }