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

com.squarespace.cldrengine.plurals.Rule Maven / Gradle / Ivy

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

import lombok.AllArgsConstructor;
import lombok.ToString;

@AllArgsConstructor
@ToString
class Rule {
  public final int index;
  public final int[][] indices;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy