public interface PrintTarget
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
print(char c) |
void |
print(String str) |
void |
println() |
void |
println(String str) |
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.