Searched defs:getCollationKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollator.java255 // getCollationKey(), but the objects persist anyway to avoid wasting extra
256 // creation time. compare() and getCollationKey() are synchronized to ensure
562 * with CollationKey.compareTo. This overrides java.text.Collator.getCollationKey.
565 public synchronized CollationKey getCollationKey(String source) method in class:RuleBasedCollator
757 // be created/destroyed on every call to compare() and getCollationKey()
H A DCollator.java307 * @see java.text.Collator#getCollationKey
341 public abstract CollationKey getCollationKey(String source); method in class:Collator

Completed in 1256 milliseconds