MatrixBerryCore
+mxberry
+core
+cont
@DiskBasedHashMap
DiskBasedHashMap.m
Go to the documentation of this file.
1
classdef DiskBasedHashMap<
mxberry
.
core
.
cont
.
ondisk
.HashMapMatXML
2
methods
3
function
self
=DiskBasedHashMap(varargin)
4
self
=
self
@
mxberry
.
core
.
cont
.
ondisk
.HashMapMatXML(varargin{:});
5
end
6
end
7
end
8
mxberry::core
mxberry
mxberry::core::cont
mxberry::core::cont::ondisk
Definition:
AHashMap.m:1
Generated for MatrixBerryCore by
1.8.13