public class Entry extends Object implements KeyValueModel, Serializable
| Modifier and Type | Field and Description |
|---|---|
private Comment |
comment |
private String |
key |
private char |
separator |
private static long |
serialVersionUID |
private List<String> |
values |
| Constructor and Description |
|---|
Entry(String key,
char separator,
Comment comment,
List<String> values) |
Entry(String key,
Comment comment,
String... values) |
Entry(String key,
String... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUnicodeEscape()
Support to see if we contain any unicode escapes
|
Comment |
getComments() |
String |
getKey() |
char |
getSeparator() |
String |
getValue()
Concatenates the values
|
List<String> |
getValues() |
void |
setComment(Comment comment) |
void |
setSeparator(char separator) |
void |
setValues(List<String> values) |
private static final long serialVersionUID
private final String key
private Comment comment
private char separator
public char getSeparator()
getSeparator in interface ValueModelpublic Comment getComments()
getComments in interface ValueModelpublic List<String> getValues()
getValues in interface ValueModelpublic String getValue()
ValueModelgetValue in interface ValueModelpublic String getKey()
getKey in interface KeyValueModelpublic void setComment(Comment comment)
public void setSeparator(char separator)
public boolean containsUnicodeEscape()
ValueModelcontainsUnicodeEscape in interface ValueModelCopyright © 2011–2018 David R. Smith. All rights reserved.