Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Q
quadrant(E, E)
- Method in class goldman.collection.spatial.
DefaultXYComparator
quadrant(T, T)
- Method in interface goldman.collection.spatial.
XYComparator
Returns the quadrant for the given item with respect to the given origin where 0 indicates lower left, 1 indicates lower right, 2 indicates upper right, 3 indicates upper left, and 4 indicates the item is at the origin.
quadrant(TaggedElement<T, ?>, TaggedElement<T, ?>)
- Method in class goldman.collection.tagged.spatial.
TaggedElementXYComparator
QuadTree
<
E
> - Class in
goldman.collection.spatial
A quad tree divides the subdomain into four regions at each internal node.
QuadTree()
- Constructor for class goldman.collection.spatial.
QuadTree
The default constructor uses a default comparator, under the assumption that type E implements the
XYPoint
interface.
QuadTree(XYComparator<? super E>)
- Constructor for class goldman.collection.spatial.
QuadTree
Quantizer
<
T
> - Interface in
goldman.collection
The
Quantizer
interface allows an application program to provide a mechanism to convert an element
x
in the collection to a double.
Queue
<
E
> - Class in
goldman.collection.positional
A queue is a more specialized abstraction than a buffer that maintains a first-in, first-out (FIFO) line.
Queue()
- Constructor for class goldman.collection.positional.
Queue
Queue(int)
- Constructor for class goldman.collection.positional.
Queue
Queue(int, boolean)
- Constructor for class goldman.collection.positional.
Queue
Queue(int, boolean, boolean)
- Constructor for class goldman.collection.positional.
Queue
quicksort()
- Method in class goldman.collection.positional.
Array
Sorts this collection with quicksort using the default comparator
quicksort(Comparator<? super E>)
- Method in class goldman.collection.positional.
Array
Sorts this collection with quicksort using the provided comparator
quicksort()
- Method in interface goldman.collection.positional.
PositionalCollection
Sorts this collection with quicksort using the default comparator.
quicksort(Comparator<? super E>)
- Method in interface goldman.collection.positional.
PositionalCollection
Sorts this collection with quick sort using the default comparator.
quicksort()
- Method in class goldman.collection.positional.
SinglyLinkedList
quicksort(Comparator<? super E>)
- Method in class goldman.collection.positional.
SinglyLinkedList
Sorts the array in place
quicksort(Comparator<? super E>)
- Method in class goldman.collection.positional.
TrackedArray
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y