Skip to content
Snippets Groups Projects
Contents.m 578 B
Newer Older
jacques.grelet_ird.fr's avatar
jacques.grelet_ird.fr committed
% @HASHTABLE
%
% Files
%   clear     - Clear hash table
%   display   - Display a hash table object
%   elements  - Get all hash table elements
%   get       - Get data from the hash table
%   hashtable - Constructor for HashTable class
%   isempty   - Check to see if the hash is empty
%   iskey     - Check to see if the hash is currently using a key
%   keys      - Get all the keys currently being used in the hash
%   put       - Put data in the hash table
%   remove    - Remove element from the hash
%   values    - Get all data contained in the hash table