RE: RES: [java-list] Hashtable

2002-03-04 Por tôpico Raphael Oliveira
L PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: RES: [java-list] Hashtable Date: Mon, 4 Mar 2002 09:41:56 -0300 Tem como adicinar mais de um valor em uma HashTable? eu queria pegar os campos de um RecordSet e armazenar em uma collection. Como posso fa

RE: RES: [java-list] Hashtable

2002-03-04 Por tôpico Leandro Gruarin Abite - (DYNAMIC)
] Subject: Re: RES: [java-list] Hashtable Alexandre, basicamente... uma Hashtable é uma collection java que permite vc inserir objetos nela com uma chave identificadora. Exemplo: Hashtable brasileiros = new Hashtable(); brasileiros.put("03636589636", &quo

Re: RES: [java-list] Hashtable

2002-03-01 Por tôpico Raphael Oliveira
Alexandre, basicamente... uma Hashtable é uma collection java que permite vc inserir objetos nela com uma chave identificadora. Exemplo: Hashtable brasileiros = new Hashtable(); brasileiros.put("03636589636", "Raphael Silva"); brasileiros.put("111", "Alexandre");