M
Maersa
Hi All,
Is the a dictionary some place where multiple objects can be collected under
one key ? like...
dictionary.add( "a", "about" );
dictionary.add( "a", "after" );
Took a look at hashtable etc. and others but they don't support it.
thanks,
Is the a dictionary some place where multiple objects can be collected under
one key ? like...
dictionary.add( "a", "about" );
dictionary.add( "a", "after" );
Took a look at hashtable etc. and others but they don't support it.
thanks,