public class EntryImpl extends MapEntry<java.lang.String,java.lang.String>
Used primarily for Reference tables, JCombobox and the like. For that reason the toString() returns only the value.
Map.Entry,
MapEntry,
Serialized Form| Constructor and Description |
|---|
EntryImpl()
Default Constructor for EntryImpl
|
EntryImpl(java.lang.String key,
java.lang.String value)
Constructor for EntryImpl, initializes the values
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
paramString()
Method paramString is used for testing purposes.
|
java.lang.String |
toString()
Overwrite
Object.toString() to display value only |
createMap, equals, getKey, getValue, hashCode, setKey, setValuepublic EntryImpl()
public EntryImpl(java.lang.String key,
java.lang.String value)
key - Stringvalue - Stringpublic java.lang.String toString()
Object.toString() to display value onlytoString in class java.lang.Objectpublic java.lang.String paramString()
Do not use this in runtime code for implementation may change, without notice