util
Class Pair<T,V>

java.lang.Object
  extended by util.Pair<T,V>
Type Parameters:
T -
V -

public class Pair<T,V>
extends Object

Simple Pair class.

Author:
aw

Field Summary
 T first
           
 V second
           
 
Constructor Summary
Pair()
           
Pair(T first, V second)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()


Copyright © 2012 Trust@FHH. All Rights Reserved.