gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge
Class Pair<F,S>
java.lang.Object
gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge.Pair<F,S>
public class Pair<F,S>
- extends Object
Helper class used to host a Record along with its rank
- Author:
- UoA
|
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)
setFirst
public void setFirst(F first)
setSecond
public void setSecond(S second)
getFirst
public F getFirst()
getSecond
public S getSecond()
Copyright © 2013. All Rights Reserved.