All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.psjava.ds.KeyValuePair Maven / Gradle / Ivy

The newest version!
package org.psjava.ds;

public interface KeyValuePair {

	K getKey();

	V getValue();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy