tcl.lang
Class QSort

java.lang.Object
  extended by tcl.lang.QSort

public final class QSort
extends Object

Sorts an array of TclObjects.


Field Summary
static int ASCII
           
static int COMMAND
           
static int DICTIONARY
           
static int INTEGER
           
static int REAL
           
 
Constructor Summary
QSort()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCII

public static final int ASCII
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

REAL

public static final int REAL
See Also:
Constant Field Values

COMMAND

public static final int COMMAND
See Also:
Constant Field Values

DICTIONARY

public static final int DICTIONARY
See Also:
Constant Field Values
Constructor Detail

QSort

public QSort()


Copyright © 2015. All rights reserved.