Hello :)

For me Dictionnary it's a helper primitive object to implements Maps...

For example in my framework (VEGAS) i use a Map interface like in JAVA to
implements my HashMap, ArrayMap, MultiHashMap, MultiHashSet etc.... class.

Interface :
http://svn1.cvsdude.com/osflash/vegas/AS3/trunk/src/vegas/data/Map.as

Implementations :
http://svn1.cvsdude.com/osflash/vegas/AS3/trunk/src/vegas/data/map/

The Map implementation are important to creates models etc... but we can't
limit the hash map implementation with only one class for me...

The question with the ADT in ECMAScript... it's important to creates a full
primitive and native ADT library ? The linked list, collections, queue
etc... are important too but it's difficult to implement all the primitive
object for this implementations ?

EKA+ :)

2007/7/29, eka <[EMAIL PROTECTED]>:
>
> Hello :)
>
> For me Dictionnary it's a helper primitive object to implements Maps...
>
> For example in my framework (VEGAS) i use a Map interface like in JAVA to
> implements my HashMap, ArrayMap, MultiHashMap, MultiHashSet etc.... class.
>
> Interface :
> http://svn1.cvsdude.com/osflash/vegas/AS3/trunk/src/vegas/data/Map.as
>
> Implementations :
> http://svn1.cvsdude.com/osflash/vegas/AS3/trunk/src/vegas/data/map/
>
> The Map implementation are important to creates models etc... but we can't
> limit the hash map implementation with only one class for me...
>
> The question with the ADT in ECMAScript... it's important to creates a
> full primitive and native ADT library ? The linked list, collections, queue
> etc... are important too but it's difficult to implement all the primitive
> object for this implementations ?
>
> EKA+ :)
>
> 2007/7/29, zwetan <[EMAIL PROTECTED]>:
> >
> > Just a little comment,
> > maybe thinking of a name for that "Dictionary"
> > that would not support weak keys for the final spec
> > but could evolve supporting weak keys later
> > could help to decide for the name.
> >
> > exemple: in AS3 now Dictionnary support weak keys
> > could we imagine having a hash! type not supporting weak keys
> > available to everyone/spec compliant and
> > a Dictionnary inheriting from hash! to show that it supports weak keys
> > for a particular implementation even if not part of the spec ?
> >
> > Could we imagine to extend that to any implementation based on Tamarin ?
> > (as Tamarin do define such Dictionary class)
> >
> > cheers,
> > zwetan
> > _______________________________________________
> > Es4-discuss mailing list
> > [email protected]
> > https://mail.mozilla.org/listinfo/es4-discuss
> >
>
>
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to