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

Re: [Digester] Problem with XML rule definiton.

2005-03-31 Thread Silas Snider
I was using Eclipse as the development enviroment, so that could be doing it, but I have done reflection with it before, and it worked both in the jar file and the environment. Sincerely, Silas Snider Reid Pinchback wrote: It sounds like one of two things: 1) in the jar'd configuration

[Digester] Problem with XML rule definiton.

2005-03-30 Thread Silas Snider
have solved the problem by defining rule programmatically, but, for obvious reasons, would like to have them defined in a seperate file. Does anyone have suggestions as to what I might be doing wrong? Sincerely, Silas Snider