Something like hashtable . . .

Login to reply to this topic.
Thu, 2003-11-06 19:31
Joined: 2003-10-16
Forum posts: 26
Hi,

I need to use something with java hashtable.

Exemple:

private Hashtable pair;

. . .

public void addPair(String name, String Val)
{
 pair.put(name, val);
}


My key is a string. Is there something for this in Symbian?

Thanks

Flavio Oliveira
Software Engineer
Brasilia - Brasil


Fri, 2005-07-08 10:10
Joined: 2005-06-13
Forum posts: 68
Re: Something like hashtable . . .
 Sadly enough there is no hash table class that I know of.  You will have to make your own.

If we fall down it's so we can learn to pick ourselves up.

  • Login to reply to this topic.