StringSorter.IGNORECASE

Overview | Methods | Fields | This Package | All Packages

StringSorter.IGNORECASE

Specifies that case is ignored when comparing or sorting two strings.

Syntax

public static final int IGNORECASE;

Remarks

When this flag is specified in calls to compare and sort, the strings are considered equal if they differ only in case.