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

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

package com.squarespace.cldr.plurals;

import com.squarespace.cldr.numbers.NumberOperands;


abstract class PluralRulesBase implements PluralRules {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy