com.mmnaseri.utils.tuples.impl.KeyValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuples4j Show documentation
Show all versions of tuples4j Show documentation
Tiny framework for using tuples as first-class citizens in Java.
package com.mmnaseri.utils.tuples.impl;
import java.util.Map;
/**
* Represents a key-value pair of items. This is in essence just a {@link TwoTuple} with with some
* facade methods.
*
* @author Milad Naseri ([email protected])
*/
public class KeyValue extends TwoTuple
© 2015 - 2024 Weber Informatics LLC | Privacy Policy