grace.io.handlers.java.util
Class Collection

java.lang.Object
  |
  +--grace.io.handlers.java.util.Collection

public class Collection
extends java.lang.Object
implements PrintHandler

This class is broken out into a separately loaded handler because it is only available in jdk 1.2. An instance of this handler will be created only if a jdk 1.2 collection is passed into the PrintWriter.


Constructor Summary
Collection()
           
 
Method Summary
 void handle(PrintWriter writer, Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection

public Collection()
Method Detail

handle

public void handle(PrintWriter writer,
                   Value value)
Specified by:
handle in interface PrintHandler