H
Harry
My treemap contains the following keys 1, 1 , 1 , 1 , 1 , 2 , 2 , 2 , 2 , 2
, 3 , 3 , 3 , 3 , 3 , 3 , 4 , 4 , 4 , 4 , 4 , 4 - all as String's!
I want be able to go directly to the first key that = 3 & process all
subsesquent 3's without having to start from the beginning & test each value
until 3 is reached etc...
Is this possible? - should I stop trying to be too efficient & use a
different collection perhaps?
thanks
harry
, 3 , 3 , 3 , 3 , 3 , 3 , 4 , 4 , 4 , 4 , 4 , 4 - all as String's!
I want be able to go directly to the first key that = 3 & process all
subsesquent 3's without having to start from the beginning & test each value
until 3 is reached etc...
Is this possible? - should I stop trying to be too efficient & use a
different collection perhaps?
thanks
harry