org.apache.lucene.facet
Class TopOrdAndFloatQueue.OrdAndValue

java.lang.Object
  extended by org.apache.lucene.facet.TopOrdAndFloatQueue.OrdAndValue
Enclosing class:
TopOrdAndFloatQueue

public static final class TopOrdAndFloatQueue.OrdAndValue
extends Object

Holds a single entry.


Field Summary
 int ord
          Ordinal of the entry.
 float value
          Value associated with the ordinal.
 
Constructor Summary
TopOrdAndFloatQueue.OrdAndValue()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ord

public int ord
Ordinal of the entry.


value

public float value
Value associated with the ordinal.

Constructor Detail

TopOrdAndFloatQueue.OrdAndValue

public TopOrdAndFloatQueue.OrdAndValue()
Default constructor.



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.