Skip navigation links
A C D E F G H I L O S T U V 

A

append(char) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
append(CharSequence) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
append(CharSequence, int, int) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
appendAsDifferent(CharSequence) - Method in class com.force.db.i18n.util.DeferredStringBuilder
Call this if the first character of the sequence may be the same as the given sequence.
appendAsDifferent(char) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
appendQuicklyForEscapingWithoutSkips(char) - Method in class com.force.db.i18n.util.DeferredStringBuilder
Append the given char, under the condition that the character is directly copied from the parent.
appendQuicklyForEscapingWithoutSkips(int) - Method in class com.force.db.i18n.util.DeferredStringBuilder
Version of appendQuicklyForEscapingWithoutSkips that avoids a downcast in most cases.

C

canUseSnlForRolodex(boolean) - Method in enum com.force.db.i18n.LinguisticSort
 
charAt(int) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
clone() - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
com.force.db.i18n - package com.force.db.i18n
 
com.force.db.i18n.util - package com.force.db.i18n.util
 
com.force.i18n - package com.force.i18n
 
compare(String, String) - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 

D

DeferredStringBuilder - Class in com.force.db.i18n.util
This class implements a StringBuilder that is incrementally copied from a source String.
DeferredStringBuilder(CharSequence) - Constructor for class com.force.db.i18n.util.DeferredStringBuilder
 

E

equals(Object) - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 

F

forLinguisticSort(String) - Static method in enum com.force.db.i18n.OracleUpperTable
 

G

get(Locale) - Static method in enum com.force.db.i18n.LinguisticSort
Get sorting info for the given locale.
get() - Static method in enum com.force.i18n.LocaleUtils
 
getAlphabet(int) - Method in enum com.force.db.i18n.LinguisticSort
Returns the n-th of letter in the rolodex.
getAlphabetLength() - Method in enum com.force.db.i18n.LinguisticSort
Returns the number of letters to show in the rolodex.
getCollationKey(String) - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
getCollationKeySql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
Returns the sql expression to compute the linguistic sort collation key for the given sql expression.
getCollator() - Method in enum com.force.db.i18n.LinguisticSort
 
getComparator(int) - Method in enum com.force.db.i18n.LinguisticSort
 
getDbValue() - Method in interface com.force.db.i18n.SortablePicklistItem
 
getDecomposition() - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
getDisplay() - Method in interface com.force.db.i18n.SortablePicklistItem
 
getGuaranteedCaseInsensitiveCollator() - Method in enum com.force.db.i18n.LinguisticSort
 
getLocale() - Method in enum com.force.db.i18n.OracleUpperTable
 
getLocaleByIsoCode(String) - Method in enum com.force.i18n.LocaleUtils
Returns a locale for language-only ("en") or language/country ("en_UK") iso codes
getLocaleFromDbString(String) - Method in enum com.force.i18n.LocaleUtils
 
getLocaleFromHttpInput(String) - Method in enum com.force.i18n.LocaleUtils
HTTP and Java do not use the same locale stuff HTTP would say "de-de", but Java would want "de_DE".
getNonCachingComparator() - Method in enum com.force.db.i18n.LinguisticSort
 
getOriginalCollator() - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
getRolodexIndexForChar(String) - Method in enum com.force.db.i18n.LinguisticSort
Return the rolodexIndex for a string.
getRolodexSql(String, int, SortablePicklistItem[], Collection<String>) - Method in enum com.force.db.i18n.LinguisticSort
Returns the sql expression to filter the given sql expression to values beginning with the n-th of letter in the rolodex or its equivalents.
getRolodexSql(String, int, boolean) - Method in enum com.force.db.i18n.LinguisticSort
 
getSnlRolodexSql(String, int, boolean) - Method in enum com.force.db.i18n.LinguisticSort
 
getSql(String) - Method in enum com.force.db.i18n.OracleUpperTable
 
getSqlFormatString() - Method in enum com.force.db.i18n.OracleUpperTable
 
getStrength() - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
getUpperCaseCollator(boolean) - Method in enum com.force.db.i18n.LinguisticSort
Apex and possibly other things collate based on upper case versions of strings.
getUpperCaseSql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
Returns the sql expression to convert the given sql expression to upper case.
getUpperCaseValue(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
Returns the upper case value of the given value, or what would be the result of applying the sql expression in getUpperCaseSql() to the given value.
getUpperCollationKeySql(String, boolean) - Method in enum com.force.db.i18n.LinguisticSort
Returns the sql expression to compute the linguistic sort collation key for the upper case of given sql expression.

H

hasDoubleWidth() - Method in enum com.force.db.i18n.LinguisticSort
 
hashCode() - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 

I

isThaiCharacterOfDeath(char) - Static method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 

L

length() - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
LinguisticSort - Enum in com.force.db.i18n
Contains all of the information about linguistic sorting.
LocaleUtils - Enum in com.force.i18n
A collection of utilities for dealing with Locales.

O

OracleUpper - Class in com.force.db.i18n
Used in combination with OracleUpperTable to generate upper-case output consistent particular chosen Oracle expressions.
OracleUpper() - Constructor for class com.force.db.i18n.OracleUpper
 
OracleUpperTable - Enum in com.force.db.i18n
Generated by i18n.OracleUpperTableGeneratorTest

S

setDecomposition(int) - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
setStrength(int) - Method in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 
SortablePicklistItem - Interface in com.force.db.i18n
Interface for picklists that are backed in the database, where the value in the DB is not the same as what is displaye din the use
subSequence(int, int) - Method in class com.force.db.i18n.util.DeferredStringBuilder
 

T

ThaiPatchedCollator - Class in com.force.db.i18n
Deprecated.
This was fixed in JDK7_84
toSingleWidth(char) - Static method in enum com.force.db.i18n.LinguisticSort
 
toSingleWidth(String) - Static method in enum com.force.db.i18n.LinguisticSort
Convert double width ascii characters to single width.
toString() - Method in class com.force.db.i18n.util.DeferredStringBuilder
 
toUpperCase(OracleUpperTable, String) - Static method in class com.force.db.i18n.OracleUpper
Upper-case value, using the information in t to produce a result consistent with the PL/SQL expression used to generate t.
toUpperCase(String) - Method in enum com.force.db.i18n.OracleUpperTable
 
TRAILING_PHANTOM_CHAR - Static variable in class com.force.db.i18n.ThaiPatchedCollator
Deprecated.
 

U

usesUpperToGetUpperCase(boolean) - Method in enum com.force.db.i18n.LinguisticSort
 

V

valueOf(String) - Static method in enum com.force.db.i18n.LinguisticSort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.force.db.i18n.OracleUpperTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.force.i18n.LocaleUtils
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.force.db.i18n.LinguisticSort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.force.db.i18n.OracleUpperTable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.force.i18n.LocaleUtils
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L O S T U V 
Skip navigation links

Copyright (c) 2016-2017, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE.txt file in the repository.