Uses of Interface
com.github.dagnelies.filemap.FileMap
-
-
Uses of FileMap in com.github.dagnelies.filemap
Classes in com.github.dagnelies.filemap that implement FileMap Modifier and Type Class Description classAbstractFileMap<K,V>This abstract class is a utility to easily manipulate lines in a random access file and converting text lines into key/value format and vice-versa.classCachedFileMap<K,V>This thread safe hash map is stored both in memory and on disk.classIndexedFileMap<K,V>This thread safe hash map stores its key/values on disk.
-