MatrixBerryCore
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