com.browseengine.bobo.docidset
Class EmptyDocIdSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by com.browseengine.bobo.docidset.RandomAccessDocIdSet
          extended by com.browseengine.bobo.docidset.EmptyDocIdSet

public class EmptyDocIdSet
extends RandomAccessDocIdSet


Field Summary
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Method Summary
 boolean get(int docId)
           
static EmptyDocIdSet getInstance()
           
 org.apache.lucene.search.DocIdSetIterator iterator()
           
 
Methods inherited from class org.apache.lucene.search.DocIdSet
isCacheable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EmptyDocIdSet getInstance()

iterator

public org.apache.lucene.search.DocIdSetIterator iterator()
Specified by:
iterator in class org.apache.lucene.search.DocIdSet

get

public boolean get(int docId)
Specified by:
get in class RandomAccessDocIdSet


Copyright © 2011. All Rights Reserved.