This post originated from an RSS feed registered with Java Buzz
by Chris Winters.
Original Post: Class::Delay - put off executing methods until later
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Class::Delay - Think of calling 'write' a number of times but not actually performing them until 'flush' is called, or 'insert', 'update' and 'delete' until a 'commit', etc. Very simple usage and implementation, although it looks like you can only delay methods once...