public interface Output extends Appendable, Remote
| Modifier and Type | Method and Description |
|---|---|
void |
print(Serializable object)
Prints a line to the output.
|
void |
println()
Prints a new line to the output.
|
void |
println(Serializable object)
Prints a line with new line to the output.
|
append, append, appendvoid print(Serializable object) throws RemoteException
object - the object to print (the string representation of it).RemoteException - RMI error.void println()
throws RemoteException
RemoteException - RMI error.void println(Serializable object) throws RemoteException
object - the object to print (the string representation of it).RemoteException - RMI error.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.