BrightSide Workbench Full Report + Source Code
org.turro.i18n.I18nCompatibilityKey Class Reference
Inheritance diagram for org.turro.i18n.I18nCompatibilityKey:
Collaboration diagram for org.turro.i18n.I18nCompatibilityKey:

Static Public Member Functions

static I18nCompatibilityKey instance ()
 
static void resetMap ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 33 of file I18nCompatibilityKey.java.

Member Function Documentation

◆ instance()

static I18nCompatibilityKey org.turro.i18n.I18nCompatibilityKey.instance ( )
static

Definition at line 39 of file I18nCompatibilityKey.java.

39  {
40  if(keyLabelsMap == null) {
41  keyLabelsMap = new I18nCompatibilityKey();
42  }
43  return keyLabelsMap;
44  }
Here is the caller graph for this function:

◆ resetMap()

static void org.turro.i18n.I18nCompatibilityKey.resetMap ( )
static

Definition at line 46 of file I18nCompatibilityKey.java.

46  {
47  keyLabelsMap = null;
48  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: