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

com.squarespace.cldrengine.locale.LocaleMatch Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.locale;

import com.squarespace.cldrengine.api.CLocale;

import lombok.AllArgsConstructor;
import lombok.ToString;

@AllArgsConstructor
@ToString
public class LocaleMatch {

  public final CLocale locale;
  public final int distance;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy