public class ScreenBuffer extends Object implements Iterable<Object>, Serializable, Screenable
| 构造器和说明 |
|---|
ScreenBuffer() |
ScreenBuffer(ScreenContext out) |
| 限定符和类型 | 方法和说明 |
|---|---|
ScreenBuffer |
append(char c) |
ScreenBuffer |
append(CharSequence s) |
ScreenBuffer |
append(CharSequence s,
int start,
int end) |
ScreenBuffer |
append(Iterable<?> data) |
ScreenBuffer |
append(Object... data) |
ScreenBuffer |
append(Object o) |
ScreenBuffer |
append(ScreenBuffer s) |
ScreenBuffer |
append(Style style) |
void |
clear() |
ScreenBuffer |
cls() |
boolean |
contains(Object o) |
boolean |
equals(Object obj) |
void |
flush() |
void |
format(Format format,
Appendable appendable) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
String |
toString() |
forEach, spliteratorpublic ScreenBuffer()
public ScreenBuffer(ScreenContext out)
public void format(Format format, Appendable appendable) throws IOException
IOExceptionpublic ScreenBuffer append(Iterable<?> data) throws NullPointerException
public ScreenBuffer append(Object... data) throws NullPointerException
public ScreenBuffer cls()
cls 在接口中 Screenablepublic ScreenBuffer append(Style style) throws NullPointerException
append 在接口中 ScreenableNullPointerExceptionpublic ScreenBuffer append(char c) throws IOException
append 在接口中 AppendableIOExceptionpublic ScreenBuffer append(CharSequence s)
append 在接口中 Appendablepublic ScreenBuffer append(CharSequence s, int start, int end)
append 在接口中 Appendablepublic void flush()
throws IOException
IOExceptionpublic ScreenBuffer append(ScreenBuffer s) throws NullPointerException
public ScreenBuffer append(Object o) throws NullPointerException
public boolean contains(Object o)
public boolean isEmpty()
public void clear()
Copyright © 2018. All rights reserved.