Re: Dictionary Keys question
- From: FireNWater <khoard@xxxxxxxxx>
- Date: Thu, 31 Jan 2008 12:15:49 -0800 (PST)
On Jan 31, 4:39 am, Dustan <DustanGro...@xxxxxxxxx> wrote:
On Jan 30, 7:02 pm, FireNWater <kho...@xxxxxxxxx> wrote:
Thank you for the explanation. . . I think I now have a (foggy)
understanding of hash tables. It seems to be a way to create order
Dustan,
The 'order' that your speaking of is not implemented by the hash
*table*, per se, but rather by the hash function, which returns an
integer (the hash code).
Yes, I think I understand it now. . . the order I was referring to is
provided "behind the scenes" by the return values of the hash
function.
Thanks to everyone with their explanations!!
.
- References:
- Dictionary Keys question
- From: FireNWater
- Re: Dictionary Keys question
- From: Berteun Damman
- Re: Dictionary Keys question
- From: FireNWater
- Re: Dictionary Keys question
- From: Dustan
- Dictionary Keys question
- Prev by Date: Re: helper function in a class' namespace
- Next by Date: Re: sending a handmade SOAP request
- Previous by thread: Re: Dictionary Keys question
- Next by thread: Re: Dictionary Keys question
- Index(es):
Relevant Pages
|