Package org.aksw.sparqlify.database
Class IndexMap<K,V>
java.lang.Object
org.aksw.sparqlify.database.IndexMap<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsAllKeys(Collection<K> keys) get(int index) getKey(int index) keySet()TODO Do not modify this view, it won't update the structuresvoidvoidintsize()
-
Constructor Details
-
IndexMap
public IndexMap()
-
-
Method Details
-
setIndex
-
put
-
getIndex
-
get
-
getKey
-
get
-
clear
public void clear() -
keySet
TODO Do not modify this view, it won't update the structures- Returns:
-
containsAllKeys
-
size
public int size()
-