Re: ReadWriteLock rather on map's each field than whole map?
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 11:14:43 -0400
Lew wrote:
class Fooboolean
{
private boolean updated;
public void update(){...; updated = true; }
public
isUpdated() { return updated; }.
}
- References:
- Prev by Date: Re: ReadWriteLock rather on map's each field than whole map?
- Next by Date: Re: nullPointerException in abstract class
- Previous by thread: Re: ReadWriteLock rather on map's each field than whole map?
- Next by thread: Re: ReadWriteLock rather on map's each field than whole map?
- Index(es):