Class VirtualFileAttributeMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- io.virtdata.docsys.metafs.fs.renderfs.fs.virtualio.VirtualFileAttributeMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public class VirtualFileAttributeMap extends java.util.HashMap<java.lang.String,java.lang.Object>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VirtualFileAttributeMap(java.nio.file.Path sourcePath, java.util.Map<java.lang.String,java.lang.Object> sourceAttrs, java.nio.file.Path path, int size)
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-