org.exist.util.IndexCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exist-core Show documentation
Show all versions of exist-core Show documentation
eXist-db NoSQL Database Core
/*
* IndexCallback.java - Mar 12, 2003
*
* @author wolf
*/
package org.exist.util;
import org.exist.storage.btree.Value;
public interface IndexCallback {
public boolean indexInfo(Value key, Value value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy