com.atlassian.greenhopper.service.lucene
Interface RightJoinEnum

All Known Implementing Classes:
BitSetRightJoinEnum, DocumentRightJoinEnum

public interface RightJoinEnum


Method Summary
 void close()
           
 java.lang.String describe()
           
 boolean hasNext()
           
 void reset()
           
 org.apache.lucene.index.Term term()
           
 

Method Detail

reset

void reset()
           throws java.io.IOException
Throws:
java.io.IOException

hasNext

boolean hasNext()
                throws java.io.IOException
Throws:
java.io.IOException

term

org.apache.lucene.index.Term term()

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

describe

java.lang.String describe()


Copyright © 2007-2012 Atlassian. All Rights Reserved.