UC Berkeley Group for User Interface Research
Updated November 17, 2000
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Q

QuadraticForm(double[], double[][]) - Static method in class edu.berkeley.guir.lib.gesture.util.Matrix
 
Queue - interface edu.berkeley.guir.lib.collection.Queue.
An interface for a Queue.
QueueDynamicSize - class edu.berkeley.guir.lib.collection.QueueDynamicSize.
A dynamically resizable queue.
QueueDynamicSize() - Constructor for class edu.berkeley.guir.lib.collection.QueueDynamicSize
Constructor to create a new Dynamic Queue.
QueueDynamicSize(int) - Constructor for class edu.berkeley.guir.lib.collection.QueueDynamicSize
Constructor to set the initial capacity of the Queue.
QueueFixedSize - class edu.berkeley.guir.lib.collection.QueueFixedSize.
A statically sized queue that does not resize itself.
QueueFixedSize(int) - Constructor for class edu.berkeley.guir.lib.collection.QueueFixedSize
Constructor to set the capacity of the Queue.
quickSort(int[]) - Static method in class edu.berkeley.guir.lib.util.Sort
Performs a "quick" sort on theArray passed in.
quickSort(Object[], Comparison) - Static method in class edu.berkeley.guir.lib.util.Sort
Performs a "quick" sort on theArray passed in.

Copyright Information
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _