package org.apache.commons.collections; public interface KeyValue { Object getKey(); Object getValue(); }