Java 1.5 introduced a peek() method to LinkedList, so even running in
1.4 compatibility mode, I can't compile Cayenne due to the conflict
(reduced visibility). Incidentally, their peek returns the first
object and not the last object which is sort of dumbfounding, but
anyway...
Would anyone object to a patch renaming peek() to peekObject() to
preserve consistency with peekBoolean and peekInt which reference it?
Cris
This archive was generated by hypermail 2.0.0 : Fri Jun 24 2005 - 22:49:22 EDT