Schaible, J�rg wrote:
Hi,

I am currently working for some kind of dynamic created services.
All these services will be children for a container, but I do not
know how much there will be. The problem with the AbstractContainer
is that it creates a StaticBucketMap with a fixed size of 255 (default) buckets for the hint map. Even more, the has table itself
should never be filled to that level at all. So I would like to
select my own Map used for the implementation. My patch refactores
this out into a protected createHintMap function and changes any
unnecessary cast to StaticBucketMap into Map.


Please apply. Diff attached, but also below, since we had problems with attachments lately.

I can apply the diff, but be advised that the Map *MUST* manage synchronization itself. If you do not use a StaticBucketMap, you need to use a Collections.synchronizedMap() for your system.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to