Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MATES 3.0-rc2
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
B
BatchProcessor
- class org.mates.util.
BatchProcessor
.
Utility class for automatically parallelizing batch processes, using a divide and conquer technique.
BatchProcessor(Processor)
- Constructor for class org.mates.util.
BatchProcessor
Constructs a new batch processor, given a pointer to the processor.
BatchProcessor.BatchProcessorThread
- class org.mates.util.
BatchProcessor.BatchProcessorThread
.
Manages a single thread that is executing a batch process.
BatchProcessor.BatchProcessorThread()
- Constructor for class org.mates.util.
BatchProcessor.BatchProcessorThread
Default constructor.
BoundingBox
- class org.mates.util.
BoundingBox
.
Class for defining the bounds on a rectangle in 2D Euclidean space.
BoundingBox(Position2D, Position2D)
- Constructor for class org.mates.util.
BoundingBox
Creates a new BoundingBox by defining its lower-left corner and its upper-right corner.
BoundingBox(double, double)
- Constructor for class org.mates.util.
BoundingBox
Creates a new BoundingBox with a lower-left corner at the origin (0, 0) and an upper-right corner at (
width
,
height
).
Bounds
- class org.mates.util.
Bounds
.
Class for defining the bounds on a region
Bounds()
- Constructor for class org.mates.util.
Bounds
Creates a new Bounds object.
Bundle
- class org.mates.util.
Bundle
.
A data encapsulator class for automating concurrent processes.
Bundle()
- Constructor for class org.mates.util.
Bundle
Default constructor.
Bundle(int, int, Object)
- Constructor for class org.mates.util.
Bundle
Conveniance constructor.
Bundle.BundleIterator
- class org.mates.util.
Bundle.BundleIterator
.
An iterator class for a
Bundle
.
Bundle.BundleIterator(Bundle)
- Constructor for class org.mates.util.
Bundle.BundleIterator
Default constructor.
blockUntilDone()
- Method in class org.mates.util.
BatchProcessor.BatchProcessorThread
Blocks execution of the calling thread until this class' processing is complete.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MATES 3.0-rc2
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
Submit a bug
or
request a feature
http://mates.sourceforge.net/
Copyright 2004
Evan Sultanik