org.apache.lucene.facet
Class TopOrdAndIntQueue.OrdAndValue

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

public static final class TopOrdAndIntQueue.OrdAndValue
extends Object

Holds a single entry.


Field Summary
 int ord
          Ordinal of the entry.
 int value
          Value associated with the ordinal.
 
Constructor Summary
TopOrdAndIntQueue.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 int value
Value associated with the ordinal.

Constructor Detail

TopOrdAndIntQueue.OrdAndValue

public TopOrdAndIntQueue.OrdAndValue()
Default constructor.



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