public class DetailsMap extends Object
See toString()
for key-value arrangement interpretations.
Constructor and Description |
---|
DetailsMap() |
Modifier and Type | Method and Description |
---|---|
(package private) List<String> |
keyList()
Returns the list of keys in the map
|
void |
put(String key,
String value)
Adds a new entry to the map
|
String |
toString()
Returns a printable representation of the contents of this DetailsMap
|
(package private) List<String> |
valueList()
Returns the list of values in the map
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.