Question about CachedClassLoader

2 messages Options
Embed this post
Permalink
Adrian Crum

Question about CachedClassLoader

Reply Threaded More More options
Print post
Permalink
I noticed the CachedClassLoader uses HashMaps and HashSets instead of
the Javolution classes. Is there any reason for that? It seems to me the
Javolution classes would help speed up class loading.

-Adrian
David E Jones-4

Re: Question about CachedClassLoader

Reply Threaded More More options
Print post
Permalink

It could be related to having null keys, which the Javolution classes  
don't allow (you'll get an NPE).

-David


On Nov 9, 2009, at 12:11 PM, Adrian Crum wrote:

> I noticed the CachedClassLoader uses HashMaps and HashSets instead  
> of the Javolution classes. Is there any reason for that? It seems to  
> me the Javolution classes would help speed up class loading.
>
> -Adrian