GraphLab Project

graphlab.library.util
Class Pair<First,Second>

java.lang.Object
  extended by graphlab.library.util.Pair<First,Second>

public class Pair<First,Second>
extends java.lang.Object

Author:
Omid

Field Summary
 First first
           
 Second second
           
 
Constructor Summary
Pair(First f, Second s)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public First first

second

public Second second
Constructor Detail

Pair

public Pair(First f,
            Second s)

GraphLab Project