![JAR search and dependency download from the Maven repository](/logo.png)
com.tinkerpop.blueprints.impls.orient.OrientIndex Maven / Gradle / Ivy
package com.tinkerpop.blueprints.impls.orient;
import com.tinkerpop.blueprints.Index;
public interface OrientIndex extends Index {
void removeElement(final T element);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy