Re: [Digester] Problems setting a bean property

2005-07-03 Thread Dion Gillard
On 6/30/05, Martin Burger [EMAIL PROTECTED] wrote: Dion Gillard schrieb am 30.06.2005 08:57: How is the Beans/Introspector supposed to know if it's a read/write property of type String or a read-only property of type boolean? If there's a setter setting a value of type O, and there's a

[collections] Name that data structure

2005-07-03 Thread Wendy Smoak
I'm looking through the Collections API, but not finding exactly what I want... hoping someone who's more familiar with it can point me in the right direction. What I'm trying to do is more or less what you see on catalog sites where they'll list the most recent items you've looked at, newest

[ANNOUNCEMENT] Betwixt 0.7 Release Candidate 2 Now Available

2005-07-03 Thread robert burrell donkin
The second candidate for the Betwixt 0.7 release is now available for download (http://people.apache.org/~rdonkin/commons-betwixt/). The documentation can be viewed online (http://people.apache.org/~rdonkin/commons-betwixt/site/). This candidate contains one important fix and some improvements to

Re: [collections] Name that data structure

2005-07-03 Thread Silas Snider
I'd say you were looking for an ordinary priority queue, where the priority=the timestamp. Try the Heap class. Sincerely, Silas Snider On 7/3/05, Wendy Smoak [EMAIL PROTECTED] wrote: I'm looking through the Collections API, but not finding exactly what I want... hoping someone who's more