samples/delegatingwriterfinal/src-api2.0/api/Writer.java
Sat, 14 Jun 2008 10:04:53 +0200 Merge: Geertjan's changes to the end of the chapter
Sat, 14 Jun 2008 10:04:51 +0200 to the end of daily_life
Sat, 14 Jun 2008 10:03:52 +0200 Parameter renamed to seq
Sat, 14 Jun 2008 09:58:11 +0200 Merge: Geertjan's changs up to 2000
Sat, 14 Jun 2008 09:58:08 +0200 up to line 2000
Sat, 14 Jun 2008 09:56:12 +0200 Truncating all examples to 80 characters per line
Sat, 14 Jun 2008 09:53:07 +0200 Using code snippets from real sources to demonstrate the subclassing vs. delegation
Sat, 14 Jun 2008 09:53:07 +0200 As the purpose of buffer is to "buffer", let's modify our example to delegate to appendable methods directly only if the appendable is too big
Sat, 14 Jun 2008 09:53:06 +0200 Tests rewritten to new version, just the Writer version 2.0 does not yet implement Appendable
Sat, 14 Jun 2008 09:53:06 +0200 Nonsubclassable Writer example