Uses of Class
org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile.IDIterator
-
Packages that use HashFile.IDIterator Package Description org.eclipse.rdf4j.sail.nativerdf.datastore File and data storage functionality. -
-
Uses of HashFile.IDIterator in org.eclipse.rdf4j.sail.nativerdf.datastore
Methods in org.eclipse.rdf4j.sail.nativerdf.datastore that return HashFile.IDIterator Modifier and Type Method Description HashFile.IDIterator
HashFile. getIDIterator(int hash)
Gets an iterator that iterates over the IDs with hash codes that match the specified hash code.
-