按升序排序字符串
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了按升序排序字符串相关的知识,希望对你有一定的参考价值。
Strings are sorted in ascending order.This was created by me in order to thwart Dr. McCloskey's evil ways of forcing CS majors to manually alphabetize lists of names and months.
import java.util.*; public class SortName{ int i = 0; while(i < num){ names[i] = s.nextLine(); i++; } StringComparator strcomp = new StringComparator(); } } } class StringComparator implements Comparator<String>{ return a.compareTo(b); } }
以上是关于按升序排序字符串的主要内容,如果未能解决你的问题,请参考以下文章
内容:输入n个字符串,对这n个字符串进行排序(按升序),输出排序后的字符串。然后从键盘再次输入一字符