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
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
C
CAN
- Static variable in class FlexOr.io.
Char
Cancel
capacity()
- Method in class FlexOr.container.
CircularArray
Returns the maximum number of elements that can be stored.
capacity()
- Method in class FlexOr.container.
Heap
Maximum number of elements that can be stored in the heap.
change(int, int, int, int, int)
- Method in class FlexOr.searchAndSort.
MergeObserver
change(int, int, int, int, int)
- Method in class FlexOr.searchAndSort.
SortObserver
Char
- Class in
FlexOr.io
The Char class names the control characters because it is inconvenient to try to remember their ordinal position in the ASCII character set.
Char()
- Constructor for class FlexOr.io.
Char
Constructor is never used as no instances of the class are needed -- all the constants are at the class level.
charCount()
- Method in class FlexOr.io.
CountedInput
Return the net number of data characters read from the file.
charCount()
- Method in class FlexOr.io.
CountedOutput
Return the number of data characters written to the file.
charNumber()
- Method in class FlexOr.io.
CountedInput
Return the position of the current character in the current line.
CircularArray
- Class in
FlexOr.container
Implementation of a sequence of objects as a circular array.
CircularArray(int)
- Constructor for class FlexOr.container.
CircularArray
Establish the class invariant on an empty sequence.
clone()
- Method in class FlexOr.container.
BinaryTree
Return a copy of the tree that points to the same objects as in the original tree.
clone()
- Method in class FlexOr.container.
CircularArray
Return a copy of the sequence that points to the same objects as in the original sequence.
clone()
- Method in interface FlexOr.container.
Container
Return a copy of the container that points to the same objects as in the original container.
clone()
- Method in class FlexOr.container.
DLList
Return a copy of the list with new nodes that point to the same objects as in the original list.
clone()
- Method in class FlexOr.container.
Heap
Return a copy of the heap that points to the same objects as in the original heap.
clone()
- Method in class FlexOr.container.
OrderedBinaryTree
Return a copy of the container that points to the same objects as in the original container.
clone()
- Method in class FlexOr.container.
PriorityQueue
Return a shallow copy of the queue.
clone()
- Method in class FlexOr.container.
Queue
Return a shallow copy of the queue.
clone()
- Method in class FlexOr.container.
SLList
Return a copy of the list with new nodes that point to the same objects as in the original list.
clone()
- Method in class FlexOr.container.
Stack
Return a shallow copy of the stack.
colorMapPixels()
- Method in class mvc.
View
ComparatorTest
- Class in
FlexOr.container
ComparatorTest()
- Constructor for class FlexOr.container.
ComparatorTest
computeAndDraw()
- Method in class mvc.
Model
computeAndDraw()
- Method in class mvc.
View
Container
- Interface in
FlexOr.container
A container can hold any collection of Objects.
ContainerEmptyException
- Exception in
FlexOr.container
The exception is thrown whenever an attempt is made to access an element from an empty container.
ContainerEmptyException()
- Constructor for exception FlexOr.container.
ContainerEmptyException
Exception without a message.
ContainerEmptyException(String)
- Constructor for exception FlexOr.container.
ContainerEmptyException
Exception with a message.
ContainerFullException
- Exception in
FlexOr.container
The exception is thrown whenever an attempt is made to insert an element into fixed size container that is full.
ContainerFullException()
- Constructor for exception FlexOr.container.
ContainerFullException
Exception without a message.
ContainerFullException(String)
- Constructor for exception FlexOr.container.
ContainerFullException
Exception with a message.
contains(Object)
- Method in class FlexOr.container.
BinaryTree
Determines whether an element is in the tree.
contains(Object)
- Method in class FlexOr.container.
CircularArray
Determines whether an element is in the sequence[first..last].
contains(Object, int)
- Method in class FlexOr.container.
CircularArray
Determines whether an element is in sequence[startIndex..last].
contains(Object)
- Method in interface FlexOr.container.
Container
Determines whether an element is in the container.
contains(Object)
- Method in class FlexOr.container.
DLList
Determines whether an element is in the sequence[first..last].
contains(Object, int)
- Method in class FlexOr.container.
DLList
Determines whether an element is in sequence[startIndex..last].
contains(Object)
- Method in class FlexOr.container.
Heap
Determines whether an element is in the tree.
contains(Object)
- Method in class FlexOr.container.
OrderedBinaryTree
Determines whether an element is in the tree.
contains(Object)
- Method in class FlexOr.container.
PriorityQueue
Determines whether a datum is in the tree irrespective of priority.
contains(Object)
- Method in class FlexOr.container.
Queue
Determines whether an element is in the queue.
contains(Object)
- Method in class FlexOr.container.
SLList
Determines whether an element is in the sequence[first..last].
contains(Object, int)
- Method in class FlexOr.container.
SLList
Determines whether an element is in sequence[startIndex..last].
contains(Object)
- Method in class FlexOr.container.
Stack
Determines whether an element is in the stack.
Control
- Class in
mvc
Control()
- Constructor for class mvc.
Control
CountedInput
- Class in
FlexOr.io
CountedInput is meant to be used to process ASCII files.
CountedInput(String)
- Constructor for class FlexOr.io.
CountedInput
Creating an instance of CountedInput opens the file named by the String.
CountedOutput
- Class in
FlexOr.io
CountedOutput extends the BufferedOutputStream by providing the features for counting characters and lines of output, and methods to output specific structures.
CountedOutput(String)
- Constructor for class FlexOr.io.
CountedOutput
Creating an instance of CountedOutput opens the named file.
CR
- Static variable in class FlexOr.io.
Char
Carriage return
createPixels()
- Method in class mvc.
Model
createWindow(String, String, int, int, Button)
- Static method in class FlexOr.utility.
WindowUtility
Create a window in response to a button press.
createWindow(String, String, int, int)
- Method in class mvc.
Start
Following is a modification of a template in the Code Warrior examples.
currentChar()
- Method in class FlexOr.io.
CountedInput
Return the current character.
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
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y