com.browseengine.bobo.api
Class DoubleFacetIterator

java.lang.Object
  extended by com.browseengine.bobo.api.FacetIterator
      extended by com.browseengine.bobo.api.DoubleFacetIterator
All Implemented Interfaces:
Iterator<Comparable>
Direct Known Subclasses:
CombinedDoubleFacetIterator, DefaultDoubleFacetIterator

public abstract class DoubleFacetIterator
extends FacetIterator

Author:
"Xiaoyang Gu"

Field Summary
 double facet
           
 
Fields inherited from class com.browseengine.bobo.api.FacetIterator
count
 
Constructor Summary
DoubleFacetIterator()
           
 
Method Summary
abstract  String format(double val)
           
abstract  double nextDouble()
           
abstract  double nextDouble(int minHits)
           
 
Methods inherited from class com.browseengine.bobo.api.FacetIterator
format, next, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 

Field Detail

facet

public double facet
Constructor Detail

DoubleFacetIterator

public DoubleFacetIterator()
Method Detail

nextDouble

public abstract double nextDouble()

nextDouble

public abstract double nextDouble(int minHits)

format

public abstract String format(double val)


Copyright © 2011. All Rights Reserved.