| java.lang.Object java.text.PatternEntry
PatternEntry | class PatternEntry (Code) | | Utility class for normalizing and merging patterns for collation.
This is to be used with MergeCollation for adding patterns to an
existing rule table.
See Also: MergeCollation version: 1.21 01/19/00 author: Mark Davis, Helena Shih |
Inner Class :static class Parser | |
RESET | final static int RESET(Code) | | |
UNSET | final static int UNSET(Code) | | |
appendQuotedChars | public void appendQuotedChars(StringBuffer toAddTo)(Code) | | Gets the current chars, quoted
|
appendQuotedExtension | public void appendQuotedExtension(StringBuffer toAddTo)(Code) | | Gets the current extension, quoted
|
equals | public boolean equals(Object obj)(Code) | | WARNING this is used for searching in a Vector.
Because Vector.indexOf doesn't take a comparator,
this method is ill-defined and ignores strength.
|
getChars | final String getChars()(Code) | | Gets the core characters of the entry.
|
getExtension | final String getExtension()(Code) | | Gets the expanding characters of the entry.
|
getStrength | final int getStrength()(Code) | | Gets the strength of the entry.
|
hashCode | public int hashCode()(Code) | | |
isSpecialChar | static boolean isSpecialChar(char ch)(Code) | | |
|
|