I believe Document's fields() method will always give you the fields in the same order for a given Document instance. It may not be consistent accross multiple Document instances, though, if you add Fields to your Document in a different order.
Otis --- Sam Hough <[EMAIL PROTECTED]> wrote: > Can anybody confirm that no guarantee is given that Fields retain > their order within a Document? > > Version 1.3 seems to (although reversing the order > on occasion). > > Doesnt seem likely but would be really useful for my current > application ;) > Im just asking for clarification not a change of spec although a > comment > in the JavaDoc for Document making it explicit might be handy. > > Thanks > > Sam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
