private static final class MapTableModel.StringPair extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
key
key is the string representation of a Map entry key |
private static long |
serialVersionUID
Serialization ID
|
private String |
value
value is the string representation of a Map entry value |
Constructor and Description |
---|
MapTableModel.StringPair(String k,
String v) |
private String key
key
is the string representation of a Map entry keyprivate String value
value
is the string representation of a Map entry valueprivate static final long serialVersionUID