// returns the number of lists internal virtual int GetListCount() { return(m_lists.Size()); }
// Returns True if the multilist is empty internal virtual bool IsEmpty() { return(m_list_nodes.Size() == 0); }