cz.cuni.amis.pogamut.defcon.utils
Class Pair<T,V>
java.lang.Object
cz.cuni.amis.pogamut.defcon.utils.Pair<T,V>
- Type Parameters:
T
- V
-
public class Pair<T,V>
- extends Object
Utility class for two related values.
- Author:
- Radek 'Black_Hand' Pibil
Constructor Summary |
Pair()
|
Pair(T first,
V second)
|
first
public T first
second
public V second
Pair
public Pair(T first,
V second)
Pair
public Pair()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.