C D F G H M P R S

C

com.larvalabs.megamap - package com.larvalabs.megamap
 
com.larvalabs.megamap.test - package com.larvalabs.megamap.test
 
createMegaMap(String, boolean, boolean) - Method in class com.larvalabs.megamap.MegaMapManager
Creates a new MegaMap (or loads a persisted MegaMap from disk).
createMegaMap(String, String, boolean, boolean) - Method in class com.larvalabs.megamap.MegaMapManager
Creates a new MegaMap (or loads a persisted MegaMap from disk) using the specified path for writing the MegaMap files.

D

deletePersistedMegaMap(String) - Method in class com.larvalabs.megamap.MegaMapManager
Deletes a previously persisted MegaMap.
deletePersistedMegaMap(String, String) - Method in class com.larvalabs.megamap.MegaMapManager
Deletes a previously persisted MegaMap.

F

finalize() - Method in class com.larvalabs.megamap.MegaMapManager
 

G

get(Serializable) - Method in class com.larvalabs.megamap.MegaMap
Gets the value for the given key.
getKeys() - Method in class com.larvalabs.megamap.MegaMap
Gets all the keys stored in the MegaMap.
getMegaMap(String) - Method in class com.larvalabs.megamap.MegaMapManager
Retrieves a previously-created MegaMap.
getMegaMapManager() - Static method in class com.larvalabs.megamap.MegaMapManager
Gets the (singleton) instance of the MegaMapManager.

H

hasKey(Serializable) - Method in class com.larvalabs.megamap.MegaMap
Checks if there is a value stored in the MegaMap for the given key.

M

MegaMap - class com.larvalabs.megamap.MegaMap.
An efficient, unbounded map (hashtable) that can optionally persist between VM invocations.
MegaMapException - exception com.larvalabs.megamap.MegaMapException.
Created by IntelliJ IDEA.
MegaMapException(String) - Constructor for class com.larvalabs.megamap.MegaMapException
 
MegaMapException(Throwable) - Constructor for class com.larvalabs.megamap.MegaMapException
 
MegaMapException(String, Throwable) - Constructor for class com.larvalabs.megamap.MegaMapException
 
MegaMapManager - class com.larvalabs.megamap.MegaMapManager.
This the user's entry point to creating and managing MegaMaps.
MegaTest - class com.larvalabs.megamap.test.MegaTest.
Simple program to test MegaMap.
MegaTest() - Constructor for class com.larvalabs.megamap.test.MegaTest
 
main(String[]) - Static method in class com.larvalabs.megamap.test.MegaTest
 

P

put(Serializable, Serializable) - Method in class com.larvalabs.megamap.MegaMap
Put a value in the MegaMap.

R

remove(Serializable) - Method in class com.larvalabs.megamap.MegaMap
Removes the value for the given key.
removeMegaMap(String) - Method in class com.larvalabs.megamap.MegaMapManager
Removes a MegaMap from the manager.
run() - Method in class com.larvalabs.megamap.MegaMap
Called by the thread that managed the MegaMap disk persistence.

S

setDiskStorePath(String) - Method in class com.larvalabs.megamap.MegaMapManager
Sets the default path to which to store MegaMap files.
shutdown() - Method in class com.larvalabs.megamap.MegaMapManager
Shuts down the MegaMapManager and all MegaMaps.

C D F G H M P R S