public class Entry extends Object implements KeyValueModel
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComments() |
String |
getKey() |
char |
getSeparator() |
String |
getValue()
Concatenates the values
|
List<String> |
getValues() |
private static final long serialVersionUID
private 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 KeyValueModelCopyright © 2011–2016 David R. Smith. All rights reserved.