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

com.squarespace.cldr.plurals.PluralRulesBase Maven / Gradle / Ivy

There is a newer version: 0.0.26
Show newest version
package com.squarespace.cldr.plurals;

import com.squarespace.cldr.numbers.NumberOperands;


abstract class PluralRulesBase implements PluralRules {

  protected interface Condition {
    boolean eval(NumberOperands o);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy