Searched defs:PW (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/PrintWriter/
H A DSubClass.java35 static class PW extends PrintWriter { class in class:SubClass
37 PW(Writer out) { method in class:SubClass.PW
55 PrintWriter pw = new PW(sw);

Completed in 36 milliseconds