- Queue - Class in n4e.core.system
-
The Queue
class provides the data structure of a queue.
- Queue() - Constructor for class n4e.core.system.Queue
-
The constructor Queue
creates a new instance(object) of the class.
- quickSort(double[], String[]) - Method in class n4e.core.tool.Tool4Math
-
The method quickSort
fast sort of an array.
- quickSort(double[], double[]) - Method in class n4e.core.tool.Tool4Math
-
The method quickSort
fast sort of an array.
- quickSort(double[]) - Method in class n4e.core.tool.Tool4Math
-
The method quickSort
fast sort of an array.
- quickSort(String[]) - Method in class n4e.core.tool.Tool4Math
-
The method quickSort
fast sort of an array.