As its for one column only i need to specifically
if (this column then )
use below sorting techinque.
And also i am not very clear about how to sort it based on folat and units values
I need to hardcode the column number
encryptType - - The encryption type to use, this value can be either PDFPermissions.ENCRYPTION_RC4 or PDFPermissions.ENCRYPTION_AES.
Christophe Verré wrote:Quoting this page : When you take an element out of a Collection, you must cast it to the type of element that is stored in the collection. Besides being inconvenient, this is unsafe. The compiler does not check that your cast is the same as the collection's type, so the cast can fail at run time.
bob jacosin wrote:is it possible to use the method-local inner class as return type of the method where the inner class is in?
Vijitha Kumara wrote:
Ketan Mohite wrote:I don't see that java.util.Date class checks up to seconds.
Yes, It does.You can try it simply running following code inside a main method,
If you uncomment the commented lines you will get the output true, otherwise false (i.e: second Date object is one second after the first one).