cz.cuni.amis.pogamut.defcon.utils
Class Pair<T,V>

Package class diagram package Pair
java.lang.Object
  extended by 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

Field Summary
 T first
           
 V second
           
 
Constructor Summary
Pair()
           
Pair(T first, V second)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public T first

second

public V second
Constructor Detail

Pair

public Pair(T first,
            V second)

Pair

public Pair()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.