|
|
| Any one know how MAP's work ? |
| what is mean MAP's ? |
| Ikopar, what MAP? the interface Map? MAP as in something describing a town? |
| The interface map |
| Ikopar, its a map in the mathematical sense |
| Gladis, that doesnt help |
| Ikopar, a mapping from keys to values; given a key, a Map tells you the associated value |
| So its like 2 arrays, one keeping an indvidual ID on the second array ? Or array objects Im using array as a loose term for memory allocation of any sort... Have i got the right idea ? Or even better is it like a primary key in a database ? |
| You can think of an array as a map indexed by integers |
| Gladis, whats a MAP indexed by then ? |
| Objects |
| so anything Gladis, thanks thats certainly cleared things up for me |