Package abc
Class ComplexGenerics.Widge
- java.lang.Object
-
- abc.ComplexGenerics.Widge
-
- All Implemented Interfaces:
Appendable,Runnable
- Enclosing class:
- ComplexGenerics
public static class ComplexGenerics.Widge extends Object implements Runnable, Appendable
-
-
Constructor Summary
Constructors Constructor Description Widge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Appendableappend(char c)Appendableappend(CharSequence csq)Appendableappend(CharSequence csq, int start, int end)voidrun()
-
-
-
Method Detail
-
append
public Appendable append(CharSequence csq) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(CharSequence csq, int start, int end) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(char c) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
-