Class CharIntPersistedMap
java.lang.Object
org.teamapps.universaldb.index.map.CharIntPersistedMap
public class CharIntPersistedMap
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CharIntPersistedMap(java.io.File path, java.lang.String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CharIntPersistedMap
public CharIntPersistedMap(java.io.File path, java.lang.String name)
-
-
Method Details
-
main
public static void main(java.lang.String[] args) -
getPath
public java.io.File getPath() -
getName
public java.lang.String getName() -
put
public void put(java.lang.String key, int value) -
get
public java.lang.Integer get(java.lang.String key) -
close
public void close() -
drop
public void drop()
-