allocate method in Sequence

2005-09-14 Thread Karan Malhi
Hi, Below is the partial javadoc for the allocate() method in the Sequence interface: public void *allocate*() Provides a hint to the implementation that the application will need additional sequence value objects in short order. What is short order ? -- Karan Malhi

Re: allocate method in Sequence

2005-09-14 Thread Craig Russell
Hi Karan,On Sep 14, 2005, at 3:57 AM, Karan Malhi wrote:Hi,Below is the partial javadoc for the allocate() method in the Sequence interface:public void *allocate*()Provides a hint to the implementation that the application will need additional sequence value objects in short order.What is "short

Re: Writing TestCase for Sequence Assertions

2005-09-14 Thread Craig Russell
Javadogs,I've highlighted some questions below. Can anyone who has implemented sequences answer them?Hi Karan,On Sep 14, 2005, at 6:33 PM, karan malhi wrote:I am trying to follow Michelle's instructions and writing a test case for Sequence Assertions. I have the following question:1. What package