cleanLine method
void
cleanLine()
Clears the data and attributes of the line, setting them to null
.
Implementation
void cleanLine() {
data = null;
attributes = null;
}
Clears the data and attributes of the line, setting them to null
.
void cleanLine() {
data = null;
attributes = null;
}