org.gcube.search.datafusion.datatypes
Class Pair

java.lang.Object
  extended by org.gcube.search.datafusion.datatypes.Pair
All Implemented Interfaces:
Serializable

public class Pair
extends Object
implements Serializable

Author:
Alex Antoniadis
See Also:
Serialized Form

Constructor Summary
Pair(Float score, Integer luceneDocID)
           
 
Method Summary
 Integer getLuceneDocID()
           
 Float getScore()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pair

public Pair(Float score,
            Integer luceneDocID)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getScore

public Float getScore()

getLuceneDocID

public Integer getLuceneDocID()


Copyright © 2013. All Rights Reserved.