Package com.github.dagnelies.filemap
Interface FileMap<K,V>
-
- All Superinterfaces:
Map<K,V>
- All Known Implementing Classes:
AbstractFileMap,CachedFileMap,IndexedFileMap
public interface FileMap<K,V> extends Map<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()longdiskSize()FilegetFile()-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getFile
File getFile()
-
diskSize
long diskSize() throws IOException- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-