QueryResult states:
// SequencedHashMap guarantees that iterating over
// its keys is done in the original insertion order-
// something that is needed to return executed queries in
// the right order. (Java 1.4 adds LinkedHashMap that has
// the same functionality, but we have to stay 1.3 comatible)
A search only turns up references to LinkedHashMap in
org.objectstyle.cayenne.validation.ValidationResult and
org.objectstyle.cayenne.ObjectIdTst (only used in development).
This archive was generated by hypermail 2.0.0 : Tue Feb 03 2004 - 11:50:38 EST