Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hongyu

    Sorting a Vector

    /** * Title: * Description: * Copyright: Copyright (c) 2001 * Company: ÁªÏ뼯ÍÅÓÐÏÞ¹«Ë¾ * @author hongyu71@hotmail.com * @version 1.0 */ import java.util.*; class MyStringComparator implements Comparator { public int compare(Object o1, Object o2) { int j1 =...

Part and Inventory Search

Back
Top