- java.lang.Object
-
- org.apache.nutch.util.Pair<F,S>
-
-
Constructor Summary
Constructors
Constructor and Description |
Pair(F first,
S second) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFirst
public F getFirst()
-
getSecond
public S getSecond()
Copyright © 2019 The Apache Software Foundation