110915 compareto

 
compareto
 
如果它们没有不同的索引位置,则较短字符串在字典顺序上位于较长字符串的前面。这种情况下,compareTo 返回这两个字符串长度的不同,即值: this.length()-anotherString.length()

你可能感兴趣的:(110915 compareto)