gr.uoa.di.madgik.searchlibrary.operatorlibrary.merge
Class Pair<F,S>

java.lang.Object
  extended by 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)
           
 
Method Summary
 F getFirst()
           
 S getSecond()
           
 void setFirst(F first)
           
 void setSecond(S second)
           
 
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

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.