Uses of Enum Class
org.basex.query.util.collation.Collation.Mode
Packages that use Collation.Mode
-
Uses of Collation.Mode in org.basex.query.util.collation
Methods in org.basex.query.util.collation that return Collation.ModeModifier and TypeMethodDescriptionstatic Collation.ModeReturns the enum constant of this class with the specified name.static Collation.Mode[]Collation.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.util.collation with parameters of type Collation.ModeModifier and TypeMethodDescriptionprotected abstract intCollation.indexOf(String string, String sub, Collation.Mode mode, InputInfo info) Returns the start or end position of the specified substring.