[Android] [PATCH 08/14] libvlc: add Media, MediaList, MediaDiscoverer

Edward Wang edward.c.wang at compdigitec.com
Fri Jan 16 20:51:03 CET 2015


On 2015-01-16 08:12, Thomas Guillem <thomas at gllm.fr> wrote:
> +    private SparseArray<Media> mMediaArray = new SparseArray<Media>();

Just curious, but is there any particular reason for using a SparseArray 
versus a LinkedList or some other structure? Does it have better 
performance or something?

Regards,
     Edward Wang


More information about the Android mailing list