jdk/src/share/classes/com/sun/tools/hat/internal/util/ArraySorter.java
changeset 468 642c8c0be52e
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
330:5ae7db536e3f 468:642c8c0be52e
     1 /*
     1 /*
     2  * Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2005 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 /* The contents of this file are subject to the Sun Public License
    27 /*
    28  * Version 1.0 (the "License"); you may not use this file except in
       
    29  * compliance with the License. A copy of the License is available at
       
    30  * http://www.sun.com/, and in the file LICENSE.html in the
       
    31  * doc directory.
       
    32  *
       
    33  * The Original Code is HAT. The Initial Developer of the
    28  * The Original Code is HAT. The Initial Developer of the
    34  * Original Code is Bill Foote, with contributions from others
    29  * Original Code is Bill Foote, with contributions from others
    35  * at JavaSoft/Sun. Portions created by Bill Foote and others
    30  * at JavaSoft/Sun.
    36  * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
       
    37  *
       
    38  * In addition to the formal license, I ask that you don't
       
    39  * change the history or donations files without permission.
       
    40  */
    31  */
    41 
    32 
    42 package com.sun.tools.hat.internal.util;
    33 package com.sun.tools.hat.internal.util;
    43 import java.util.*;
    34 import java.util.*;
    44 
    35