Tabnine Logo
RuleBasedCollatorICU.getRules
Code IndexAdd Tabnine to your IDE (free)

How to use
getRules
method
in
libcore.icu.RuleBasedCollatorICU

Best Java code snippets using libcore.icu.RuleBasedCollatorICU.getRules (Showing top 20 results out of 315)

origin: robovm/robovm

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: robovm/robovm

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: robovm/robovm

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: ibinti/bugvm

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: MobiVM/robovm

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: com.bugvm/bugvm-rt

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: FlexoVM/flexovm

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Returns the collation rules of this collator. These {@code rules} can be
 * fed into the {@code RuleBasedCollator(String)} constructor.
 * <p>
 * Note that the {@code rules} are actually interpreted as a delta to the
 * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules}
 * string results in the default UCA rules being applied. This differs
 * slightly from other implementations which work with full {@code rules}
 * specifications and may result in different behavior.
 *
 * @return the collation rules.
 */
public String getRules() {
  return icuColl.getRules();
}
origin: MobiVM/robovm

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: FlexoVM/flexovm

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: com.mobidevelop.robovm/robovm-rt

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: ibinti/bugvm

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: com.bugvm/bugvm-rt

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: com.gluonhq/robovm-rt

@Override
public int hashCode() {
  return icuColl.getRules().hashCode();
}
origin: ibinti/bugvm

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: MobiVM/robovm

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: com.mobidevelop.robovm/robovm-rt

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: com.bugvm/bugvm-rt

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: com.gluonhq/robovm-rt

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
origin: FlexoVM/flexovm

@Override public boolean equals(Object object) {
  if (object ==  this) {
    return true;
  }
  if (!(object instanceof RuleBasedCollatorICU)) {
    return false;
  }
  RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;
  return getRules().equals(rhs.getRules()) &&
      getStrength() == rhs.getStrength() &&
      getDecomposition() == rhs.getDecomposition();
}
libcore.icuRuleBasedCollatorICUgetRules

Popular methods of RuleBasedCollatorICU

  • <init>
  • characterIteratorToString
  • clone
  • compare
  • equals
  • getCollationElementIterator
  • getCollationKey
  • getDecomposition
  • getStrength
  • setDecomposition
  • setStrength
  • setStrength

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setScale (BigDecimal)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • JOptionPane (javax.swing)
  • JTextField (javax.swing)
  • Option (scala)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now