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

com.tinkerpop.blueprints.impls.orient.OrientIndex Maven / Gradle / Ivy

There is a newer version: 3.2.33
Show newest version
package com.tinkerpop.blueprints.impls.orient;

import com.tinkerpop.blueprints.Index;

public interface OrientIndex extends Index {
  void removeElement(final T element);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy