Re: How to tie



Abble schrieb:
I'd like to tie a Java array to some code so when the array is
accessed my code gets run.

Is there some simple way to do this in Java?


Rather not ..
but when you use Collections instead of an array doing this becomes
rather easy.

Christian
.