org.apache.nutch.util
Class Pair<F,S>

java.lang.Object
  extended by org.apache.nutch.util.Pair<F,S>

public class Pair<F,S>
extends Object


Constructor Summary
Pair(F first, S second)
           
 
Method Summary
 F getFirst()
           
 S getSecond()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(F first,
            S second)
Method Detail

getFirst

public F getFirst()

getSecond

public S getSecond()


Copyright © 2012 The Apache Software Foundation