Freezable<PluralRanges>, java.lang.Cloneable, java.lang.Comparable<PluralRanges>@Deprecated public final class PluralRanges extends java.lang.Object implements Freezable<PluralRanges>, java.lang.Comparable<PluralRanges>
| Constructor | Description |
|---|---|
PluralRanges() |
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method | 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(java.lang.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.
|
java.lang.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(java.lang.Object other)
equals in class java.lang.Object@Deprecated public int hashCode()
hashCode in class java.lang.Object@Deprecated public int compareTo(PluralRanges that)
compareTo in interface java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2016 Unicode, Inc. and others.