-
jacques.grelet_ird.fr authoredjacques.grelet_ird.fr authored
size.m 168 B
function out = size(self)
% get hashtable size
% $Id$
% Return the number of keys in hashtable
% --------------------------------------
out = numel(self.keys);
function out = size(self)
% get hashtable size
% $Id$
% Return the number of keys in hashtable
% --------------------------------------
out = numel(self.keys);