Class Tuple<K,V>

java.lang.Object
org.deltava.util.Tuple<K,V>
Type Parameters:
K - the first value type
V - the second value type
All Implemented Interfaces:
Serializable, Cacheable

public class Tuple<K,V> extends Object implements Cacheable
A utility class to create a tuple.
Since:
6.0
Version:
7.2
Author:
Luke
See Also: