All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.exist.util.IndexCallback Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
/*
 * 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