Project JXTA

net.jxta.impl.xindice.core.filer
Interface BTreeCallback

All Known Implementing Classes:
Indexer.SearchCallback

public interface BTreeCallback

BTreeCallback is a callback interface for BTree queries.


Method Summary
 boolean indexInfo(Value value, long pointer)
          indexInfo is a callback method for index enumeration.
 

Method Detail

indexInfo

public boolean indexInfo(Value value,
                         long pointer)
indexInfo is a callback method for index enumeration.

Parameters:
value - The Value being reported
pointer - The data pointer being reported
Returns:
false to cancel the enumeration

JXTA J2SE