Hello,
I need a structure like this:
Qt Code:
Hashtable<String, Vector<String>> _examples = new Hashtable<String, Vector<String>>();To copy to clipboard, switch view to plain text mode
but I need to insert "record" with duplicate key. HashTable don't permit this.
Is there any other structure? Either a way to solve?
thanks,
Bookmarks