Package javiergs
Interface Paper
public interface Paper
Represents a paper sheet.
-
Method Summary
-
Method Details
-
write
Writes text on the paper.- Parameters:
text
- the text to write.
-
read
String read()Reads the text written on the paper.- Returns:
- the text written on the paper.
-