@Deprecated public final class PluralRanges extends Object implements Freezable<PluralRanges>, Comparable<PluralRanges>
| Constructor and Description |
|---|
PluralRanges()
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.ibm.icu.impl.StandardPlural rangeStart,
com.ibm.icu.impl.StandardPlural rangeEnd,
com.ibm.icu.impl.StandardPlural result)
Deprecated.
This API is ICU internal only.
|
PluralRanges |
cloneAsThawed()
Deprecated.
This API is ICU internal only.
|
int |
compareTo(PluralRanges that)
Deprecated.
This API is ICU internal only.
|
boolean |
equals(Object other)
Deprecated.
This API is ICU internal only.
|
PluralRanges |
freeze()
Deprecated.
This API is ICU internal only.
|
com.ibm.icu.impl.StandardPlural |
get(com.ibm.icu.impl.StandardPlural start,
com.ibm.icu.impl.StandardPlural end)
Deprecated.
This API is ICU internal only.
|
int |
hashCode()
Deprecated.
This API is ICU internal only.
|
boolean |
isExplicit(com.ibm.icu.impl.StandardPlural start,
com.ibm.icu.impl.StandardPlural end)
Deprecated.
This API is ICU internal only.
|
boolean |
isExplicitlySet(com.ibm.icu.impl.StandardPlural count)
Deprecated.
This API is ICU internal only.
|
boolean |
isFrozen()
Deprecated.
This API is ICU internal only.
|
String |
toString()
Deprecated.
This API is ICU internal only.
|
@Deprecated public PluralRanges()
@Deprecated public void add(com.ibm.icu.impl.StandardPlural rangeStart, com.ibm.icu.impl.StandardPlural rangeEnd, com.ibm.icu.impl.StandardPlural result)
rangeStart - plural category for the start of the rangerangeEnd - plural category for the end of the rangeresult - the resulting plural category@Deprecated public com.ibm.icu.impl.StandardPlural get(com.ibm.icu.impl.StandardPlural start, com.ibm.icu.impl.StandardPlural end)
isExplicit(com.ibm.icu.impl.StandardPlural, com.ibm.icu.impl.StandardPlural).)start - plural category for the start of the rangeend - plural category for the end of the range@Deprecated public boolean isExplicit(com.ibm.icu.impl.StandardPlural start, com.ibm.icu.impl.StandardPlural end)
get(com.ibm.icu.impl.StandardPlural, com.ibm.icu.impl.StandardPlural).start - plural category for the start of the rangeend - plural category for the end of the range@Deprecated public boolean isExplicitlySet(com.ibm.icu.impl.StandardPlural count)
count - plural category to test@Deprecated public boolean equals(Object other)
@Deprecated public int hashCode()
@Deprecated public int compareTo(PluralRanges that)
compareTo in interface Comparable<PluralRanges>@Deprecated public boolean isFrozen()
isFrozen in interface Freezable<PluralRanges>@Deprecated public PluralRanges freeze()
freeze in interface Freezable<PluralRanges>@Deprecated public PluralRanges cloneAsThawed()
cloneAsThawed in interface Freezable<PluralRanges>@Deprecated public String toString()
Copyright © 2016 Unicode, Inc. and others.