#: Christophe Lombart changed the world a bit at a time by saying (astral date:
2/23/2006 12:42 PM) :#
On 2/23/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote:
Hi!
I have been trying to figure out the reasons behind the ManageableCollection
usage. This interface
defines the following methods:
addObject()
getIterator()
getSize()
IMO this is already what a java.util.Collection is offering. This means that
instead of requiring
the user code to depend on a graffito API, we should use the Collection.
Using the ManageableCollection interface gives the possiblity to the
collection-descriptor to use any kind of Collection or any kind of
Map.
By this way, this is the same code to use either a collection or either a map.
Maybe ManageableCollection is not a correct name.
I cannot seem to find the Map usage. Can you point me to it pls.
./alex
--
.w( the_mindstorm )p.
Also, it looks like there is impossible to handle arrays.
Correct, of course, we can add the Array supports.
--
Best regards,
Christophe