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