JabRef 6.0-snapshot-2025-03-20
org.jabref
org.jabref.logic.util.strings
XmlCharsMap
Top
Constructors
Methods
org.jabref.logic.util.strings
public
Class XmlCharsMap
extends
HashMap
<
String
,
String
>
Class Inheritance
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.jabref.logic.util.strings.XmlCharsMap
Imports
java.
util.
HashMap
Constructor Summary
Access
Constructor and Description
public
XmlCharsMap
()
Method Summary
Inherited from
java.util.HashMap
:
clear
clone
compute
computeIfAbsent
computeIfPresent
containsKey
containsValue
entrySet
forEach
get
getOrDefault
isEmpty
keySet
merge
newHashMap
put
putAll
putIfAbsent
remove
remove
replace
replace
replaceAll
size
values
Constructor Detail
XmlCharsMap
back to summary
public
XmlCharsMap
()