public class Comment extends Object implements Serializable, Iterable<String>
| Modifier and Type | Class and Description |
|---|---|
private class |
Comment.Iter |
| Modifier and Type | Field and Description |
|---|---|
String |
comments |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Comment() |
Comment(String line)
Adds a # to the front of the string if not found
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(List<String> list) |
Comment |
addLine(String line) |
void |
clear() |
boolean |
containsUnicodeEscape() |
Iterator<String> |
iterator() |
int |
size()
Number of lines in the comment
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate static final long serialVersionUID
public String comments
public Comment()
public Comment(String line)
comments - Copyright © 2011–2018 David R. Smith. All rights reserved.