edu.washington.cs.knowitall.argumentidentifier
Class Pair<F,S>
java.lang.Object
edu.washington.cs.knowitall.argumentidentifier.Pair<F,S>
public class Pair<F,S>
- extends Object
|
Constructor Summary |
Pair(F first,
S second)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pair
public Pair(F first,
S second)
getFirst
public F getFirst()
getSecond
public S getSecond()
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.