>
> *myHashMap.keySet().toArray();*
> *myHashMap.values().toArray();*
>

These lines of code aren't doing anything...



> *Result = ": + myHashMap.keySet().toArray() +
> myHashMap.values().toArray()";*
>
Other than for debugging, I can't see any possible use for this....  What
are you wanting to do with your map?

*
>
> I probably need to iterate  over the hashmap and populate items with
> Result. Items could be declared outside of the brackets as
>
> public static String[] items={};
> *

What?  What are you trying to do here? Why the static modifier?

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Tue, Apr 3, 2012 at 3:22 PM, Graham Bright <[email protected]>wrote:

>    Result = ": + myHashMap.keySet().toArray() +
> myHashMap.values().toArray()";

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to