com.browseengine.bobo.api
Class ShortFacetIterator

java.lang.Object
  extended by com.browseengine.bobo.api.FacetIterator
      extended by com.browseengine.bobo.api.ShortFacetIterator
All Implemented Interfaces:
Iterator<Comparable>
Direct Known Subclasses:
CombinedShortFacetIterator, DefaultShortFacetIterator

public abstract class ShortFacetIterator
extends FacetIterator

Author:
"Xiaoyang Gu"

Field Summary
 short facet
           
 
Fields inherited from class com.browseengine.bobo.api.FacetIterator
count
 
Constructor Summary
ShortFacetIterator()
           
 
Method Summary
abstract  String format(short val)
           
abstract  short nextShort()
           
abstract  short nextShort(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 short facet
Constructor Detail

ShortFacetIterator

public ShortFacetIterator()
Method Detail

nextShort

public abstract short nextShort()

nextShort

public abstract short nextShort(int minHits)

format

public abstract String format(short val)


Copyright © 2011. All Rights Reserved.