--- [EMAIL PROTECTED] wrote:
> That was my plan with a ListMap. It's a List, it's a Map, it's a
> List...

Perhaps a case for the MapCollection adapter?  Or maybe every time you
want to treat it as a list you use

List mapKeys = new ArrayList(map.keySet());

Then iterate over those?

 - Chuck

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to