All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.validators.shared.data.PhoneRegionCode690ConstantsImpl Maven / Gradle / Ivy

package de.knightsoftnet.validators.shared.data;

import java.util.HashMap;
import java.util.Map;

public class PhoneRegionCode690ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode690Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("2", "Atafu Atoll\u00A13\u00A13");
    propertiesMap.put("3", "Fakaofo Atoll\u00A13\u00A13");
    propertiesMap.put("4", "Nakunonu Atoll\u00A13\u00A13");
  }

  public PhoneRegionCode690ConstantsImpl() {
    propertiesMap = new HashMap<>();
    fillMap0();
  }

  @Override
  public Map properties() {
    return propertiesMap;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy