public class JreMapFromStringToString extends Object implements MapFromStringToString
Constructor and Description |
---|
JreMapFromStringToString() |
Modifier and Type | Method and Description |
---|---|
String |
get(String key)
Retrieves a value for the specified key.
|
boolean |
hasKey(String key)
Indicates whether the map contains a value for the specified key.
|
ArrayOfString |
keys()
The keys contained within this map.
|
void |
put(String key,
String value)
Associates a value to the specified key.
|
void |
remove(String key)
Removes the value associated with the specified value, if one exists.
|
ArrayOfString |
values()
The values contained in this map.
|
public String get(String key)
MapFromStringToString
get
in interface MapFromStringToString
public boolean hasKey(String key)
MapFromStringToString
hasKey
in interface MapFromStringToString
public ArrayOfString keys()
MapFromStringToString
keys
in interface MapFromStringToString
public void put(String key, String value)
MapFromStringToString
put
in interface MapFromStringToString
public void remove(String key)
MapFromStringToString
remove
in interface MapFromStringToString
public ArrayOfString values()
MapFromStringToString
values
in interface MapFromStringToString
Copyright © 2018. All rights reserved.