info.sswap.api.model
Interface Pair<K,V>

Type Parameters:
K - the type of the first element in the pair
V - the type of the second element in the pair
All Superinterfaces:
java.util.Map.Entry<K,V>

public interface Pair<K,V>
extends java.util.Map.Entry<K,V>

A convenience type for a pair of two elements

Author:
Blazej Bulka

Method Summary
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 



Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.