Top Fields Constructors Methods
org.jabref.logic.util.strings

public Class RtfCharMap

extends Object
Class Inheritance
Imports
java.util.HashMap

Field Summary

Modifier and TypeField and Description
private final HashMap<String, String>

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
get(String key)

private void
put(String key, String value)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

rtfMapback to summary
private final HashMap<String, String> rtfMap

Constructor Detail

RtfCharMapback to summary
public RtfCharMap()

Method Detail

getback to summary
public String get(String key)
putback to summary
private void put(String key, String value)